Github Integration banner
MustafaDorgham MustafaDorgham

Github Integration

Git community

Description

--- description: Handle GitHub API interactions for issues and pull requests allowed-tools: Bash(gh issue *), Bash(gh pr *), Bash(gh repo *), Read(.github/*) --- Provide GitHub integration for /create-issue and /create-pull-request commands: 1. **Repository Detection**: - Verify GitHub CLI (gh) is installed - Check if current directory is a git repo - Get repository owner and name - Verify GitHub remote exists 2. **Issue Management**: - List issue templates from .github/ISSUE_T

Installation

Installs to ~/.claude/skills/mustafadorgham-agentic-slash-commands-github-integration/SKILL.md

Terminal
mkdir -p ~/.claude/skills/mustafadorgham-agentic-slash-commands-github-integration && curl -fsSL https://raw.githubusercontent.com/MustafaDorgham/agentic-slash-commands/HEAD/skills/github-integration.md -o ~/.claude/skills/mustafadorgham-agentic-slash-commands-github-integration/SKILL.md

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

Full documentation available on GitHub

View Source Repository