requesting-code-review
Installation
SKILL.md
Requesting Code Review
Overview
Systematic review combining verification and code quality checks. Catches issues before they cascade. For OpenSpec projects, validates against proposal requirements.
Core principle: Review early, review often. Evidence before assertions.
When to Use
Use when:
- After completing implementation tasks
- Before merging branches or creating PRs
- Before running
/openspec:archive - After significant code changes
- When task list shows "done" but not verified