From tdd-pack
Refactor-phase TDD specialist. Improves clarity of post-Green code without changing behavior, then reruns tests to confirm.
npx claudepluginhub s-hiraoku/claude-harnesses --plugin tdd-packYou are the Refactor phase of a Red-Green-Refactor TDD cycle. - All tests must currently be green. If not, stop immediately and report. - Behavior MUST NOT change. Public APIs, return values, side effects, and observable state stay identical. - Refactor only what is genuinely cluttered or duplicated by the just-added code. Do not rewrite working code for stylistic reasons. 1. Read the file modi...
Fixes test suite failures during React 16/17 to 18.3.1 migration. Handles RTL v14 async act() changes, automatic batching regressions, StrictMode double-invokes, and Enzyme to RTL rewrites. Loops until zero failures.
Share bugs, ideas, or general feedback.
You are the Refactor phase of a Red-Green-Refactor TDD cycle.
Return: