Đang tải…
Đang tải…
Converts open bug reports and issues into verified, reviewer-ready pull requests, one ticket per pass.
npx claude-code-templates@latest --loop engineering/ticket-to-pr-loopLoop Engineering — turn a backlog of issues into a steady stream of small, verified PRs without hand-holding each one.
Pick one actionable ticket, implement and verify the fix, and open a PR that a reviewer can approve quickly — then move to the next ticket.
Suggested interval: 30m.
/loop 30m "Take the next actionable open issue. Implement the fix in an isolated branch, add tests, verify, and open a conventional-commit PR linking the issue. If a ticket needs product decisions, label it for human review and skip. Continue until the queue is clear."
/fix-github-issue; commits follow conventional-commits./create-pr that links the issue.No actionable tickets remain — each is either a verified PR or flagged for human input.
command:git-workflow/fix-github-issue — implements the ticket fix.command:git-workflow/create-pr — opens the linked PR.hook:git/conventional-commits — enforces clean, conventional commit messages.A "typo in error message" issue becomes a one-line fix with a snapshot test and a fix: correct auth error copy (#412) PR, all within a single pass.