MarkBovee

Gh Inbox — Git skill for Claude Code

Git community

Check the current repository's GitHub issues and discussions, triage activity, reply when clear, and persist inbox state.

How to install Gh Inbox

Installs to ~/.claude/skills/markbovee-agent-skills-kit-gh-inbox/SKILL.md

Terminal
mkdir -p ~/.claude/skills/markbovee-agent-skills-kit-gh-inbox && curl -fsSL https://raw.githubusercontent.com/MarkBovee/agent-skills-kit/HEAD/commands/gh-inbox.md -o ~/.claude/skills/markbovee-agent-skills-kit-gh-inbox/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Gh Inbox does


description: Check the current repository's GitHub issues and discussions, triage activity, reply when clear, and persist inbox state

Load the `gh-inbox` skill via the skill tool and follow its workflow: resolve the repository, fetch issues and discussions, diff against `.gh-inbox-state.json`, triage new items, reply where the action is clear, and persist updated state.

Apply it to: $ARGUMENTS

Alternatives in Git

  • Triage Issues — Triage open GitHub issues — split into bugs vs features, rank by severity/opportunity, and flag under-specifie 12.6k ★
  • Triage Open Pull Requests — Review, label, and act on all open PRs for a repository using parallel review agents 10.8k ★
  • Git Status — Read the Files and run the Commands and summarize the current state of the git repository 3.4k ★

Full documentation available on GitHub

View Source Repository