pickup-issue
Installation
SKILL.md
Pickup Issue
Full lifecycle: read issue → branch → implement → verify → PR.
Workflow
1. Read the Issue
gh issue view <number> --json title,body,labels,assignees
Understand the requirements fully before writing code. Check for:
- Acceptance criteria
- Referenced files or packages
- Related issues or PRs