petar-djukic

Gh Issue Show — Git skill for Claude Code

Git community

List GitHub issues in the current repository, or show details of a specific issue.

How to install Gh Issue Show

Installs to ~/.claude/commands/petar-djukic-coding-skills-gh-issue-show.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/petar-djukic/coding-skills/HEAD/.claude/commands/gh-issue-show.md -o ~/.claude/commands/petar-djukic-coding-skills-gh-issue-show.md

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

What Gh Issue Show does


name: gh-issue-show description: List GitHub issues in the current repository, or show details of a specific issue. Use when the user wants to browse issues, look up an issue by number, or inspect issue metadata and comments. argument-hint: [issue-number] allowed-tools: Bash(gh issue list), Bash(gh issue view *)

Gh Issue Show

If no argument is provided, list open issues in the current repository. If an issue number is provided, show the full details of that issue.

Behavior

  • No

Alternatives in Git

  • Fullstack Dev Skills — by jeffallan - A comprehensive Claude Code plugin with 65 specialized skills covering full-stack development a 7k ★
  • Review And Fix PR — @description Review an existing PR with parallel agents, fix findings, and push 1.6k ★
  • Get Commit Details — git show --name-status [COMMIT_ID] git diff [COMMIT_ID]^ [COMMIT_ID] 1.3k ★

Full documentation available on GitHub

View Source Repository