The Reviewer agent is your quality gatekeeper. It takes an implementation and compares it against the original specification, producing a detailed compliance report that identifies gaps, deviations, and quality issues.
It generates a comprehensive HTML/CSS report with section-by-section scoring, highlighting what was implemented correctly, what was missed, and what deviated from the spec. Each finding includes specific file references and actionable recommendations.
Use the Reviewer as the final checkpoint before merging — it catches the subtle spec violations that manual code review often misses, ensuring your implementation truly matches what was specified.
- ✅ Gap analysis between spec and implementation
- ✅ Deviation detection with severity scoring
- ✅ Comprehensive HTML/CSS compliance report output
- ✅ Actionable recommendations for each finding
- Install the SDD VS Code Agents extension
- Open VS Code Copilot Chat
- Use
@reviewerto invoke this agent
@reviewer Review the auth implementation against the original spec
This agent is one of 13 specialized Copilot Chat participants in the SDD VS Code Agents ecosystem.
| Agent | Role |
|---|---|
| spec-writer | Specification Architect |
| implementer | Implementation Engineer |
| reviewer | Compliance Reviewer |
| packager | Package Engineer |
| ui-lifecycle-master | UI Lifecycle Orchestrator |
| ux-research | UX Researcher |
| info-arch | Information Architect |
| wireframe | Wireframe Designer |
| ui-design | Visual Designer |
| ux-design | UX Designer |
| frontend-impl | Frontend Engineer |
| design-reviewer | Design Reviewer |
| ux-testing | UX Tester |
MIT