docs: add llm-github-issues autonomous issue-processing pattern#694
Merged
Conversation
Sibling pattern doc to docs/llm-wiki.md: a once-a-day scheduled agent drains issues labeled llm-github-issue into one reviewable PR each, with every human touchpoint asynchronous (feedback-needed label + thread comments instead of questions). Design only — labels, skill, and routine are bootstrap steps, not yet implemented. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
docs/llm-github-issues.md, a self-contained pattern doc in the style ofdocs/llm-wiki.md: a scheduled agent (once a day) reads every issue labeledllm-github-issue, understands and reproduces it, specs/plans/implements a fix, and delivers one reviewable PR per issue.feedback-neededlabel + thread comment, answers are comments, delivery is a PR (never a merge).gh-queryable state machine (Queued / Blocked / Delivered / Done) so the sweep is stateless, plus rules for reproduction, tests before/after with evidence and screenshots, one-PR-per-issue with a collective-PR overlap rule, and a bootstrap sequence (labels →gh-process-issuesskill → daily routine → trial issue).Test plan
ghcommands were verified against this repo'sghCLI (closedByPullRequestsReferencesfield,pr list --search)🤖 Generated with Claude Code