gh-issue-autodev
Installation
SKILL.md
GitHub Issue Auto Dev
Overview
Resolve one GitHub issue completely in the current repository from intake to pushed commit.
Inputs
issue_number(required)- Optional constraints from user (scope boundaries, deadlines, must-have behavior)
If issue_number is missing, ask for it and stop until provided.
Workflow
- Preflight checks
- Confirm repo context with
pwd,git rev-parse --show-toplevel, andgit rev-parse --abbrev-ref HEAD. - If branch is
mainordev, stop and ask the user to switch to a working branch. - Run
gh auth status; if unauthenticated, ask the user to rungh auth loginfirst.