implement
Installation
SKILL.md
Implement a feature by reading all prepared context, then commit, push, and create a PR.
Branch Setup
- In a worktree (sibling directory with a feature branch already checked out) → work in the current directory
- On main → invoke the
feature-branchskill (viaSkilltool) with the issue number as argument, thencdinto the created worktree before continuing
Steps
- Resolve the issue — the argument can be:
- A GitHub issue number or URL → fetch with
gh issue view - A description → search with
gh issue list --search "<description>"to find the matching issue - Nothing → ask the user what to implement
- A GitHub issue number or URL → fetch with
Related skills