🛠️
QualityTypeScript

Agent Qa Debug Fix

by vostride

Agent Qa Debug Fix is a Quality skill for Claude Code, published by vostride in agent-qa.

934 stars15 forkson vostride/agent-qaAdded 2026/08/22Repository updated 2026/08/03
ai-agentsai-testinganthropicautonomous-agentsbrowser-automationchatgptclaude-codeclawdbotcodexdeveloper-toolsdsh-pluginend-to-end-testingfrontendmcpmcp-servermcp-toolsmodel-context-protocolopenaiplaywrightqa-automation
Install in seconds
Install Agent Qa Debug Fix
Copy Agent Qa Debug Fix into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/vostride/agent-qa/tree/main/skills/agent-qa-debug-fix ~/.claude/skills/agent-qa-debug-fix

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/vostride/agent-qa.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/agent-qa-debug-fix/SKILL.md in vostride/agent-qa
Installs to
~/.claude/skills/agent-qa-debug-fix
Collection
One of 3 skills cataloged from this repository
Category
Quality1354 skills

What Agent Qa Debug Fix does

Agent Qa Debug Fix uses MCP evidence, logs, artifacts, and local code changes to diagnose a failed agent-qa run and patch the root cause. Use it after a run fails and you need to verify the fix with the narrowest relevant test or hook.

Agent Qa Debug Fix is cataloged under Quality on DirSkills. Agent Qa Debug Fix comes from a repository tagged ai-agents, ai-testing, anthropic, autonomous-agents and browser-automation.

Documentation

README

agent-qa Debug Fix

Workflow

  1. Start with evidence collection:
    • agent_qa_get_run
    • agent_qa_get_run_steps
    • agent_qa_get_run_artifact
    • agent_qa_get_run_logs
    • agent_qa_get_run_execution_logs
  2. Call agent_qa_classify_failure and treat its category as a hypothesis, not a verdict.
  3. Identify the failing surface: test definition, hook, application under test, runtime infrastructure, or agent behavior.
  4. Inspect the relevant local files directly. Do not infer patches from artifacts alone.
  5. Apply the smallest code or YAML change that explains the evidence.
  6. Re-run the narrowest affected agent-qa test, suite, hook, or unit test.
  7. Report the root cause, changed files, verification command, and any remaining risk.

Fix Rules

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Agent Qa Debug Fix

  • What else does vostride publish alongside Agent Qa Debug Fix?

    Agent Qa Debug Fix is one of 3 skills that DirSkills catalogs from vostride/agent-qa, the repository it ships in. Its siblings there include Agent QA Result Triage and Agent Qa Authoring. Each one is a separate skill with its own page in this directory, installs the same way Agent Qa Debug Fix does, and is maintained by vostride in that same repository. The rest of the collection is listed on the vostride/agent-qa page.

  • How does Agent Qa Debug Fix compare to other Quality skills?

    Agent Qa Debug Fix ranks #879 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Agent Qa Debug Fix against them. Open each page to compare what they document and how they install.