Batch-process a list of GitHub issue numbers into one reviewed pull request.
Select issues to work on automatically by label instead of listing numbers by hand.
Resume an interrupted batch run without losing completed work.
Get a dry-run preview of which issues would be skipped, reviewed, or implemented before committing to a real run.
| aaddrick/ticketmill | 00kaku/wp-rest-playground | artefactdesigntn/jebari-imagebatch | |
|---|---|---|---|
| Stars | 5 | 5 | 5 |
| Language | JavaScript | JavaScript | JavaScript |
| Setup difficulty | hard | hard | easy |
| Complexity | 4/5 | 3/5 | 2/5 |
| Audience | developer | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Requires an authenticated GitHub CLI with write access, git worktree support, and a proven working install and test setup for the target repo.
Ticketmill is a Claude Code plugin that processes a batch of GitHub issues on its own, from research through to a pull request, while building in a lot of checks along the way. For each issue you point it at, it runs through research, an approach that gets challenged by a skeptical review step, a task plan that also gets challenged, implementation of each task with review and quality checks, a test run, and creation of a pull request. All the individual issue pull requests are merged into one batch branch, and the run finishes by opening a single combined pull request that a human still has to review and merge. The tool never merges anything into your main branch by itself. The project is designed to work with any technology stack. It learns your project's tools and testing commands from a settings file you set up once per repository, and it uses your project's own defined helper agents, creating new ones if some are missing. Before it will run at all, it needs Claude Code with a certain workflow feature, the GitHub command line tool logged in with write access, git with support for multiple working copies, and a proven, working setup for installing dependencies and running tests. A lot of the design is aimed at trust and safety. Tests are never quietly skipped, and if they are turned off on purpose that choice is clearly flagged for the human reviewer. Before any code is written, the proposed approach and plan are challenged by a built in skeptic. The tool keeps track of which issues are already claimed so that two people running batches at the same time do not duplicate work. If a pull request runs into a conflict after review, it attempts one automatic fix and retest before giving up and asking a person to step in. If too many issues fail, the whole run stops and gives you a plan to pick back up rather than continuing to burn through work. Every step of a run is posted as a comment on the relevant GitHub issue or pull request, and detailed logs are written to a folder in your project so you can review exactly what happened.
A Claude Code plugin that autonomously works through a batch of GitHub issues with built-in review, testing, and a human-approved final pull request.
Mainly JavaScript. The stack also includes JavaScript, Claude Code, Git.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.