GitHub Copilot Review Instructions
A prompt pack that exports to .github/copilot-instructions.md so GitHub Copilot reviews and chats at a consistent, senior level.
What it sets
- Review priority — correctness → security → tests → readability
- House style — naming, error handling, and comment conventions
- What to flag — missing tests, unhandled errors, risky dependencies
- Tone — specific and kind, with line references
Install (export)
bash
npx nuclexa export github-copilot-review --target copilot-instructionsWrites .github/copilot-instructions.md. Commit it and Copilot picks it up across your repo.