What problem does it solve?
The QA workflow helps teams consistently validate that a created recipe passes TypeScript type checks, runs theme-specific tests, and satisfies lint rules, then emits a structured verification report for traceability.
Core Features & Use Cases
- Typecheck orchestration: executes the repo-wide TypeScript type checks to catch type errors early.
- Test orchestration: runs the theme test suite to ensure design-system components remain correct.
- Lint enforcement: runs lint across relevant packages to enforce coding standards.
- Verification artifact: writes .context/recipe-<name>/verification.md with a detailed summary and failure details.
- Standalone compatibility: can verify any existing recipe without requiring prior artifacts.
- Actionable feedback: includes precise file:line references and suggested sub-skills to guide fixes.
Quick Start
Run /verify-recipe for a target recipe to generate its verification report.