Complete AI TrainingYourJobSkills for your job

Skills / testing

agent-qa-debug-fix

Debug, patch, and verify failed Agent QA runs from MCP evidence, artifacts, logs, and local code without hiding product or infrastructure defects.

newIT & Software Developmentdebuggingmcpqaself-healingtesting

Agent QA Debug Fix

Overview

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.

When to Use

  • A failed Agent QA run has already been triaged and now requires a code or YAML repair.
  • Artifacts and logs point to a test, hook, product, runtime, or agent-behavior defect.
  • A proposed fix must be verified with the narrowest Agent QA or unit-test rerun.
  • The user asks to self-heal or update a stale Agent QA definition from evidence.

Preconditions and Approval Boundary

  • Confirm the repository, workspace, target environment, and files the user authorizes you to modify.
  • Inspect the planned test's external side effects before rerunning it; obtain explicit confirmation for production-facing, destructive, or irreversible actions.
  • Preserve unrelated user changes and keep the patch limited to the evidenced failure.
  • Do not expose credentials or sensitive application data from artifacts and logs.

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
  1. Call agent_qa_classify_failure and treat its category as a hypot

Subscribers only

The full skill, its 1 bundled files and every download is included with every paid Complete AI plan.

Details

Sourcevostride/agent-qa
LicenseFSL-1.1-ALv2
Risk labelcritical ("critical" means the skill may run commands or touch files — read before use)
FilesSKILL.md
Added2026-08-16

Related skills

ab-testing

When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program.

agent-qa-authoring

Create, edit, validate, and run Agent QA tests, suites, and hooks through MCP or CLI while preserving canonical IDs and schema contracts.

agent-qa-result-triage

Triage failed Agent QA runs with MCP evidence, artifacts, logs, fixed failure categories, confidence, and actionable next steps.

android-ui-journey-testing

XML-specified Android UI journey testing, interactive step execution, assertion verification, and JSON outcome reporting.

bats-testing-patterns

Master Bash Automated Testing System (Bats) for comprehensive shell script testing. Use when writing tests for shell scripts, CI/CD pipelines, or requiring test-driven development of shell utilities.

brooks-test

Review test-suite quality using established testing literature; identify brittleness, mock abuse, unclear fixtures, weak assertions, slow feedback, and maintenance risks.