What problem does it solve?
After architecture and implementation are done, teams still need a disciplined process to review code, close test coverage gaps, verify specification compliance, and produce documentation before shipping. This Skill automates the final two phases of the SPARC methodology so nothing is missed before release.
Core Features & Use Cases
- Iterative Code Review and Testing: Reviews implementation against acceptance criteria, architecture boundaries, and pseudocode fidelity, then writes missing unit, integration, and edge-case tests targeting 80%+ coverage on new code.
- Traceability and Validation: Builds a traceability matrix mapping every acceptance criterion to its tests and code files, runs full regression suites, and validates performance constraints against measured results.
- Documentation and Deployment Readiness: Generates API documentation, usage examples, and a deployment checklist covering migrations, configuration, feature flags, rollback plans, and security review.
- Use Case: After completing the SPARC Architecture phase for a new API feature, run this Skill to review the code, raise test coverage from 45% to 85%, produce a traceability matrix, and confirm the deployment checklist before merging.
Quick Start
Run the SPARC refinement and completion phases for my current feature to review the code, improve test coverage, and generate the deployment readiness report.