Gh Issue Push — Git skill for Claude Code
Create a GitHub issue in the current repository.
How to install Gh Issue Push
Installs to ~/.claude/commands/petar-djukic-coding-skills-gh-issue-push.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/petar-djukic/coding-skills/HEAD/.claude/commands/gh-issue-push.md -o ~/.claude/commands/petar-djukic-coding-skills-gh-issue-push.md Restart Claude Code, or start a new session, for it to be picked up.
What Gh Issue Push does
Create a GitHub issue in the current repository.
Input
$ARGUMENTS
Steps
- Detect the repo: run
gh repo view --json nameWithOwner -q .nameWithOwnerand use the result as/for allghcommands. - Determine type from the input: keywords like "bug", "fix", "broken", "crash" → bug; otherwise → enhancement.
- Trace what the change touches. Before drafting, identify every file and field affected — not just the primary target. The executor will do exactly what the iss
Alternatives in Git
- Worktree Deliver — Commit all work, push, and create a pull request from the current worktree 23.4k ★
- Yeet — Stage, commit, push code, and open a GitHub pull request via CLI 14.6k ★
- Commit Commands — Git commit workflows: commit, push, and PR creation 14k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Push All.SKILL
Use when the user explicitly asks to stage all current changes, create a commit, and push to the remote after
Cmp
Stage, commit and push all code in the current branch
Quick Push
Git add all, commit with Claude, and push to current/new feature branch
03 Close
Close the current in-progress plan (move to done, summarize, create git commit, push)
Push And PR
Push current branch and create a pull request.
Converge
Run an unattended review→fix→re-review loop on the current branch until the reviewer has no findings at or abo
Related Agents
Git Manager
Use this agent when you need to stage, commit, and push code changes to the current git branch while ensuring
Report Maker
Use during a complex, multi-stage epic (the wizard flow) to CREATE and MAINTAIN a living status dashboard as a
Loom Guide
Loom Guide - Issue triage specialist that continuously prioritizes loom:issue issues by managing loom:urgent l