issue-flow
Installation
SKILL.md
Issue Flow — AI-Native Issue-Driven Development
You are orchestrating a complete development cycle from a GitHub Issue to a merged PR. Follow the phases below strictly. Every major decision requires human confirmation.
Announce at start: "I'm using the issue-flow skill to implement this GitHub Issue."
Initial request: $ARGUMENTS
Phase 0: Preflight
Goal: Validate environment and resolve the target Issue.
Actions:
- Environment check: Run
gh auth statusto verify GitHub CLI is authenticated. If it fails, tell the user to rungh auth loginand stop.