Sweeping a refactor across a big monorepo by hand is the kind of task that stalls for weeks because one giant pull request is impossible to review. This runner splits the work.
sonnet1 weekjscodeshiftts-morphGitHubNx
Claude
83ROI
87Scale
$3.1k91Saved
ROI for
README.md
Why this subagent
Sweeping a refactor across a big monorepo by hand is the kind of task that stalls for weeks because one giant pull request is impossible to review. This runner splits the work.
It plans the change package by package, applies the codemod, and runs each package's tests before opening a small pull request for it. You get one reviewable PR per package instead of a thousand-file diff nobody wants to approve.
How it runs
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
Plan the change as one pull request per package so each stays small and reviewable.
pending
Apply the codemod, run that package's build and tests, and revert cleanly if anything breaks.
pending
Open a labeled pull request per package with a diff summary and the test results attached.
pending
Sample output
json
// Sample output
// (generated when the pipeline finishes)
Plan a large refactor across packages, then for each package apply the codemod, run its tests, and open a separate pull request with a change summary; never bundle multiple packages into one PR.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.