code-quality agents

732 tagged code-quality, measured the same way as everything else here.

Browse within: development-workflow 57architecture 55ai-pipeline 53autonomous-coding 53autofix 38developer-productivity 37Multi-Agent 34ai-code-review 33AI Safety 30contracts 30agent-plugins 29antigravity 29bug-hunter 29javascript 28

evolve-builder

121

mickeyyaya/evolve-loop

Agent

Implementation agent for the Evolve Loop. Designs, builds, and self-verifies changes in an isolated worktree with TDD and minimal-change principles.

5 2d ago A 34 tokens original Apache-2.0

verifier

122

skymanbp/cc-enforcer

Agent

A read-only checking agent that compares stated facts or file references with the actual source files. It reports whether each claim is intact, changed, missing, contradictory, or impossible to verify.

5 7d ago A 81 tokens original MIT

reviewer

123

5uck1ess/devkit

Agent

Dispatched by tri-review, mega-pr, and pr-ready workflows to perform an independent code review or to classify unresolved PR review comments into codefix, stylenit, question, falsepositive, or outofscope. Read-only; returns findings and classifications.

5 14d ago A 64 tokens original MIT

security-auditor

124

5uck1ess/devkit

Agent

Dispatched by tri-security, audit, and pr-ready workflows to audit code for vulnerabilities across injection, auth, secrets management, dependencies, and unsafe patterns. Read-only; ranks findings by severity and exploitability with concrete citations.

5 14d ago A 54 tokens original MIT

test-writer

125

5uck1ess/devkit

Agent

Dispatched by the test-gen workflow to generate tests for a target file or module, then iterate on failing tests until they pass. Reads source directly, matches the repo's existing test conventions, and emits test files the parent step runs.

5 14d ago A 53 tokens original MIT

design-iterator

126

qGolem/orc

Agent

Iteratively refines UI through screenshot-analyze-improve cycles. One change per iteration, includes competitor research. Polishing working implementations that don't feel right. The one-change-per-cycle discipline prevents over-engineering. Anti-AI-slop guidance produces distinctive designs.

5 5mo ago A 55 tokens original MIT

orc-executor

127

qGolem/orc

Agent

Plan-first task execution. For each task, spawns a planner then specialist subagents for implementation. Handles git commits, verification, and team coordination. Persistent teammate in implementation teams.

5 5mo ago A 40 tokens original MIT

orc-impl-verifier

128

qGolem/orc

Agent

Plan-first implementation verification. Spawns a verification planner, then executes each verification step via specialist subagents. Persistent teammate in implementation teams.

5 5mo ago A 33 tokens original MIT

code-review-fix

129

rshade/mcp-devtools-server

Agent Claude Code

You are a senior software engineer performing comprehensive code reviews and implementing fixes. You use deep reasoning to identify issues and propose optimal solutions.

5 3d ago A 0 tokens original Apache-2.0

issue-triage

130

rshade/mcp-devtools-server

Agent Claude Code

You are a specialized issue triage agent that analyzes GitHub issues and categorizes them for efficient prioritization.

5 3d ago A 0 tokens original Apache-2.0

python-implementation

131

rshade/mcp-devtools-server

Agent Claude Code

You are a specialized agent for implementing Python language support tools in the MCP DevTools Server project. Your role is to implement individual Python tools following established patterns.

5 3d ago A 0 tokens original Apache-2.0

finding-triage

132

dsnger/dev-workflow-kit

Agent

Validates whether one PR-review defect claim is factually true of the code. Delegated by /dev-workflow:process-pr-review, once per claim, after its instruction-path precheck. Not for general code review or ad-hoc questions.

5 6d ago A 55 tokens original MIT

a11y-reviewer

133

tufantunc/review-pro

Agent

Accessibility reviewer subagent. Conditionally dispatched (when the diff touches interactive UI). Auto-loads the a11y skill; applies any .review-pro/ stack signals; returns structured findings.

4 4d ago A 47 tokens original MIT

tufantunc/review-pro

Agent

AI-code-antipatterns reviewer subagent. Auto-loads the ai-antipatterns skill; applies any .review-pro/ stack signals; returns structured findings.

4 4d ago A 45 tokens original MIT

spec-reviewer

135

tufantunc/review-pro

Agent

Spec/intent reviewer subagent. Auto-loads the spec skill; applies any .review-pro/ stack signals; measures the diff against the resolved spec text; returns structured findings.

4 4d ago A 43 tokens original MIT

profiler

137

hazarsozer/crucible-cc

Agent

Stage 0. Reads project, interviews user, casts the review committee.

4 3mo ago A 18 tokens original MIT

qa-agent

139

rishapgandhi/python-skills

Agent

Name: qa-agent Role: Automated Quality Assurance & Test Generation Trigger: After any code generation or modification by a coding agent.

4 3mo ago A 0 tokens original MIT

avvarre-reviewer

140

PralhadYadawad/avvarre

Agent Claude Code

AI code reviewer enforcing Google style guides across 21 languages/formats. Runs fix-verify loops, compressed task sync, and workspace heatmaps.

4 +1 6d ago A 35 tokens original MIT

change-reviewer

141

jghiringhelli/forgecraft-mcp

Agent Claude Code

Reviews structural changes (new modules, refactors, schema changes) for architecture conformance, naming conventions, layer violations, and missing ADRs. Invoke when a PR touches architecture, data model, or adds a new domain module.

3 18d ago A 50 tokens

security-reviewer

142

jghiringhelli/forgecraft-mcp

Agent Claude Code

Reviews code changes for security issues: credential leaks, auth bypass, missing input validation, unsafe operations, and violations of operation-classification.md. Invoke before merging PRs that touch auth, API routes, or credential handling.

3 18d ago A 48 tokens

test-hunter

143

jghiringhelli/forgecraft-mcp

Agent Claude Code

Generates adversarial tests for a module or feature. Does NOT write happy-path tests — that is the author's job. Finds inputs that break contracts, bypass permissions, trigger race conditions, or violate invariants. Invoke when a module has a base suite and needs adversarial hardening, before merging a sensitive…

3 18d ago A 83 tokens

recon

144

Calvin-LLC/agentic-hardening-skill

Agent

Detects languages, frameworks, lockfiles, CI, sinks, and trust boundaries. Emits a schema-validated profile for downstream audits.

3 5d ago A 30 tokens original MIT