Documentation
README
Monitor GitHub Actions CI and track to completion
Monitors GitHub Actions CI status and tracks until completion.
Usage
# Check CI status
gh pr checks
Basic Examples
# Check CI after creating PR
gh pr create --title "Add new feature" --body "Description"
gh pr checks
Collaboration with Claude
# Flow from CI check to correction
gh pr checks
"Analyze CI check results and suggest fixes if there are failures"
# Recheck after correction
git push origin feature-branch
gh pr checks
"Check CI results after correction to confirm no issues"
Example Execution Results
This is the opening of the README. Read the full README on GitHub.