🐙
AutomationTypeScript

GitHub

by MemTensor

GitHub is an Automation skill for Claude Code, published by MemTensor in memmy-agent.

912 stars93 forkson MemTensor/memmy-agentAdded 2026/08/22+33% in starsRepository updated 2026/08/21
agentagentic-aiai-agentschatgptclaude-codeclicodexcursordesktop-appdesktop-petdsh-pluginhermes-agentllmlong-term-memorymcpmemoryopenai-apiopenclawpersonal-aitui
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/MemTensor/memmy-agent/tree/main/App/memmy-agent/src/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/MemTensor/memmy-agent.git

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

In this catalog

Source file
App/memmy-agent/src/skills/github/SKILL.md in MemTensor/memmy-agent
Installs to
~/.claude/skills/github
Collection
One of 12 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 to check CI, inspect PRs, or fetch repository data from the terminal.

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

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 MemTensor publish alongside GitHub?

    GitHub is one of 12 skills that DirSkills catalogs from MemTensor/memmy-agent, the repository it ships in. Its siblings there include Agent Memory Onboarding, Cron and Image Generation. Each one is a separate skill with its own page in this directory, installs the same way GitHub does, and is maintained by MemTensor in that same repository. The rest of the collection is listed on the MemTensor/memmy-agent page.

  • How does GitHub compare to other Automation skills?

    GitHub ranks #919 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 MemTensor/memmy-agent

GitHub is one of 12 skills cataloged on DirSkills from MemTensor/memmy-agent.

See all 12 skills
🧠
1w ago

Agent Memory Onboarding

Agent Memory Onboarding provisions a local agent for Memmy by verifying the installed product, installing the rendered Memmy Skill, and saving a sync recipe for its native conversation history. Use it when onboarding or removing an explicitly named agent surface.
AI Engineering
91293
1w ago

Cron

Cron schedules reminders, recurring tasks, or one-time jobs from a message and time expression. Use it when an agent needs to notify a user or run a task later, including timezone-aware schedules.
Automation
91293
🎨
1w ago

Image Generation

Image Generation creates new images from text prompts and edits existing saved image artifacts. Use it when you want to generate, revise, or iterate on visuals in a conversation.
AI Engineering
91293
🧠
1w ago

Memmy Memory

Memmy Memory uses the shared Memmy service to retrieve relevant prior context and store durable agent turns, facts, decisions, preferences, procedures, and follow-ups. Use it when a task may benefit from recalled context across sessions.
AI Engineering
91293
🧠
1w ago

Memmy Memory

Memmy Memory uses the memmy-memory CLI to manage persistent agent memory and sessions. Use it to check service health, start or end turns, search, add, read, delete memories, or send raw HTTP requests.
AI Engineering
91293
🛠️
1w ago

Skill Creator

Skill Creator helps create, edit, review, and reorganize memmy-agent skills and SKILL.md files. Use it when adding new skills, refining triggers, or validating skill structure and metadata.
AI Engineering
91293