whats-next
Installation
SKILL.md
/whats-next — Smart Action Suggestions
Scan context → rank priorities → suggest top 3 actions.
Usage
/whats-next # Scan everything, suggest top 3
/whats-next --issues # Focus on open issues only
Steps
1. Gather Context (parallel)
# Open issues
gh issue list --state open --limit 10 --json number,title,updatedAt,labels \
--jq '.[] | "#\(.number) \(.title) [\(.labels | map(.name) | join(","))]"' 2>/dev/null