microsoft/hve-core
Publicmirrored fromhttps://github.com/microsoft/hve-coreAvailable
collections/code-review.collection.md
6lines · modecode
| 1 | Analyze branch diffs before opening pull requests to catch functional defects early. This collection provides agents that review changed code for logic errors, edge case gaps, error handling deficiencies, and behavioral bugs. |
| 2 | |
| 3 | This collection includes agents and prompts for: |
| 4 | |
| 5 | - **Functional Code Review** — Diff-based reviewer that identifies logic errors, concurrency issues, contract violations, and testing gaps with severity-ordered findings and concrete fixes |
| 6 | - **Functional Code Review Prompt** — Quick-launch prompt that delegates to the functional code review agent with base branch input |
| 7 | |