What problem does it solve?
Ensures that implemented code follows project-specific patterns, architecture conventions, and coding rules by executing all registered verify-* skills and aggregating their findings into a single actionable report.
Core Features & Use Cases
- Aggregate verification: Runs every project
verify-* skill and consolidates results into a severity-classified report for PRs or pre-merge checks.
- Selective and automated remediation: Supports filtering by category or severity, interactive user approval flows, and an optional --fix mode to apply automated corrections followed by re-verification.
- Scalable execution: Chooses sequential or parallel execution based on number of target skills and reruns only affected verifiers after fixes.
- Use Case: Run before merging a feature branch to catch pattern violations across modules and either apply fixes automatically or present clear remediation steps during code review.
Quick Start
Run the verify-implementation skill to execute all registered verify-* checks and produce a single severity-classified report for review.