What problem does it solve?
This Skill acts as a critical quality gate, ensuring that implemented code meets all defined acceptance criteria, adheres to project rules, and does not introduce regressions before delivery.
Core Features & Use Cases
- Acceptance Criteria Validation: Verifies that every acceptance criterion for a story is demonstrably met in the code.
- Scope Integrity: Confirms that only the intended files and features were modified, preventing scope creep.
- Rule Enforcement: Checks for compliance with project-specific coding standards and rules.
- Regression Detection: Scans for broken tests, behavioral drift, and known risk patterns.
- Use Case: After an AI has implemented a new feature, this Skill rigorously checks the changes against the story's requirements and project standards, preventing faulty code from being merged.
Quick Start
Run the qa-review skill to validate the implementation of story E01S01 against its acceptance criteria and project rules.