Skip to content

Instantly share code, notes, and snippets.

@amypellegrini
Created February 10, 2026 07:52
Show Gist options
  • Select an option

  • Save amypellegrini/c7ecd1e6265827881975cb6b6c06d6df to your computer and use it in GitHub Desktop.

Select an option

Save amypellegrini/c7ecd1e6265827881975cb6b6c06d6df to your computer and use it in GitHub Desktop.
/pickup-issue - Claude Code skill

Pickup Issue

  1. Fetch the specified GitHub issue with gh issue view
  2. Create a feature branch named feature/<issue-number>-<short-description>
  3. Set the issue to "In Progress" on the project board
  4. Read relevant code and create an implementation plan
  5. Implement using TDD - write tests first, then implementation
  6. Run full test suite with npm test
  7. Commit with message referencing the issue: "feat: (#)"
  8. Push and open a PR with gh pr create linking the issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment