Skip to content

Commit 69bed2b

Browse files
AlexJSullyCopilot
andauthored
Update audit quality prompt (#570)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7fe3559 commit 69bed2b

7 files changed

Lines changed: 704 additions & 310 deletions

File tree

.github/prompts/audit-quality.prompt.md

Lines changed: 423 additions & 33 deletions
Large diffs are not rendered by default.

.github/prompts/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This directory contains AI-powered prompt templates designed for **GitHub Copilot's coding agent** to automate code review, documentation auditing, and quality improvements. These prompts integrate seamlessly with Visual Studio Code (VSCode) and GitHub's pull request workflow.
44

5-
> **⚠️ CRITICAL: AI Accuracy Warning**
5+
> [!CAUTION] ⚠️ CRITICAL: AI Accuracy Warning
66
>
77
> **These prompts execute AI-driven code analysis and documentation generation. AI makes mistakes and hallucinations.** It is of utmost importance that you **carefully review all changes and output** before merging any PR. Do not blindly trust the AI's work. Verify that all suggested changes are:
88
>
@@ -107,7 +107,7 @@ targets:
107107

108108
## Important Safety Notes
109109

110-
> **⚠️ AI Makes Mistakes**
110+
> [!CAUTION] ⚠️ AI Makes Mistakes
111111
>
112112
> - **Hallucinations:** AI may invent function names, file paths, or code logic that don't exist
113113
> - **Inaccuracies:** AI may misinterpret complex code or miss edge cases

eslint.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ module.exports = [
3838
react,
3939
'react-hooks': reactHooks,
4040
},
41+
settings: {
42+
react: {
43+
version: 'detect',
44+
},
45+
},
4146
rules: {
4247
'class-methods-use-this': 'off',
4348
'consistent-return': 'off',

package-lock.json

Lines changed: 246 additions & 246 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,29 @@
3737
"@mui/icons-material": "^7.3.7",
3838
"@mui/material": "^7.3.7",
3939
"@sentry/integrations": "^7.114.0",
40-
"@sentry/nextjs": "^10.34.0",
40+
"@sentry/nextjs": "^10.35.0",
4141
"@vercel/speed-insights": "^1.3.1",
4242
"firebase": "^12.8.0",
4343
"lodash": "^4.17.21",
44-
"next": "^16.1.3",
44+
"next": "^16.1.4",
4545
"react": "^19.2.3",
4646
"react-dom": "^19.2.3",
4747
"sharp": "^0.34.5",
4848
"webpack": "^5.104.1"
4949
},
5050
"devDependencies": {
51-
"@sentry/core": "^10.34.0",
52-
"@sentry/types": "^10.34.0",
51+
"@sentry/core": "^10.35.0",
52+
"@sentry/types": "^10.35.0",
5353
"@svgr/webpack": "^8.1.0",
5454
"@testing-library/jest-dom": "^6.9.1",
55-
"@testing-library/react": "^16.3.1",
55+
"@testing-library/react": "^16.3.2",
5656
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
5757
"@types/jest": "^30.0.0",
5858
"@types/lodash": "^4.17.23",
5959
"@types/node": "^25.0.9",
60-
"@types/react": "^19.2.8",
60+
"@types/react": "^19.2.9",
6161
"@types/react-dom": "^19.2.3",
62-
"caniuse-lite": "^1.0.30001764",
62+
"caniuse-lite": "^1.0.30001765",
6363
"concurrently": "^9.2.1",
6464
"cypress": "^15.9.0",
6565
"cypress-axe": "^1.7.0",

src/app/layout.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,8 @@ export default function RootLayout({ children }: { children: React.ReactNode })
160160
'@type': 'PostalAddress',
161161
addressCountry: 'Canada',
162162
},
163-
birthDate: '1995-02-14',
164163
alumniOf: 'University of Toronto',
165-
birthPlace: 'Ontario, Canada',
164+
birthPlace: 'Canada',
166165
honorificPrefix: 'Mr.',
167166
honorificSuffix: 'MSc',
168167
},

src/helpers/ascii.ts

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,27 +3,27 @@ import { debounce } from 'lodash';
33

44
export function consoleLogLogo() {
55
console.log(`
6-
#+.
7-
=######%##-
8-
-+#################=
9-
-#################.
10-
*##################
11-
##############+*###*
12-
=######*:......+####
13-
: :.*=....*=...+####
14-
..*.....*-...*=.*
15-
:....-...........
16-
=............-
17-
-=:..:-=
18-
*%@@%+-=#*:
19-
+++++++*@@@@@@@
20-
++=..++*@@@@@@@#
21-
+++++++*+@@@@@@@.
22-
..::@@@=..#@%###*
23-
:=:.@@@*+:....-..
6+
#+.
7+
=######%##-
8+
-+#################=
9+
-#################.
10+
*##################
11+
##############+*###*
12+
=######*:......+####
13+
: :.*=....*=...+####
14+
..*.....*-...*=.*
15+
:....-...........
16+
=............-
17+
-=:..:-=
18+
*%@@%+-=#*:
19+
+++++++*@@@@@@@
20+
++=..++*@@@@@@@#
21+
+++++++*+@@@@@@@.
22+
..::@@@=..#@%###*
23+
:=:.@@@*+:....-..
2424
25-
Welcome to my portfolio! Here you can view a showcase of the projects I've worked on, as well as my publications, resume and contact information & socials. Enjoy!
26-
`);
25+
Welcome to my portfolio! Here you can view a showcase of the projects I've worked on, as well as my publications, resume and contact information & socials. Enjoy!
26+
`);
2727
}
2828

2929
export const debounceConsoleLogLogo = debounce(consoleLogLogo, DELAYS.CONSOLE_LOGO_DEBOUNCE);

0 commit comments

Comments
 (0)