What problem does it solve?
Convert exploratory gh CLI usage into repeatable, tested commands so you can query, inspect, and update GitHub issues and labels reliably from the terminal or editor.
Core Features & Use Cases
- Authenticate and validate: Verify gh CLI authentication and permissions before running queries.
- Query construction and testing: Build gh issue and label commands, run them, and iterate on results to handle pagination and response formats.
- Label-based kanban workflows: Move cards between columns by swapping labels and capture working command templates for reuse inside the Neovim plugin or CI scripts.
- Use Case: Prototype a gh command to list all issues with the "okuban:todo" label, verify output, then save the working command pattern for automation.
Quick Start
Run an authenticated gh issue list command to fetch issues for a specific okuban label and inspect the trimmed JSON response.