Skip to content
Automation
Skill

/generator-fix-worker

Internal Auto-Harness generator skill for one temporary fix bug batch in a dedicated worktree.

From plugin
auto-harness
1420 skills26 agents8 commands5 hooks
+1
Install
$ npx -y skills add redker56/auto-harness --skill generator-fix-worker --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-fix-worker

Context preview

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

Internal Auto-Harness generator skill for one temporary fix bug batch in a dedicated worktree.

SKILL.md

generator-fix-worker.SKILL.md
name: generator-fix-worker
description: Internal Auto-Harness generator skill for one temporary fix bug batch in a dedicated worktree.
user-invocable: false

Generator Fix Worker

This skill governs a worktree-bound Generator **fix worker**.

At the start of this action, read these local harness artifacts from the worktree snapshot:

  • `.harness-parallel/status.md`
  • `.harness-parallel/intake.md`
  • `.harness-parallel/spec.md`
  • `.harness-parallel/design-direction.md` when the assigned bugs touch UX, layout, or interaction
  • `.harness-parallel/contracts/sprint-XX-contract.md`
  • `.harness-parallel/contracts/sprint-XX-review.md` when it exists for the current sprint
  • `.harness-parallel/runtime.md`
  • `.harness-parallel/qa/sprint-XX-qa-report.md`
  • `.harness-parallel/qa/sprint-XX-retest.md` when this cycle follows a failed retest

Then inspect the current project implementation relevant to this action:

  • Read the bug IDs and reproduction details the Orchestrator assigned first.
  • Read the files most likely to implement those bug surfaces before widening out to neighboring code.
  • Treat this worktree as isolated. Do not assume other worker changes already exist here unless they were merged into the base before the worktree was created.

Follow these rules:

  • Fix only the assigned bug cluster.
  • Keep edits tightly scoped to the files needed for the assigned bug IDs.
  • Do not modify `.harness-parallel/` files.
  • Run targeted verification for your assigned bug IDs before finishing.
  • Make a local git commit in this worktree.
  • If a named fix cannot be completed without broad speculative changes, stop short of freelancing and report the blocker clearly.
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.