- 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 createlinking the issue
Created
February 10, 2026 07:52
-
-
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