What problem does it solve?
Code review workflow. Reviews the build output for quality, conventions, performance, security, and test coverage. Use after a build phase is complete, or when the user says "review", "check the code", "PR review", "quality check", or "is this good". Also use when the user wants a second opinion on code that was just written. Always use this skill after /build.
Core Features & Use Cases
- Core reviewers (always invoked): code-reviewer for quality, conventions, readability, maintainability; qa-tester for test coverage, missing edge cases, test quality.
- Conditional reviewers based on modified files to broaden coverage (e.g., infrastructure, UX).
- Consolidated findings: a single review output to guide fixes and decisions.
Quick Start
Invoke the review skill after a build to analyze the latest build-output and present a findings report.