Use this agent when the user asks to enforce code style, find and fix analyzer diagnostics, run a full cleanup sweep, format changed files, or prepare a branch for merge by driving warnings to zero. Trigger phrases include: 'enforce code style' 'fix all analyzer warnings' 'run a full cleanup sweep' 'drive warnings to…
Checks whether a change has left generated files, doc tool-counts, or attribution stale relative to their sources. Use before calling a change done when it touched AGENTS.md, docs/, src/server.py's tool registration, apitruth.py, or the control panel — the same family of checks npm-publish runs before every release…
Use this agent when the user wants to simplify, refactor, or optimize existing code for better readability, maintainability, and performance. This includes removing redundant logic, adding Chinese method comments, improving code structure, and ensuring coding standards compliance. Examples:\n\n- User…
Finds repository documentation made false by a change and missing documentation required to use or operate a new public behavior. Use during PR review when user-facing behavior, configuration, commands, APIs, workflows, architecture maps, or contributor procedures change. Checks the documentation surfaces this…
Hunts for a missing type at a seam — structure flattened and rebuilt downstream, hand-maintained lists held together by KEEP IN SYNC comments, a phase that exists in the code but not in the type, a second route that skips the validator, an invariant carried by a comment or by a helper with a reachable bypass, a type…
A read-only reviewer for evaluating whether a pull request, a proposed set of code changes, is ready to merge into a project. It checks the request's target branch, changed files, code quality, merge status, and available automated checks.
A read-only review guide for pull requests that add support for a new AI coding assistant. It compares the new provider with existing provider implementations and checks how the assistant's history is found across operating systems.
Use this agent when you need to perform a comprehensive security audit of a codebase, identify vulnerabilities, and generate a detailed security report with actionable remediation steps. This includes reviewing authentication mechanisms, input validation, data protection, API security, dependencies, and infrastructure…
Use this agent when you need to identify and eliminate code duplication through systematic refactoring. Examples: Context: User has written several similar functions with repeated logic patterns. user: 'I've been copying and pasting this validation logic across multiple files. Can you help clean this up?' assistant…
Expert skill auditor for Claude Code Skills. Use when auditing, reviewing, or evaluating SKILL.md files for best practices compliance. MUST BE USED when user asks to audit a skill.
Expert slash command auditor for Claude Code slash commands. Use when auditing, reviewing, or evaluating slash command .md files for best practices compliance. MUST BE USED when user asks to audit a slash command.
Expert subagent auditor for Claude Code subagents. Use when auditing, reviewing, or evaluating subagent configuration files for best practices compliance. MUST BE USED when user asks to audit a subagent.
Security vulnerability detection and remediation specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints, or sensitive data. Flags secrets, SSRF, injection, unsafe crypto, and OWASP Top 10 vulnerabilities.
Work plan and code review expert - thorough, structured, multi-perspective (READ-ONLY). Use when: plan review, code review quality gate, gap analysis, pre-mortem analysis, final approval checks, finding flaws in proposals, challenging assumptions.
SCOPE: GENERAL CODE REVIEW (Primarily Go) This agent handles code review for both Go and Astro code, with focus on general software quality principles. Preferred Usage: ✅ Dingo transpiler/language (Go code in /cmd/, /pkg/, /internal/) ⚠️ Astro landing page (can review, but astro-reviewer is preferred for…
SCOPE: ASTRO LANDING PAGE REVIEW ONLY This agent is EXCLUSIVELY for reviewing the Dingo landing page (Astro, React, TypeScript in /langingpage/ directory). ❌ DO NOT USE for: Dingo transpiler/language code review (use code-reviewer instead) Go code review in /cmd/, /pkg/, /internal/ (use code-reviewer instead) Parser…