--- name: cppr description: Use when the user asks to commit, push, open a PR, and watch CI actions --- # Commit, Push, PR, Watch Actions 1. Commit all staged changes with an appropriate message 2. Push to remote 3. Open a pull request using `gh pr create` 4. Watch GitHub Actions with `gh run watch` and notify me when they pass or fail