next_move
Analyzes your local git repo and GitHub to surface the most relevant tasks to work on next. Returns branch state, hotspots, PRs, CI status, and issues, then suggests numbered options for immediate action.
Instructions
Gathers real-time signals from your local git repo and GitHub to surface what's worth working on next. Returns branch state, recent activity, hotspots, open PRs, CI status, and assigned issues, then suggests 2-3 numbered options the user can act on immediately by replying with a number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Absolute path to the repo to analyze. Auto-detected from the workspace if omitted. | |
| github_token | No | GitHub personal access token. Falls back to GITHUB_TOKEN env var or gh CLI. |