What problem does it solve?
This Skill provides a structured QA review that validates the actual codebase implementation against design intent, surfacing mismatches between design artifacts and what was built so teams can decide if a build is shippable or needs revision.
Core Features & Use Cases
- Cross-reference build claims and reality: Reads BUILD-LOG.md and runs git diff to confirm which files were actually changed and whether the build produced the claimed artifacts.
- Design and brand alignment: Loads project design chunks and brand pattern files to verify token usage, component coverage, and imagery style against the brand system.
- Accessibility and quality checks: Performs token audits, Grep/Glob searches for hardcoded values, accessibility checks (or references prior audits), and writes an acceptance report plus actionable issues.
- Automated reviewer spawn: Spawns a gsp-project-reviewer agent with an included methodology to write acceptance-report.md, issues.md, and an INDEX.md into the project's review directory.
Quick Start
Run the gsp-project-review skill to generate an acceptance report and issue list by validating the project's BUILD-LOG.md, design chunks, and git diff against the codebase.