npx claudepluginhub tobyhede/turboshovel --plugin turboshovelDispatch N independent review agents, collate findings by consensus ratio, cross-check exclusive findings.
<instructions> ## InstructionsUse and follow the verifying-by-consensus skill exactly as written.
Path: ${CLAUDE_PLUGIN_ROOT}skills/verifying-by-consensus/SKILL.md
Tool: Skill(skill: "turboshovel:verifying-by-consensus")
Do NOT proceed without completing skill activation. </instructions>
ARGUMENTS: $ARGUMENTS
/verifyRuns repo verification via verification-loop skill: build, types, lint, tests, security checks, and diff review. Reports verdicts and blockers. (Legacy shim; prefer skill directly.)
/verifyRuns verification checks on codebase including types (mypy), lint (ruff), tests (pytest cov), security (pip-audit), secrets, prints, and git status. Outputs summary report with pass/fail and readiness status.
/verifyVerifies all git-changed files for common mistakes, logic errors, and security issues, outputting per-file summaries with issue counts and severity ratings (CRITICAL, WARNING, INFO).