Agent Skills: apply-qa-fixes

Use when Dev agent needs to implement fixes based on QA gate results. Reads QA outputs, creates prioritized fix plans, and applies code/test changes to address identified issues.

UncategorizedID: resolve-io/.prism/apply-qa-fixes

Install this agent skill to your local

pnpm dlx add-skill https://github.com/resolve-io/.prism/tree/HEAD/plugins/prism-devtools/skills/apply-qa-fixes

Skill Files

Browse the full folder contents for apply-qa-fixes.

Download Skill

Loading file tree…

plugins/prism-devtools/skills/apply-qa-fixes/SKILL.md

Skill Metadata

Name
apply-qa-fixes
Description
Apply code/test fixes from QA gate results: prioritized plan from gate YAML and assessments.

Implement fixes based on QA results (gate and assessments) for a story; apply code/test changes systematically.

  1. Load QA gate YAML and assessment markdowns for the story
  2. Build prioritized fix plan (high severity first, then NFRs, then coverage gaps)
  3. Apply code fixes and add missing tests
  4. Run deno lint and deno test -A until clean
  5. Update allowed story sections (Dev Agent Record, File List, Change Log)
  6. Set status to "Ready for Review" or "Ready for Done"

→ Full instructions: instructions.md