apply-qa-fixes

Apply prioritized QA fixes and update the task record.

1|Updated Oct 19, 2025
One-click install
npx skills add https://github.com/AcidicSoil/lms-llmsTxt --skill apply-qa-fixes-acidicsoil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: apply-qa-fixes
Source: https://github.com/AcidicSoil/lms-llmsTxt/tree/main/.claude/skills/apply-qa-fixes
Command: npx skills add https://github.com/AcidicSoil/lms-llmsTxt --skill apply-qa-fixes-acidicsoil

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

QA reviews often identify a mix of high-severity issues, NFR gaps, and test-coverage shortfalls. This skill systematically consumes quality gate outputs and applies prioritized, deterministic fixes, updates the Implementation Record, and ensures artifacts are produced for re-review.

Core Features & Use Cases

  • Deterministic prioritization of fixes (based on severity, risk, and traceability)
  • Automated application of fixes across code and tests with validation loops
  • Task-file updates and telemetry emission for auditability and observability
  • Handles guardrails and split-session scenarios when needed

Quick Start

Use this skill after Quinn's quality review to automatically apply prioritized QA fixes and prepare for re-review.

Frequently Asked Questions about apply-qa-fixes

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

FAQPage Schema
How do I automatically apply fixes from QA quality gate outputs?

To apply fixes from QA quality gate outputs, you can use an automated skill to identify issues, categorize them by priority, and assemble an actionable fix plan. It applies fixes in priority order, runs validation, and updates the task record.

What is the best way to prioritize automated test-validation fixes?

The best way to prioritize automated test-validation fixes is through deterministic prioritization based on severity, risk, and traceability. This ensures high-severity issues, NFR gaps, and test-coverage shortfalls are resolved in a systematic order.

Can I automate code fixes while respecting existing guardrails?

Yes, you can automate code fixes while respecting guardrails. The automated fix application process handles guardrails and split-session scenarios when needed, ensuring fixes are applied safely and within defined boundaries.

How do I generate telemetry and audit trails for QA fixes?

To generate telemetry and audit trails for QA fixes, use an automated workflow that emits telemetry and updates implementation records after applying fixes. This provides observability and ensures artifacts are produced for re-review.

Does automated fix application handle split-session scenarios?

Yes, automated fix application handles split-session scenarios when needed. The process applies prioritized deterministic fixes across code and tests with validation loops, accommodating interrupted or multi-stage workflows.

Why do I need deterministic fix plans for quality gate issues?

You need deterministic fix plans for quality gate issues to systematically consume review outputs and apply prioritized fixes. This approach ensures all identified high-severity issues and coverage gaps are resolved, updating the implementation record for re-review.