remediate-failures

Apply minimal fixes to QA failures and iterate until quality gates pass.

157|28|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/Fr-e-d/GAAI-framework --skill remediate-failures-fr-e-d
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: remediate-failures
Source: https://github.com/Fr-e-d/GAAI-framework/tree/main/.gaai/core/skills/delivery/remediate-failures
Command: npx skills add https://github.com/Fr-e-d/GAAI-framework --skill remediate-failures-fr-e-d

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses issues identified during Quality Assurance (QA) reviews, ensuring that code changes meet all acceptance criteria and adhere to defined rules without introducing new scope.

Core Features & Use Cases

  • Automated Bug Fixing: Corrects regressions, rule violations, and unmet acceptance criteria identified by QA.
  • Scope Preservation: Ensures fixes are minimal and do not alter the original product intent or scope.
  • Iterative Validation: Loops through detection, correction, and re-validation until all quality gates pass.
  • Use Case: After a QA review flags a story as 'FAIL' due to a missed edge case in the implementation, this Skill can be activated to pinpoint the exact failure, apply the necessary code adjustments, and re-submit for QA validation, repeating the process until the story passes.

Quick Start

Activate the remediate-failures skill with the failing qa_report and relevant artefacts to fix any detected issues.

Frequently Asked Questions about remediate-failures

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

FAQPage Schema
How do I fix QA failures and pass quality gates without altering the original scope?

To fix QA failures and pass quality gates, you apply minimal, scope-preserving corrections to rule violations and acceptance criteria gaps. This iterative process detects issues, applies code adjustments, and re-validates until all quality gates pass.

What is the best way to automate bug fixing after a QA review flags a story as failing?

Automating bug fixing after a QA review involves processing the failing QA report and associated artefacts to pinpoint exact failures. The system applies necessary code adjustments and resubmits for validation, looping until the story passes.

How does iterative code remediation handle unresolved acceptance criteria gaps?

Iterative code remediation handles unresolved gaps by looping through detection, correction, and re-validation. If convergence is not achieved within three attempts or a fix requires redefining scope, it escalates the issue rather than forcing a resolution.

Can I use automated remediation to correct rule violations identified during code review?

Yes, you can use automated remediation to correct rule violations identified during code review. It operates on failing QA reports and artefacts, producing updated code changes and remediation notes while ensuring fixes do not introduce new scope.

When should I avoid using automated fixes for failing QA reports?

You should avoid using automated fixes when a failure requires redefining the original product scope. If the necessary corrections exceed minimal adjustments or cannot converge within three validation attempts, the process escalates instead of proceeding.

Does the remediate-failures skill work without external dependencies?

Yes, the remediate-failures skill operates without external dependencies. It processes failing QA reports and associated artefacts internally to apply minimal fixes, generate updated code changes, and produce remediation notes.