- Fetch the specified GitHub issue with
gh issue view - Create a feature branch named
feature/<issue-number>-<short-description> - Set the issue to "In Progress" on the project board
- Read relevant code and create an implementation plan
- Implement using TDD - write tests first, then implementation
- Run full test suite with
npm test - Commit with message referencing the issue: "feat: (#)"
- Push and open a PR with
gh pr create— includeCloses #<issue-number>in the PR body so the issue auto-closes on merge
Last active
February 17, 2026 17:02
-
-
Save amypellegrini/c7ecd1e6265827881975cb6b6c06d6df to your computer and use it in GitHub Desktop.
/pickup-issue - Claude Code skill
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment