dev-apply-qa-fixes

Apply code fixes from QA feedback reports with automated validation.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/GDSDN/kord-aios --skill dev-apply-qa-fixes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-apply-qa-fixes
Source: https://github.com/GDSDN/kord-aios/tree/main/src/features/builtin-skills/kord-aios/qa/dev-apply-qa-fixes
Command: npx skills add https://github.com/GDSDN/kord-aios --skill dev-apply-qa-fixes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process for developers to address feedback from Quality Assurance (QA) reviews, ensuring code quality and adherence to standards before re-submission.

Core Features & Use Cases

  • Systematic Issue Review: Parses QA gate reports to identify and categorize issues (blocking, warnings, recommendations).
  • Targeted Fix Application: Guides developers in planning and applying code or documentation fixes for identified issues.
  • Validation & Re-submission: Ensures fixes are validated through linting, testing, and type checking before the story is ready for QA re-review.
  • Use Case: After a QA review flags several blocking issues in a new feature, a developer uses this Skill to understand the feedback, implement the necessary code changes, run tests, and prepare the story for another round of QA.

Quick Start

Use the dev-apply-qa-fixes skill to review and apply fixes from the QA gate report located at 'docs/qa/gates/story-123-gate.yaml'.

Frequently Asked Questions about dev-apply-qa-fixes

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

FAQPage Schema
How do I fix code issues flagged in a QA gate report?

To fix code issues from a QA gate report, you parse feedback to categorize blocking issues, apply targeted code changes, and validate them using automated linting and testing. This ensures code quality before re-submission.

What is the process for applying QA feedback to a developer workflow?

Applying QA feedback involves systematically reviewing issues, planning and implementing code or documentation fixes, and validating changes through automated checks. This addresses architectural concerns and ensures adherence to standards.

How do I validate bug fixes before re-submitting a story for QA review?

Validate bug fixes before QA re-review by running automated checks including linting, type checking, and testing. This confirms that applied changes resolve blocking issues without introducing new regressions.

Can I use a YAML file to apply fixes for blocking code review issues?

Yes, you can use a YAML file like 'story-123-gate.yaml' to identify and apply fixes for blocking code review issues. The report categorizes warnings and recommendations to guide targeted code changes.

Does addressing QA feedback automatically handle documentation and architectural concerns?

Addressing QA feedback guides developers in fixing documentation and architectural concerns identified during reviews. It systematically plans changes for these issues alongside code quality and testing validations.