Agent
Autonomous code review agent. Use proactively after code changes to analyse for best practices, security, performance, and potential issues. Use when the user asks for a code review.
Agent
Autonomous code review agent. Use proactively after code changes to analyse for best practices, security, performance, and potential issues. Use when the user asks for a code review.
Agent
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise. Language-agnostic.
Agent
Autonomous runtime failure debugger. Use when diagnosing errors, test failures, crashes, flaky tests, or unexpected runtime behavior — distinct from fixer (which fixes static review findings). Use when the user says "debug this", "why is this failing", "find the bug", "this test is flaky", or when stacktrace-triage /…
Agent
Use this agent to QA and evaluate a built application after generation is complete. Triggers when: user asks to review, QA, evaluate, test, or assess a built application. This agent is deliberately skeptical and grades against concrete criteria. It interacts with the running application like a real user before scoring.
Agent
Fixes critical code review findings. Receives review findings, applies targeted fixes, and verifies tests pass. Used by the fix-loop skill.
Agent
Use this agent proactively to guide refactoring decisions during code improvement and reactively to assess refactoring opportunities after tests pass (TDD's third step). Invoke when tests are green, when considering abstractions, or when reviewing code quality.
Agent
Autonomous code-level security auditor. Use when reviewing code for OWASP Top 10, STRIDE categories, authentication/authorization bugs, unsafe deserialization, SSRF, IDOR, XSS, SQL injection, crypto misuse, secret handling, or supply-chain red flags in source code. Use after feature implementation, before merge, or…