GitHub Ticket Manager
Create, route, and inspect GitHub issues with gh CLI-backed defaults for DiversioTeam/monolith and repo-local execution repos.
Overview
Create, route, and inspect GitHub issues with gh CLI-backed defaults for DiversioTeam/monolith and repo-local execution repos.
Bundles 1 skill with 9 Claude Code wrappers. Codex users install the same skill directories directly from GitHub.
Skills
Each skill is a SKILL.md file with YAML frontmatter and Markdown instructions.
Create, route, and inspect GitHub issues from Claude Code or Codex with gh CLI-backed defaults for DiversioTeam/monolith, repo-local execution repos, and project-board hydration.
Slash Commands
Claude Code wrapper files live under plugins/github-ticket/commands/ and
surface as namespaced commands. Codex invokes the underlying skill by name
(for example, name: github-ticket).
/github-ticket:create-issue/github-ticket:get-issue/github-ticket:my-issues/github-ticket:quick-issue/github-ticket:list-issues/github-ticket:route/github-ticket:configure/github-ticket:create-linked-issue/github-ticket:add-to-backlog Installation
Install the plugin for Claude Code, or install one or more skill paths for Codex.
Claude Code
claude plugin marketplace add DiversioTeam/agent-skills-marketplace
claude plugin install github-ticket@diversiotech Codex
CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
python3 "$CODEX_HOME/skills/.system/skill-installer/scripts/install-skill-from-github.py" \
--repo DiversioTeam/agent-skills-marketplace \
--path plugins/github-ticket/skills/github-ticket
Claude Code: invoke as /github-ticket:create-issue.
Codex: invoke as name: github-ticket.