GitHub CLI Recipes
View CommandsGitHub CLI for pull requests, issues, repos, actions, and code review — all from your terminal.
8 recipes
Actions Debug Workflow
Debug failing GitHub Actions workflows by viewing logs, re-running with debug logging, and testing locally.
Branch Protection Setup
Configure branch protection rules to enforce code review, status checks, and merge requirements on important branches.
Code Review Sync
Stay on top of code reviews by checking pending reviews, viewing PR diffs, and submitting review feedback from the CLI.
Enterprise Secrets Audit
Audit and manage repository and organization secrets used in GitHub Actions to ensure security and compliance.
Issue Triage Automation
Triage, label, and manage GitHub issues efficiently using CLI commands for faster project management.
PR Workflow Automation
Streamline pull request creation, review, and merging using GitHub CLI for faster code review cycles.
Release Management
Create, manage, and publish GitHub releases with auto-generated changelogs and asset attachments.
Repository Maintenance Cleanup
Clean up stale branches, close abandoned PRs, and maintain a healthy repository using GitHub CLI automation.