petar-djukic

Gh Issue Push — Git skill for Claude Code

Git community

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

Terminal
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

  1. Detect the repo: run gh repo view --json nameWithOwner -q .nameWithOwner and use the result as / for all gh commands.
  2. Determine type from the input: keywords like "bug", "fix", "broken", "crash" → bug; otherwise → enhancement.
  3. 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 Repository