A straightforward prompt for tackling GitHub issues with proper methodology. It pushes you through the full workflow: triage, root cause analysis, branch management, TDD implementation, and pull request creation. You feed it an issue ID or URL and it guides you through systematic investigation rather than quick patches. The approach is solid if your team actually follows CI/CD practices and you want consistent issue resolution patterns. Honestly most useful when onboarding developers who need structure around the issue-to-PR lifecycle, or when you're context-switching between repos and want a reliable checklist. References an implementation playbook for detailed patterns.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill team-collaboration-issue