gh-cli
CommunityAutomate GitHub CLI tasks and workflows.
AuthorJamesPrial
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides specialized utilities to automate GitHub CLI tasks such as code search, workflow failure analysis, and GitHub Pages deployment, reducing manual command crafting and context switching.
Core Features & Use Cases
- Enhanced Code Search: Use scripts/gh_code_search.py to search code with advanced filters, multiple formats, rate-limit handling, and sorting.
- Workflow Failure Analysis: Use scripts/gh_failed_run.py to analyze the most recent failed GitHub Actions run and extract structured error information for faster debugging.
- Pages Deployment Automation: Use scripts/gh_pages_deploy.py to automate GitHub Pages enablement, status checks, and workflow generation.
Quick Start
Run the included Python utilities to start automating your GitHub tasks, for example:
- python3 scripts/gh_code_search.py "authentication" --repo microsoft/vscode
- python3 scripts/gh_failed_run.py --repo microsoft/vscode --pretty
- python3 scripts/gh_pages_deploy.py enable myuser/myrepo
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: gh-cli Download link: https://github.com/JamesPrial/go-reddit-api-wrapper/archive/main.zip#gh-cli Please download this .zip file, extract it, and install it in the .claude/skills/ directory.