issue-board
SKILL.md
Issue Board
Fetch and display all GitHub issues as a structured kanban board.
Instructions
- Run
gh issue list --state all --json number,title,state,labels --limit 100via Bash - Parse the JSON output
- Group issues by lifecycle label into columns:
- Triage:
lifecycle/triageor open with no lifecycle label - Specced:
lifecycle/specced - In Progress:
lifecycle/in-progress - Blocked:
lifecycle/blocked - Needs Review:
lifecycle/needs-review - Done: closed issues
- Triage:
- Within each column, sort by priority:
priority/p0-criticalfirstpriority/p1-highpriority/p2-mediumpriority/p3-low- Unlabeled last
- Display as grouped markdown tables (one per active column):
## Issue Board
### Triage (N)
| # | Title | Pri |
|---|-------|-----|
| 26 | [hooks] feat: add kanban | p1-high |
### In Progress (N)
| # | Title | Pri |
|---|-------|-----|
| 14 | [n8n] fix: webhook auth | p0-critical |
- After displaying, sync the registry by noting any status changes observed
- If the user asks to update priority, lifecycle, or close issues, use
gh issue editorgh issue closeaccordingly
Weekly Installs
1
Repository
atgfw/claude-configFirst Seen
Feb 5, 2026
Installed on
replit1
opencode1
codex1
claude-code1
gemini-cli1