ghpm-issue
ghpm-issue
PREREQUISITE: Read
../ghpm-shared/SKILL.mdfor prerequisites and error handling.
File a GitHub issue and add it to the project board in one step. Works mid-session (during ghpm-work) or standalone.
Arguments
/ghpm-issue— interactive: asks for title and body/ghpm-issue <title>— uses argument as issue title, asks for optional body
Workflow
Phase 1: Setup
-
Startup sequence: Follow the startup sequence in
../ghpm-shared/SKILL.md. This loads config, refreshes cache if stale, and checks for stale sessions.Extract from config:
config.project— id, owner, number, title
More from jackchuka/ghpm
ghpm-init
Initialize GitHub Project Management config. Auto-discovers project schema (fields, views, repos) and generates .ghpm/config.json + .ghpm/cache.json.
31ghpm-work
End-to-end work session on a GitHub Project item. Setup → Clarify → Plan → Implement → PR, with decisions captured throughout. Use when starting work on an issue, picking up a task, or resuming an interrupted session.
30ghpm-status
GitHub Project health dashboard. Shows workflow distribution, component health, team workload, items needing attention, and available views.
29ghpm-suggest
Suggest what to work on next based on project state and session context. Considers proximity, momentum, status, and constraints.
29ghpm-view
Query GitHub Project items by named view or ad-hoc filter. Shows items in board, table, or roadmap format.
28ghpm-shared
Shared reference for all ghpm skills — prerequisites, config format, startup sequence, and error handling.
28