feature-issue
Installation
SKILL.md
Feature Issue
Use this skill to implement a feature from a GitHub issue with clear planning, validation, and a review-first flow.
Workflow
-
Issue analysis
- Require an issue number argument. If missing, ask for it.
gh issue view <issue-number>- Summarize requirements and acceptance criteria before coding.
- If anything is unclear, interview the user for clarification before continuing.
-
Environment setup
- Ensure the default branch is up to date.
- Create a feature branch named
feature/<short-title>-<issue-number>.