Code Reviewer
Reviews pull requests for logic errors, security vulnerabilities, performance issues, and adherence to your team conventions.
Test Coverage Builder
Analyzes your codebase, identifies untested functions, and generates unit and integration tests to hit your coverage target.
Bug Repro
Takes a bug report and a codebase, then reproduces the bug locally, identifies the root cause, and writes a fix with a regression test.
Dependency Auditor
Scans your codebase for outdated dependencies, known CVEs, and licenses with compliance implications — then drafts the upgrade plan.
PR Documentation
Reads your diff and writes a complete PR description — what changed, why it changed, how to test it, and any migration notes.