What problem does it solve?
This Skill automates the crucial post-implementation quality assurance process, ensuring that all development tasks are completed accurately, code meets quality standards, and nothing is missed before deployment.
Core Features & Use Cases
- Task Completion Audit: Verifies that every requirement and acceptance criterion from the plan has been implemented.
- Code Quality Checks: Assesses build compilation, test execution, linting, and dependency integrity.
- Consistency Verification: Detects drift between the plan and the code, identifies leftover artifacts, and checks configuration consistency.
- Use Case: After a developer completes a new feature, this Skill can be invoked to automatically check if all planned tasks are done, if the code compiles and passes tests, and if there are any lingering
TODO comments or undocumented environment variables.
Quick Start
Run the verify skill to check the implementation against the plan.