chore: add load-issue-context.sh helper for /implement-issue#324
Merged
Conversation
Pre-fetches issue details, comments, milestone issues, dependency states, open feat/ branches, and git state in one shot so the /implement-issue Phase 1 step is a single script call instead of several inline gh commands. Pattern borrowed from kiez_fyi. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Filter Verification ReportChanged FiltersNo filter files changed in this PR. All Filters Summary✅ 134/134 test cases passed across 49 filters Generated by |
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
.claude/scripts/load-issue-context.sh, a single script that pre-fetches everything/implement-issuePhase 1 needs: issue details, comments, milestone issues, dependency states, openfeat/PRs, and git state..claude/commands/implement-issue.mdPhase 1 to invoke the script instead of running several inlineghcommands. Phase 2's "Read CLAUDE.md" step is dropped (already covered in Phase 1) and the explore step now mentions the Explore subagent.kiez_fyi's.claude/scripts/load-issue-context.sh. Repo string is hard-coded tompecan/tokf.Test plan
bash .claude/scripts/load-issue-context.sh 322smoke-tested locally — output renders issue body, dependencies, open feat/ branches, and git state correctly.🤖 Generated with Claude Code