πŸ™
AutomationTypeScript

GitHub CLI Automation

by daxaur

GitHub CLI Automation is an Automation skill for Claude Code, published by daxaur in openpaw.

167 stars11 forkson daxaur/openpawAdded 2026/09/08+1% in starsRepository updated 2026/05/23
ai-agentanthropicautomationclaudeclaude-codeclimacosopen-sourcepersonal-assistantproductivitysmart-hometelegramtypescriptvibecoding
Install in seconds
Install GitHub CLI Automation
Copy GitHub CLI Automation into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/daxaur/openpaw/tree/main/skills/c-github ~/.claude/skills/c-github

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/daxaur/openpaw.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/c-github/SKILL.md in daxaur/openpaw
Installs to
~/.claude/skills/c-github
Collection
One of 25 skills cataloged from this repository
Category
Automation β€” 2226 skills

What GitHub CLI Automation does

GitHub CLI Automation uses gh and jq to manage pull requests, issues, repositories, and Actions workflows. Use it when you need to list, create, review, merge, or query GitHub data from the command line.

GitHub CLI Automation is cataloged under Automation on DirSkills. GitHub CLI Automation comes from a repository tagged ai-agent, anthropic, automation, claude and claude-code.

Documentation

README

What This Skill Does

Uses gh (GitHub CLI) and jq to manage GitHub resources including pull requests, issues, repositories, and Actions. Supports raw API calls for advanced queries.

CLI Tools: gh + jq

Pull Requests

gh pr list                          # List open PRs
gh pr view 123                      # View PR details
gh pr create --title "Fix bug" --body "..." --base main
gh pr merge 123 --squash
gh pr checkout 123
gh pr review 123 --approve

Issues

gh issue list --state open
gh issue view 42
gh issue create --title "Bug" --body "..." --label bug
gh issue close 42
gh issue comment 42 --body "Fixed in #123"

Actions / CI

This is the opening of the README. Read the full README on GitHub.

Frequently asked about GitHub CLI Automation

  • What else does daxaur publish alongside GitHub CLI Automation?

    GitHub CLI Automation is one of 25 skills that DirSkills catalogs from daxaur/openpaw, the repository it ships in. Its siblings there include AI LLM Tools, Apple Notes And Reminders and Bluetooth Control. Each one is a separate skill with its own page in this directory, installs the same way GitHub CLI Automation does, and is maintained by daxaur in that same repository. The rest of the collection is listed on the daxaur/openpaw page.

  • How does GitHub CLI Automation compare to other Automation skills?

    GitHub CLI Automation ranks #2012 by stars among the 2226 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of GitHub CLI Automation against them. Open each page to compare what they document and how they install.

More from daxaur/openpaw

GitHub CLI Automation is one of 25 skills cataloged on DirSkills from daxaur/openpaw.

See all 25 skills β†’