git-issue-manage

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 the alternative when...
Transferring, pinning, locking, or bulk-editing GitHub issues Use github-issue-writing to compose a single issue body well
Creating a development branch from an issue (gh issue develop) Use git-branch-pr-workflow for general branch + PR design
Updating custom issue fields (priority, severity, custom selects) in bulk Use github-labels for label-only operations on issues and PRs
Performing bulk operations across many issue numbers in one command Use git-triage to evaluate issues and PRs by completion evidence and CI state

Context

  • Git remotes: !git remote -v

Open issues are fetched during execution (requires a configured git remote).

Parameters

Parse $ARGUMENTS[0] as the operation, remaining args as issue numbers and options.

Installs
5
GitHub Stars
47
First Seen
Apr 6, 2026
git-issue-manage — laurigates/claude-plugins