Agent
Route to specialized agents based on codebase health attributes. Reads attribute data and delegates to appropriate agents by severity and category.
Agent
Route to specialized agents based on codebase health attributes. Reads attribute data and delegates to appropriate agents by severity and category.
Agent
Scaffold a complete CI/CD setup for a repo — multiple GitHub Actions workflows (test, build, release, deploy) in one isolated pass. Use when delegating a full from-scratch pipeline buildout; edit single workflows inline instead.
Agent
Diagnose and fix bugs. Finds root cause, implements fix, verifies solution. Handles errors, failures, and unexpected behavior.
Agent
Dependency vulnerability and freshness audit. Scans for outdated packages, known CVEs, and license issues across package ecosystems. Use when checking dependency health.
Agent
Generate documentation from code. Creates README files, API references, and inline documentation based on code analysis.
Agent
Performance analysis and profiling. Identifies bottlenecks, analyzes profiler output, benchmarks code, and recommends optimizations. Use when investigating slow code or system performance issues.
Agent
Code refactoring specialist. Restructures code for improved readability, maintainability, and SOLID adherence while preserving behavior. Use when code needs structural improvement without changing functionality.
Agent
Technical research and documentation lookup. Investigates APIs, frameworks, libraries, and best practices from web sources and documentation. Use when needing external knowledge to inform decisions.
Agent
Comprehensive code review including quality, security, performance, and commit/PR analysis. Provides actionable findings with specific recommendations.
Agent
Cross-platform search and replace across codebases using built-in tools. No sed, no shell commands, no permission prompts. Use when replacing text patterns across multiple files.
Agent
Security vulnerability analysis. Scans code for OWASP top 10, secrets exposure, injection risks, auth flaws, and insecure configurations. Use proactively when reviewing security-sensitive code.
Agent
Write and run tests. Analyzes code, writes appropriate tests, executes them, and reports results. Completes the full testing cycle.