What problem does it solve?
This Skill serves as a comprehensive IDE-local verification gate, facilitating a thorough code-review and test-quality check process for finished work in a repository.
Core Features & Use Cases
- Integrated Verification Process: Automates the discovery of context, parallel code reviews, and targeted testing.
- Parallel Reviews: Concurrently executes bug, convention, and security reviews using specialized agents.
- Gradle Module Testing: Executes specific Gradle tests to ensure module-level integrity.
- Mutation Testing: Validates code stability through targeted mutation testing in multiple worktrees.
- Final Verdict: Provides a high-confidence report, identifying critical issues that need resolution before pushing code.
Quick Start
Run the /verify command to activate the verification process, optionally specifying a base reference (--base=<ref>) and the number of mutation workers (--parallelism=N).