ncoevoet

64 mods across 2 repositories, 66 stars between them.

listtools

49

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.

41 12d ago A 27 tokens

ncoevoet-review-all

50

ncoevoet/claude-review-all

Plugin Claude Code

Marketplace for review-all — comprehensive, project-agnostic, multi-agent code review for Claude Code.

25 12d ago A tokens not measured original MIT

review-all

51

ncoevoet/claude-review-all

Plugin Claude Code

Comprehensive, project-agnostic, multi-agent code review for Claude Code with verification to eliminate false positives.

25 12d ago A tokens not measured copy · 86% MIT

review-all

52

ncoevoet/claude-review-all

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.

25 12d ago A 74 tokens original MIT

bugs-and-security

54

ncoevoet/claude-review-all

Agent

Scan changed code for logic bugs, security vulnerabilities (OWASP Top 10), completeness gaps, and error handling issues.

25 12d ago A 28 tokens original MIT

dry-and-code-smells

55

ncoevoet/claude-review-all

Agent

Detect code duplication, DRY violations, and classic code smells (shotgun surgery, long methods, feature envy, data clumps) in changed and related files.

25 12d ago A 39 tokens original MIT

ncoevoet/claude-review-all

Agent

Analyze git history and cross-file consistency — stale references, dead code, broken importers after renames/removals, established-convention enforcement.

25 12d ago A 34 tokens original MIT

simplification

57

ncoevoet/claude-review-all

Agent

Review changed code for opportunities to simplify while preserving ALL functionality — reduce nesting, eliminate dead branches, improve names, simplify defensive code.

25 12d ago A 29 tokens original MIT

security-deep-dive

58

ncoevoet/claude-review-all

Agent

Conditional threat-model analysis with adversarial reasoning, attack scenarios, and CWE classification. Distinct from agent 02 (which does broad pattern scanning).

25 12d ago A 35 tokens original MIT

performance

59

ncoevoet/claude-review-all

Agent

Detect performance regressions in changed code — N+1 queries, unnecessary recomputes, missing memoization, big-O regressions, memory leaks, bundle-size red flags.

25 12d ago A 37 tokens original MIT

test-quality

60

ncoevoet/claude-review-all

Agent

Review test code in the diff — assertion quality, branch coverage of new code, mock realism, brittle patterns. Distinct from "spec existence" check.

25 12d ago A 34 tokens original MIT

api-contract

61

ncoevoet/claude-review-all

Agent

Detect breaking changes to public APIs, exported types, schemas, REST routes, and DB migrations. Flags consumer-impacting changes that need coordination.

25 12d ago A 31 tokens original MIT

a11y-i18n

62

ncoevoet/claude-review-all

Agent

Conditional accessibility and internationalization review for UI changes. Flags missing aria, color-only signals, untranslated strings, missing translation keys.

25 12d ago A 32 tokens original MIT

finding-verifier

64

ncoevoet/claude-review-all

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).

25 12d ago A 40 tokens original MIT