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.
Context
- Repo: !
git remote get-url origin - Open issues: !
gh issue list --state open --json number,title --limit 10
Parameters
Parse $ARGUMENTS[0] as the operation, remaining args as issue numbers and options.
| Operation | Syntax | Description |
|---|---|---|
transfer |
transfer <N> <target-repo> |
Transfer issue to another repository |
pin |
pin <N...> |
Pin issues to repository (max 3) |
unpin |
unpin <N...> |
Unpin issues |
lock |
lock <N...> [--reason <reason>] |
Lock issue discussions |
unlock |
unlock <N...> |
Unlock issue discussions |
develop |
develop <N> [--branch <name>] [--checkout] |
Create branch from issue |
bulk |
bulk <sub-op> <N...> [options] |
Bulk operations on multiple issues |
fields |
fields <N> [--set <field>=<value>] [--list] |
Manage custom issue fields |