git-issue

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

When to Use This Skill

Use this skill when... Use X instead when...
Implementing a fix for one or more open issues with TDD and PR creation Performing administrative ops (transfer, pin, lock, bulk edit) on issues (/git:issue-manage)
Picking issues from the backlog to work on, optionally in parallel Periodically grooming open issues and PRs to close stale or completed ones (/git:triage)
Going from an issue number to a merged-ready PR end-to-end Hierarchical sub-issue planning and tracking (/git:issue-hierarchy)

Context

  • Git remotes: !git remote -v
  • Current branch: !git branch --show-current
  • Working tree clean: !git status --porcelain=v2

Open issues, open PRs, and available labels are fetched during execution (requires a configured git remote).

Parameters

Parse these parameters from the command:

Installs
2
GitHub Stars
58
First Seen
Jul 31, 2026
git-issue — laurigates/claude-plugins