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>.
-
Planning
- Break work into small, verifiable steps.
- Identify affected files and data changes.
Related skills
More from tmeister/skills
laravel-simplifier
Simplify and refine PHP/Laravel code for clarity and maintainability without changing behavior.
15commit
Generate a conventional commit message from staged changes and commit safely.
6draft-issue
Research and draft a high quality GitHub issue before creating it.
6prd-to-json
Convert .prd PRD markdown into .prd/prd.json with validation.
6bug-issue
Diagnose and fix a GitHub issue with a reproduction-first workflow.
6pr-review
Review a GitHub pull request, run targeted checks, and provide a decision-ready summary.
6