ghpm-status
ghpm-status
PREREQUISITE: Read
../ghpm-shared/SKILL.mdfor prerequisites and error handling.
Comprehensive project health dashboard. The goal is to give the user a rich, actionable overview — not just counts, but breakdowns that surface where work is concentrated, who's overloaded, and what needs attention. Think of this as the dashboard a project manager checks every morning.
Arguments
/ghpm-status— full dashboard for the project/ghpm-status <scope>— scoped to a team or component name (matched against field options in.ghpm/config.json)
Workflow
Phase 1: Load Config and Cache
Follow the startup sequence in ../ghpm-shared/SKILL.md and load cache per ../ghpm-shared/references/cache.md.
Phase 2: Aggregate
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-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.
28ghpm-issue
File a GitHub issue and add it to the project board. Works mid-session or standalone. Reads .ghpm/config.json for repo list and project.
15