github-cli
Installation
SKILL.md
When to use this skill
You MUST strongly consider using this skill any time the user asks you to look at, inspect, or review any github.com URL (e.g., a pull request, issue, or repository link).
Also use this skill when you need to interact with GitHub features from the command line, such as:
- Checking the status of Pull Requests (PRs).
- Viewing PR review comments or discussion.
- Checking CI results for a PR.
- Listing or viewing issues.
- Interacting with GitHub Actions workflow runs.
How to use this skill
Use the run_command tool to execute gh commands.
General Tips
- Non-interactive mode: Many
ghcommands will attempt to be interactive if they suspect a terminal. To avoid hangs or blocking, use flags that provide all necessary information or output machine-readable formats (like--json). - Authentication: If a command fails with an authentication error, inform the user.
Related skills
More from kevmoo/kevmoo_skills
sem-semantic-diff
Use the `sem` CLI to view semantic codebase diffs, evaluate dependency graphs, perform impact analysis, and investigate code history without formatting noise. Use instead of standard git diff/log when analyzing structural code changes.
2gob-curl
|-
1kevmoo-skills
|-
1gerrit-stacked-cls
|-
1