Skip to content
Automation
Skill

/generator-apply-fixes

Internal Auto-Harness generator skill for QA fix cycles. Use only inside the Generator subagent when it is addressing named defects from QA or retest.

From plugin
auto-harness
1420 skills26 agents8 commands5 hooks
+1
Install
$ npx -y skills add redker56/auto-harness --skill generator-apply-fixes --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/generator-apply-fixes

Context preview

The summary Claude sees to decide when to auto-load this skill.

Internal Auto-Harness generator skill for QA fix cycles. Use only inside the Generator subagent when it is addressing named defects from QA or retest.

SKILL.md

generator-apply-fixes.SKILL.md
name: generator-apply-fixes
description: Internal Auto-Harness generator skill for QA fix cycles. Use only inside the Generator subagent when it is addressing named defects from QA or retest.
user-invocable: false

Generator Apply Fixes

This skill governs Generator **fix mode**.

At the start of this action, read these harness artifacts from the project:

  • `.harness/status.md`
  • `.harness/intake.md`
  • `.harness/spec.md`
  • `.harness/design-direction.md` when the named defects touch UX, layout, or interaction rules.
  • `.harness/contracts/sprint-XX-contract.md`
  • `.harness/contracts/sprint-XX-review.md` when it exists for the current sprint.
  • `.harness/runtime.md`
  • `.harness/qa/sprint-XX-qa-report.md`
  • `.harness/qa/sprint-XX-retest.md` when the current fix cycle follows a failed retest.
  • `.harness/qa/sprint-XX-fix-log.md` when revising the current sprint fix log.

Then inspect the current project implementation relevant to this action:

  • Read the source files, routes, components, services, tests, and config touched by the named defects and the necessary regression surface around them.
  • Use code and runtime evidence to scope fixes precisely instead of broad cleanup.

Then read these skill references:

  • `references/protocols/file-ownership.md`
  • `references/templates/fix-log.md`
  • `references/templates/runtime-template.md`

Follow these rules:

  • Fix only defects named in the current QA or retest context unless a tightly related adjustment is required.
  • Treat the current sprint review, when present, as implementation guidance and cautions that still apply during the fix cycle.
  • Update the runtime contract when startup, access, or healthcheck behavior changed.
  • Record the actual fixes in the sprint fix log.
  • Keep the fix log tied to named defects, changed files, and any verification notes that matter for retest.
  • Do not rewrite QA or retest artifacts yourself.
Read more
Ships withauto-harness

Auto-Harness is a Claude Code plugin for longer software tasks that need planning, implementation, QA, fixes, retests, and a final report. Give it a product brief.

Get the whole plugin

Other skills on auto-harness.