evolve-builder
121Agent
Implementation agent for the Evolve Loop. Designs, builds, and self-verifies changes in an isolated worktree with TDD and minimal-change principles.
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
Agent
Implementation agent for the Evolve Loop. Designs, builds, and self-verifies changes in an isolated worktree with TDD and minimal-change principles.
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.
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.
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.
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.
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.
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.
Agent
Plan-first implementation verification. Spawns a verification planner, then executes each verification step via specialist subagents. Persistent teammate in implementation teams.
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.
Agent Claude Code
You are a specialized issue triage agent that analyzes GitHub issues and categorizes them for efficient prioritization.
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.
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.
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.
Agent
AI-code-antipatterns reviewer subagent. Auto-loads the ai-antipatterns skill; applies any .review-pro/ stack signals; returns structured findings.
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.
Agent
Stage 3 leadership. Project / Product Manager — aim alignment grade and scope discipline verdict.
Agent
Stage 0. Reads project, interviews user, casts the review committee.
Agent
Stage 2 cross-functional reviewer focused on OWASP Top 10, auth flaws, secret leakage, and crypto misuse.
Agent
Name: qa-agent Role: Automated Quality Assurance & Test Generation Trigger: After any code generation or modification by a coding agent.
Agent Claude Code
AI code reviewer enforcing Google style guides across 21 languages/formats. Runs fix-verify loops, compressed task sync, and workspace heatmaps.
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.
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.
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…
Calvin-LLC/agentic-hardening-skill
Agent
Detects languages, frameworks, lockfiles, CI, sinks, and trust boundaries. Emits a schema-validated profile for downstream audits.