ghpm-suggest
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
ghpm-suggest
PREREQUISITE: Read
../ghpm-shared/SKILL.mdfor prerequisites and error handling.
Recommend what to work on next by assembling session context and project state, then reasoning about the best options.
Arguments
/ghpm-suggest— open-ended recommendation/ghpm-suggest <constraint>— any natural language constraint, e.g.:- "I have 2 hours"
- "I want to switch context"
- "I want to focus on frontend work"
- "something small"
Session Context
The following is auto-injected at invocation time. If any value is empty, that context is unavailable — skip it gracefully.
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-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