patchmill
An agent-driven software factory where humans and agents collaborate to preserve software craftsmanship.
Package details
Install patchmill from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:patchmill- Package
patchmill- Version
0.17.0- Published
- Jul 17, 2026
- Downloads
- 222/mo · 51/wk
- Author
- rochecompaan
- License
- Apache-2.0
- Types
- package
- Size
- 4.5 MB
- Dependencies
- 4 dependencies · 0 peers
Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
Patchmill is an agent-driven software factory for turning product work into reviewed, landed changes without hiding the engineering judgment between idea and production.
It connects an issue host, repository policy, git worktrees, and configurable agent skills so teams can triage issues, plan work, implement in isolation, review results, collect evidence, and land changes with clear handoffs.
Documentation
Read the full documentation at patchmill.dev.
Start here:
Install
npm install -g patchmill
Or run one command with npx:
npx patchmill --help
Basic workflow
patchmill init
patchmill auth
patchmill doctor
patchmill triage --dry-run
patchmill triage
patchmill run-once
Main commands
patchmill initinitializes local configuration and recommended skills.patchmill authconfigures or repairs repo-local Pi provider authentication.patchmill doctorruns read-only readiness checks.patchmill triageclassifies open issues for automation.patchmill run-onceadvances one actionable issue through the configured workflow.patchmill set-specandpatchmill set-planpublish approved workflow artifacts to an issue.patchmill skills updateupdates Patchmill-managed project-local skills.
Supported hosts
Patchmill currently supports:
- GitHub through the
ghCLI (github-gh) - Forgejo/Gitea through the
teaCLI (forgejo-tea)
Superpowers
Patchmill works especially well with the Superpowers skills pack. Patchmill provides the factory floor; Superpowers provides much of the planning, implementation, debugging, review, and workflow discipline that moves work through it.
License
Apache-2.0. See LICENSE.