Add issue triage instructions for finding closeable issues#1
Open
theosanderson-agent wants to merge 5 commits intoloculus-project:mainfrom
Open
Add issue triage instructions for finding closeable issues#1theosanderson-agent wants to merge 5 commits intoloculus-project:mainfrom
theosanderson-agent wants to merge 5 commits intoloculus-project:mainfrom
Conversation
Documents the process for scanning open issues against merged PRs, with emphasis on avoiding common mistakes: citing unmerged PRs, citing PRs merged before the issue was created, and missing intentional reopens by maintainers. Includes specific gh CLI commands and a validation checklist. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… closeable ones PRs with closing keywords auto-close issues on merge. If the issue is still open, a maintainer reopened it. Reframed step 1 as building an exclusion list rather than a candidate list. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
PR metadata can be misleading. The actual code is the ground truth. Added instructions to read the relevant source files and confirm the fix is still present (not reverted, rewritten, or on a non-default branch). This is the most important validation step. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The closingIssuesReferences API only finds issues that were auto-closed and reopened, which is not actionable for triage. Removed the step entirely and renumbered. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Comments, labels, and closures are visible to the whole project and cannot be easily undone. Always present findings to the user first and wait for explicit approval before posting anything. Co-Authored-By: Claude Opus 4.6 <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
issue-triage.mddocumenting the process for scanning open issues against merged PRs to find closeable onesghCLI commands for GraphQL and timeline API queriesTest plan
🤖 Generated with Claude Code