Debugs ABCA agent runtime issues — task failures, preflight errors, agent execution problems, and log analysis. Use when investigating why a task failed, analyzing CloudWatch logs, or debugging the Python agent code. Context: User has a failed task and wants to know why user: "My task failed, can you check what…
Fixes React issues identified by react-doctor. Use when the parent agent has validated a react-doctor diagnostic and has a detailed fix plan. The parent agent provides the plan; this subagent implements the fix and re-runs react-doctor to verify.
Triages a single CI flake (a failing test or a flaky infra step) and, if it looks like a genuine unknown flake, reports it to the @PostHog bot in the #flakey-tests Slack channel so the bot can investigate. Fire-and-forget: spawn it with a failing job URL and keep working. It does NOT root-cause, fix, or reproduce the…
Automated issue scanner — monitors 4 repos, verifies and fixes all open issues (bugs + enhancements), reviews open PRs against quality criteria, enforces contributor policies.
An agent for checking captured traffic from a proxy server. It verifies whether the application correctly detects five kinds of agent-related content, including project instructions, output styles, slash commands, skills, and sub-agents.
An agent for diagnosing and fixing CSS and JavaScript problems in the Claude Inspector interface. It follows a reproduce, gather evidence, form hypotheses, and test process.
Senior principal software engineer. MUST BE USED to review code quality, architecture, design patterns, best practices, and investigate technical issues. Proactively reviews after any code changes and investigates bugs or performance problems.
Specialist at efficiently reading and analyzing large log files using targeted search and filtering. Optimized to avoid loading entire logs into context by using grep-style workflows, time and severity filters, and iterative refinement across arbitrary log formats.
Diagnose Jetson performance and memory issues end to end. Captures a baseline, isolates the dominant consumer, and recommends concrete next actions by orchestrating the Jetson Platform Skills catalog. Use when the user reports "Jetson is slow / hot / OOM" without a clear cause.
Debugging specialist for errors and test failures. Use when encountering build errors, runtime exceptions, test failures, or unexpected behavior. Invoke with /debugger to investigate issues.
Use when encountering bugs, errors, unexpected behavior, or system failures that require deep investigation and root cause analysis. Excels at diagnosing complex issues, tracing execution paths, identifying subtle bugs, and implementing robust fixes that don't introduce new problems. Perfect for production issues…
Apply code-level fixes for user-approved FAIL items. Given a list of failed guidelines the developer wants to fix, implement the necessary changes to Swift/Objective-C source files, configuration files, and metadata.
Senior IDA Domain Python developer and IDA Pro reverse engineer. Use proactively when writing IDA Domain scripts, debugging IDA API issues, analyzing binary analysis problems, or when the user needs expert guidance on reverse engineering tasks with IDA Pro.
Debug PDF processing issues — OCR failures, text extraction problems, AI misclassification, and renaming errors. Use when a PDF isn't being renamed correctly.
Use this agent when debugging Rust code, especially async networking issues, WAF detection failures, test failures, runtime panics, or compilation errors. The agent should be invoked proactively when tests fail, detection results are incorrect, or runtime errors occur. Examples:\n\n \nContext: The user is working on a…
Use this agent when you need to refactor code to improve readability, reduce complexity, or enhance maintainability without altering functionality. This includes simplifying complex logic, removing redundancy, improving naming, extracting methods, reducing nesting, and applying clean code principles. The agent…
Use this agent when the user explicitly requests a security audit, penetration test, or vulnerability assessment of their codebase. Specializes in finding critical vulnerabilities (auth bypass, IDOR, injection, etc.) through invariant-binding analysis across trust boundaries. Do not auto-invoke for general code review…