What problem does it solve? Before shipping or reviewing code, you need a trustworthy snapshot of whether tests pass, lint is clean, types check out, and coverage is adequate — without anything being silently auto-fixed. This Skill orchestrates that full verification pass and reports findings without modifying your code. ## Core Features & Use Cases - Multi-tool execution: Detects and runs your project's test framework, linter, formatter, and type checker in parallel waves, including runnable examples and README code blocks. - Coverage and quality analysis: Dispatches reviewer agents to find untested code paths, weak assertions, and fragile tests within the chosen scope. - Failure diagnosis: Groups test and type failures by root cause (logic bug, test bug, config, environment) so you understand why things fail, not just that they fail. - Use Case: Before opening a pull request, run a scoped verification on your branch to get a pass/fail verdict with a written report, then hand failures to a fix-oriented workflow. ## Quick Start Ask the assistant to verify the current branch's code quality and test coverage, for example by saying "verify scope:branch".