Triage failed Agent QA runs with MCP evidence, artifacts, logs, fixed failure categories, confidence, and actionable next steps.
agent-qa-debug-fix
agent-qa-debug-fix is an open-source testing skill for Claude Code and compatible agents, published by sickn33. Its author describes it as: “Debug, patch, and verify failed Agent QA runs from MCP evidence, artifacts, logs, and local code without hiding product or infrastructure defects.”. The project has 45k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add sickn33/agentic-awesome-skills`.
What agent-qa-debug-fix does
Repair a failed Agent QA run from recorded evidence and the relevant local source. Treat the classifier as a hypothesis, make the smallest justified change, and verify the narrowest affected behavior without rewriting a test merely to conceal a real defect.
Installation
Add agent-qa-debug-fix to your agent with:
/plugin marketplace add sickn33/agentic-awesome-skills Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
What's inside
The SKILL.md for agent-qa-debug-fix is organised into these sections:
- Overview
- When to Use
- Preconditions and Approval Boundary
- Workflow
- Fix Rules
- Example
- Limitations
When to use it
Reach for agent-qa-debug-fix when you want testing help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in sickn33/agentic-awesome-skills, an established project with 45,095 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does agent-qa-debug-fix do?
- Debug, patch, and verify failed Agent QA runs from MCP evidence, artifacts, logs, and local code without hiding product or infrastructure defects.
- How do I install agent-qa-debug-fix?
- Run /plugin marketplace add sickn33/agentic-awesome-skills in your agent, then reload your skills. Review the source at https://github.com/sickn33/agentic-awesome-skills before installing.
- Is agent-qa-debug-fix free to use?
- Yes. agent-qa-debug-fix is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does agent-qa-debug-fix come from?
- agent-qa-debug-fix ships inside sickn33/agentic-awesome-skills, a repository that contains 66 catalogued skills in total. The repository's 45,095 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Testing →Create, edit, validate, and run Agent QA tests, suites, and hooks through MCP or CLI while preserving canonical IDs and schema contracts.
Structured guide for setting up A/B tests with mandatory gates for hypothesis, metrics, and execution readiness.
When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this,"...
Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging accessibility issues, or ensuring assistive technology support.