🔎
QualityTypeScript

Agent QA Result Triage

by vostride

Agent QA Result Triage 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 Result Triage
Copy Agent QA Result Triage 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-result-triage ~/.claude/skills/agent-qa-result-triage

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-result-triage/SKILL.md in vostride/agent-qa
Installs to
~/.claude/skills/agent-qa-result-triage
Collection
One of 3 skills cataloged from this repository
Category
Quality1354 skills

What Agent QA Result Triage does

Agent QA Result Triage investigates failed agent-qa runs by checking run status, artifacts, logs, and step output. Use it to classify failures, compare recent runs, and report evidence-backed next actions.

Agent QA Result Triage is cataloged under Quality on DirSkills. Agent QA Result Triage comes from a repository tagged ai-agents, ai-testing, anthropic, autonomous-agents and browser-automation.

Documentation

README

agent-qa Result Triage

Workflow

  1. Start with agent_qa_get_run for run status, suite child context, steps, and attempts.
  2. Fetch evidence before deciding:
    • agent_qa_get_run_artifact
    • agent_qa_get_run_steps
    • agent_qa_get_run_logs
    • agent_qa_get_run_execution_logs
  3. Call agent_qa_classify_failure and use its category as the default classification unless stronger evidence contradicts it.
  4. Compare recent related runs when available in the classifier output.
  5. Return a concise triage result: category, confidence, evidence, likely fix area, and next action.
  6. For code changes, switch to agent-qa-debug-fix after triage is complete.

Categories

Use one of the fixed categories from references/triage-categories.md:

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

Frequently asked about Agent QA Result Triage

  • What else does vostride publish alongside Agent QA Result Triage?

    Agent QA Result Triage is one of 3 skills that DirSkills catalogs from vostride/agent-qa, the repository it ships in. Its siblings there include Agent Qa Authoring and Agent Qa Debug Fix. Each one is a separate skill with its own page in this directory, installs the same way Agent QA Result Triage 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 Result Triage compare to other Quality skills?

    Agent QA Result Triage ranks #880 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 Result Triage against them. Open each page to compare what they document and how they install.