Registry category

Coding AI agents

Reviews, tests, PRs, and release flow for engineering teams.

Agents
26
Reviewed
24
Runnable
25

All Coding agents

Filter in catalog

Accessibility Auditor

v1.0.0

WCAG findings typed. a11y regressions in PRs. Typed v1 agent with eval coverage.

Reviewed and runnable

API Contract Reviewer

v1.0.0

Breaking/non-breaking diff typed. Breaking API changes. Typed v1 agent with eval coverage.

Reviewed and runnable

Changelog from Commits

v1.0.0

Grouped changelog citing SHAs. Manual changelogs. Typed v1 agent with eval coverage.

Reviewed and runnable

Code QA

v2.0.0

Runs the project's test/lint/type-check commands through a caller-injected runner, then turns the REAL captured output into a TYPED failure report (shortest reproducer, message, root cause), grouped by cause. Execution stays in YOUR sandbox (no shell spawned by the agent); reports, never fixes.

Reviewed and runnable

Code Review

v1.0.0

Deep, low-noise code review: 7 focused lenses (correctness, security, performance, maintainability, design, tests, conventions) fan out per file, then every finding is adversarially verified before thresholds apply. Typed findings with applicable patches. Inputs: local git diff, GitHub PR, files, or a snippet. Outputs: Markdown, SARIF, or PR comments. Blocking CI gate.

Independently reviewed

Database Query Reviewer

v1.0.0

SQL findings typed. N+1 and missing indexes. Typed v1 agent with eval coverage.

Reviewed and runnable

Dependency Auditor

v1.0.0

Findings per package typed. CVEs and stale deps. Typed v1 agent with eval coverage.

Reviewed and runnable

Dev Implementer

v2.0.0

Proposes a TYPED minimal patch plan (file changes with full new contents + PR title + notes) that makes the QA specs pass. Proposes, never writes (the plan is data you apply); optional openPr transport turns the approved plan into a real PR, fail-closed HITL. House rules: named exports, Zod at boundaries, no any.

Reviewed and runnable

Feature Flag Reviewer

v1.0.0

Risk findings typed. Risky flags in PRs. Typed v1 agent with eval coverage.

Reviewed and runnable

i18n Reviewer

v1.0.0

i18n findings typed. Hardcoded/missing strings. Typed v1 agent with eval coverage.

Reviewed and runnable

Incident Postmortem

v1.0.0

Timeline + RCA + actions typed. Post-incident chaos. Typed v1 agent with eval coverage.

Reviewed and runnable

Issue Creator

v2.0.0

Drafts one TYPED GitHub issue per PRD acceptance criterion, then creates them through a caller-injected createIssue transport. Real creation or honest draft (no transport => drafts + created:[], never a faked number); fail-closed HITL (no approve + autoApprove off => nothing created); reports the real issue number/url.

Runnable

License Compliance

v1.0.0

Conflicts typed. Incompatible OSS licenses. Typed v1 agent with eval coverage.

Reviewed and runnable

Migration Planner

v1.0.0

Steps + rollback + blast radius typed. Risky schema/API migrations. Typed v1 agent with eval coverage.

Reviewed and runnable

Monorepo Impact Analyzer

v1.0.0

Affected packages typed. Blast radius unknown. Typed v1 agent with eval coverage.

Reviewed and runnable

Observability Gap Finder

v1.0.0

Gaps per service typed. Missing metrics/logs. Typed v1 agent with eval coverage.

Reviewed and runnable

On-call Handoff

v1.0.0

Handoff typed: incidents, risks, next steps. Shift changes lose context. Typed v1 agent with eval coverage.

Reviewed and runnable

Performance Interpreter

v1.0.0

Bottlenecks typed. Lighthouse/bundle reports opaque. Typed v1 agent with eval coverage.

Reviewed and runnable

PRD Author

v2.0.0

Transforms a free-form product description into a TYPED PRD (problem, users, 3-5 testable acceptance criteria, out-of-scope, open questions). Never invents business logic — anything absent from the input becomes an open question. Always a draft.

Reviewed and runnable

QA Author

v2.0.0

Turns a PRD's acceptance criteria into TYPED Vitest spec stubs (one+ describe/it block per criterion, each referencing its number). Returns { specs: [{ path, body, criteria }] } and flags uncovered criteria rather than silently dropping coverage.

Runnable

Release Notes Drafter

v2.0.0

Turns the list of merged PRs since the last tag into TYPED, grouped release notes (Feature/Fix/Performance/Docs/Internal) + a ready-to-paste markdown block. Every entry cites its PR number; never invents a merge not in the input. Always a draft for the release manager.

Reviewed and runnable

Runbook from Incident

v1.0.0

Runbook draft typed. Incidents not captured as runbooks. Typed v1 agent with eval coverage.

Reviewed and runnable

SBOM Generator

v1.0.0

SBOM summary typed. Supply chain audits. Typed v1 agent with eval coverage.

Reviewed and runnable

Security Scanner Interpreter

v1.0.0

Grouped findings + FP flags typed. SARIF/semgrep noise. Typed v1 agent with eval coverage.

Reviewed and runnable

Tech Debt Scorer

v1.0.0

Scored items: impact/effort/risk. Refactor prioritization. Typed v1 agent with eval coverage.

Reviewed and runnable

Test Runner

v2.0.0

Parses raw Vitest stdout/stderr into a TYPED test report: totals + per-failure details (test, file, message, one-sentence root-cause hypothesis), grouped by suspected cause. Analyses captured output; does not execute anything itself. Reports only what the output shows, never invents.

Reviewed and runnable