| Recommend this page to a friend! |
| Packages of Matthew Asham | Binkterm PHP | .claude/commands/tackleissue.md | Download |
|
|||||||||||||||||||||
Tackle GitHub IssueInteractive workflow for picking up, implementing, and closing a GitHub issue. Invocation
Step 1 ? Assign the IssueFetch the issue and assign it to the current developer:
Step 2 ? Review with the DeveloperDisplay the full issue body, labels, and any linked PRs. Summarize your understanding of:
Ask any clarifying questions before writing any code. Do not begin implementation until the developer confirms the plan. Step 3 ? Implementation LoopRepeat until the developer signs off:
Do NOT commit or push at any point in this loop. Only the developer may stage and commit. Step 4 ? Sign-off TasksWhen the developer explicitly signs off on the work: 4a. Documentation
4b. Implementation Notes on the IssuePost a comment to the GitHub issue summarising what was implemented:
4c. Close the Issue
Constraints
|