listtools
49ncoevoet/claude-markdown-health-check
Skill Claude CodeCodex
Runs the project test suite and reports failures. Use when the user asks to run tests or check the current test status.
ncoevoet/claude-markdown-health-check
Skill Claude CodeCodex
Runs the project test suite and reports failures. Use when the user asks to run tests or check the current test status.
Plugin Claude Code
Marketplace for review-all — comprehensive, project-agnostic, multi-agent code review for Claude Code.
Plugin Claude Code
Comprehensive, project-agnostic, multi-agent code review for Claude Code with verification to eliminate false positives.
Skill Claude CodeCodex
Multi-agent code review for diffs (project-agnostic). Covers standards, bugs, security, DRY, smells, perf, tests, API contracts, a11y/i18n. Verifies each finding to eliminate false positives. Use for /review-all, pre-PR/pre-commit review, or auditing uncommitted/staged changes.
Agent
Review changed code for compliance with project CLAUDE.md rules, naming conventions, and readability.
Agent
Scan changed code for logic bugs, security vulnerabilities (OWASP Top 10), completeness gaps, and error handling issues.
Agent
Detect code duplication, DRY violations, and classic code smells (shotgun surgery, long methods, feature envy, data clumps) in changed and related files.
Agent
Analyze git history and cross-file consistency — stale references, dead code, broken importers after renames/removals, established-convention enforcement.
Agent
Review changed code for opportunities to simplify while preserving ALL functionality — reduce nesting, eliminate dead branches, improve names, simplify defensive code.
Agent
Conditional threat-model analysis with adversarial reasoning, attack scenarios, and CWE classification. Distinct from agent 02 (which does broad pattern scanning).
Agent
Detect performance regressions in changed code — N+1 queries, unnecessary recomputes, missing memoization, big-O regressions, memory leaks, bundle-size red flags.
Agent
Review test code in the diff — assertion quality, branch coverage of new code, mock realism, brittle patterns. Distinct from "spec existence" check.
Agent
Detect breaking changes to public APIs, exported types, schemas, REST routes, and DB migrations. Flags consumer-impacting changes that need coordination.
Agent
Conditional accessibility and internationalization review for UI changes. Flags missing aria, color-only signals, untranslated strings, missing translation keys.
Agent
Shared severity tiers, verification gate, quotas, and auto-drop rules included by every review-all agent prompt.
Agent
Batch-verify all findings from one source agent — re-read source, apply false-positive filter, score each 0-100. One verifier per source agent (not per finding).