Agents Reference
Agents are specialized for specific review, research, or workflow tasks. They can be invoked by @mention or via commands.
Review
Section titled “Review”Adversarial ReviewerConditional code-review persona, selected when the diff is large (>=50 changed lines) or touches high-risk domains like auth, payments, data mutations, or external APIs.
Agent Native ReviewerReviews code to ensure agent-native parity -- any action a user can take, an agent can also take.
API Contract ReviewerConditional code-review persona, selected when the diff touches API routes, request/response types, serialization, versioning, or exported type signatures.
Architecture StrategistAnalyzes code changes from an architectural perspective for pattern compliance and design integrity.
CLI Readiness ReviewerConditional code-review persona, selected when the diff touches CLI command definitions, argument parsing, or command handler implementations.
Code Simplicity ReviewerFinal review pass to ensure code is as simple and minimal as possible.
Correctness ReviewerAlways-on code-review persona.
Data Migrations ReviewerConditional code-review persona, selected when the diff touches migration files, schema changes, data transformations, or backfill scripts.
Deployment Verification AgentProduces Go/No-Go deployment checklists with SQL verification queries, rollback procedures, and monitoring plans.
Kieran Typescript ReviewerConditional code-review persona, selected when the diff touches TypeScript code.
Maintainability ReviewerAlways-on code-review persona.
Pattern Recognition SpecialistAnalyzes code for design patterns, anti-patterns, naming conventions, and duplication.
Performance ReviewerConditional code-review persona, selected when the diff touches database queries, loop-heavy data transforms, caching layers, or I/O-intensive paths.
Previous Comments ReviewerConditional code-review persona, selected when reviewing a PR that has existing review comments or review threads.
Project Standards ReviewerAlways-on code-review persona.
Reliability ReviewerConditional code-review persona, selected when the diff touches error handling, retries, circuit breakers, timeouts, health checks, background jobs, or async handlers.
Security ReviewerConditional code-review persona, selected when the diff touches auth middleware, public endpoints, user input handling, or permission checks.
Testing ReviewerAlways-on code-review persona.
Research
Section titled “Research”Best Practices ResearcherResearches and synthesizes external best practices, documentation, and examples for any technology or framework.
Framework Docs ResearcherGathers comprehensive documentation and best practices for frameworks, libraries, or dependencies.
Git History AnalyzerPerforms archaeological analysis of git history to trace code evolution, identify contributors, and understand why code patterns exist.
Issue Intelligence AnalystFetches and analyzes GitHub issues to surface recurring themes, pain patterns, and severity trends.
Learnings ResearcherSearches docs/solutions/ for relevant past solutions by frontmatter metadata.
Repo Research AnalystConducts thorough research on repository structure, documentation, conventions, and implementation patterns.
Slack ResearcherSearches Slack for organizational context.
Design
Section titled “Design”Design IteratorIteratively refines UI design through N screenshot-analyze-improve cycles.
Document-review
Section titled “Document-review”Adversarial Document ReviewerConditional document-review persona, selected when the document has >5 requirements or implementation units, makes significant architectural decisions, covers high-stakes domains, or proposes new abstractions.
Coherence ReviewerReviews planning documents for internal consistency -- contradictions between sections, terminology drift, structural issues, and ambiguity where readers would diverge.
Design Lens ReviewerReviews planning documents for missing design decisions -- information architecture, interaction states, user flows, and AI slop risk.
Feasibility ReviewerEvaluates whether proposed technical approaches in planning documents will survive contact with reality -- architecture conflicts, dependency gaps, migration risks, and implementability.
Product Lens ReviewerReviews planning documents as a senior product leader -- challenges premise claims, assesses strategic consequences (trajectory, identity, adoption, opportunity cost), and surfaces goal-work misalignment.
Scope Guardian ReviewerReviews planning documents for scope alignment and unjustified complexity -- challenges unnecessary abstractions, premature frameworks, and scope that exceeds stated goals.
Security Lens ReviewerEvaluates planning documents for security gaps at the plan level -- auth/authz assumptions, data exposure risks, API surface vulnerabilities, and missing threat model elements.
Workflow
Section titled “Workflow”Bug Reproduction ValidatorSystematically reproduces and validates bug reports to confirm whether reported behavior is an actual bug.
PR Comment ResolverEvaluates and resolves one or more related PR review threads -- assesses validity, implements fixes, and returns structured summaries with reply text.
Spec Flow AnalyzerAnalyzes specifications and feature descriptions for user flow completeness and gap identification.
Systematic ImplementerImplements one plan unit in a fresh subagent context and reports bounded changes back to the orchestrator.