🐙
AutomationTypeScript

GitHub

by hAcKlyc

GitHub is an Automation skill for Claude Code, published by hAcKlyc in MyAgents.

851 stars99 forkson hAcKlyc/MyAgentsAdded 2026/08/22Repository updated 2026/08/16
aiai-agentsclaude-codecode-agentdesktopmanusskills
Install in seconds
Install GitHub
Copy GitHub 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/hAcKlyc/MyAgents/tree/main/bundled-workspaces/mino/.claude/skills/github ~/.claude/skills/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/hAcKlyc/MyAgents.git

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

In this catalog

Source file
bundled-workspaces/mino/.claude/skills/github/SKILL.md in hAcKlyc/MyAgents
Installs to
~/.claude/skills/github
Collection
One of 23 skills cataloged from this repository
Category
Automation1523 skills

What GitHub does

GitHub uses the gh CLI to work with issues, pull requests, workflow runs, and API queries. Use it when you need structured GitHub data or to check CI status from the terminal.

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

Documentation

README

GitHub Skill

Use the gh CLI to interact with GitHub. Always specify --repo owner/repo when not in a git directory, or use URLs directly.

Pull Requests

Check CI status on a PR:

gh pr checks 55 --repo owner/repo

List recent workflow runs:

gh run list --repo owner/repo --limit 10

View a run and see which steps failed:

gh run view <run-id> --repo owner/repo

View logs for failed steps only:

gh run view <run-id> --repo owner/repo --log-failed

API for Advanced Queries

The gh api command is useful for accessing data not available through other subcommands.

Get PR with specific fields:

gh api repos/owner/repo/pulls/55 --jq '.title, .state, .user.login'

JSON Output

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

Frequently asked about GitHub

  • What else does hAcKlyc publish alongside GitHub?

    GitHub is one of 23 skills that DirSkills catalogs from hAcKlyc/MyAgents, the repository it ships in. Its siblings there include Apple Notes, Apple Reminders CLI and Bird. Each one is a separate skill with its own page in this directory, installs the same way GitHub does, and is maintained by hAcKlyc in that same repository. The rest of the collection is listed on the hAcKlyc/MyAgents page.

  • How does GitHub compare to other Automation skills?

    GitHub ranks #955 by stars among the 1523 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 against them. Open each page to compare what they document and how they install.

More from hAcKlyc/MyAgents

GitHub is one of 23 skills cataloged on DirSkills from hAcKlyc/MyAgents.

See all 23 skills
📝
1w ago

Apple Notes

Apple Notes manages Apple Notes from the macOS terminal with the memo CLI. Use it to create, search, edit, delete, move, and export notes or manage note folders.
Automation
85199
📋
1w ago

Apple Reminders CLI

Apple Reminders CLI manages Apple Reminders from the terminal with remindctl on macOS. Use it to list, add, edit, complete, delete, and script reminders with date filters and JSON or plain output.
Automation
85199
🐦
1w ago

Bird

Bird is a CLI for reading, searching, posting, and engaging on X/Twitter using cookie-based auth. Use it to inspect timelines, threads, bookmarks, lists, and likes from the terminal.
Automation
85199
⬇️
1w ago

Download Anything

Download Anything helps find and fetch digital resources such as videos, audio, images, ebooks, software, and torrents. Use it when you need CLI workflows for downloading media, batch assets, or searching resource sites and cloud drives.
Automation
85199
🐾
1w ago

Hatch Pet

Hatch Pet creates, repairs, validates, and packages animated pet spritesheets for MyAgents/Codex-compatible desktop pets. Use it when you need a custom mascot from character art, brand cues, or reference images with QA contact sheets and pet.json output.
AI Engineering
85199
🛠️
1w ago

Local Tool Installer

Local Tool Installer installs, upgrades, or repairs standalone local tools, CLIs, and runtimes on the current device. Use it when a user asks to install a tool or when a required local command is missing, while verifying sources and avoiding project changes.
DevOps
85199