qa-fixer

Automate QA gate failure remediation with worktree creation and retry logic.

3|Updated Mar 25, 2026
One-click install
npx skills add https://github.com/willietran/autoboard --skill qa-fixer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-fixer
Source: https://github.com/willietran/autoboard/tree/main/skills/qa-fixer
Command: npx skills add https://github.com/willietran/autoboard --skill qa-fixer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dispatch a fixer session agent for QA gate failures. Creates worktree, builds fixer brief, spawns agent, merges fix, re-runs QA gate with retry logic. Re-invoke at the start of each new layer.

Core Features & Use Cases

  • Loads /autoboard:session-workflow and follows the complete Explore -> Plan -> Review -> Implement -> Verify -> Code Review -> Commit lifecycle.
  • Creates a worktree and a designed brief to guide the fixer agent.
  • Posts progress, tracks attempts, and re-runs the QA gate until success.

Quick Start

Dispatch a fixer session to handle QA gate failures and start the full remediation workflow.

Frequently Asked Questions about qa-fixer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate fixing QA gate failures?

Automating QA gate failure remediation dispatches a fixer session to create a worktree, build a brief, and re-run the gate with retry logic. It follows a complete Explore to Commit lifecycle to deliver validated fixes.

What is the full lifecycle for an automated bug-fix session?

An automated bug-fix session lifecycle covers Explore, Plan, Review, Implement, Verify, Code Review, and Commit. This multi-layer process includes design document creation, progress tracking, and re-running the QA gate until success.

How do I create a worktree and brief for a fixer agent?

Creating a worktree and brief for a fixer agent loads the session workflow and generates a designed brief to guide remediation. It spawns the agent, tracks attempts, and merges the fix before retrying the QA gate.

Does the QA gate fixer include retry logic for failed runs?

Yes, the QA gate fixer includes retry logic to re-run the gate until success. It posts progress, tracks attempts, and re-invokes at the start of each new layer to ensure validated remediation.

When should I dispatch a fixer for QA-REPORT failures?

Dispatch a fixer for QA-REPORT failures when genuine errors are detected and require an automated, reproducible remediation process. It handles multi-layer fix delivery with design documents, tracking, and verification steps.

Can I track progress and attempts during an automated bug-fix workflow?

Yes, you can track progress and attempts during an automated bug-fix workflow. The session posts updates, follows the complete Explore to Commit lifecycle, and applies retry logic when re-running the QA gate.