To install this GitHub CLI extension, use the following command.
gh extension install kmtym1998/gh-prowl
- Monitors the status of checks for a Pull Request or ref (branch, commit hash, tag).
- Receive audio notifications when the checks are complete.
Run the following command to start monitoring checks:
gh prowl [flags]
-c, --current-branch
: Monitor the latest check status of the pull request linked to the current branch.-b, --branch <branch>
: Monitor the latest check status of the specified branch.-s, --silent
: Do not play a sound when all checks are completed
If no PR is linked to the current branch, the extension will prompt you to select one from a list.
gh prowl --current-branch
To monitor checks for a specific branch:
gh prowl --branch feature-branch
Once all checks are complete, the results will be displayed in the terminal, and you'll receive a notification.