Prrr
Automate the full lifecycle of resolving a GitHub issue and opening a pull request. Use when: the user wants to fix a GitHub issue end-to-end, create a branch from an issue, implement a fix/feature from issue description, open a PR that closes an issue, or run /prrr <ghid>. Triggers on keywords: prrr, resolve issue, fix issue, implement issue, issue to PR, close issue.
Test Commit Push
Run the project's full test suite, and if all tests pass, create a signed git commit following the repo's CONTRIBUTING.md conventions and push to the current branch. Use this skill whenever the user wants to test-and-commit, test-and-push, or says things like "run the tests and if they pass commit and push", "ship it", "test commit push", "run tests then push my changes", or asks to commit and pu…