Code Review.instructions
---
description: Workflow guidance for AI-assisted code review.
---
# Code Review Workflow
When reviewing changes:
1. Identify correctness and security risks first.
2. Call out behavioral changes and potential regressions.
3. Check error handling and edge cases.
4. Suggest tests when coverage is missing.
5. Prefer minimal changes that improve clarity.when to use it
Community prompt sourced from the open-source GitHub repo ReactSphere/awesome-copilot-agents (MIT). A "Code Review.instructions" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
codingcommunitydeveloper
source
ReactSphere/awesome-copilot-agents · MIT
more in Coding
Coding✓ tested
Senior code review (strict mode)
senior staff engineer running a merciless but fair review
Coding✓ tested
Debug by hypothesis, not by guessing
debugging partner who forms theories before touching code
Coding✓ tested
Generate tests from described behavior
test engineer who writes tests that would actually catch regressions