suggesting-next-steps

Installation
SKILL.md

Suggesting Next Steps

Analyse a project's current state and suggest prioritised next steps. This is a read-only skill — gather and organise information, do not make changes.

Gather context

Collect whatever signals are available. Not every project has all of these — adapt to what exists. Do not block on missing sources.

Local state

  • git status — uncommitted changes, staged files
  • git branch — local branches, especially any that look like work-in-progress
  • git log --oneline -20 — recent commit history to understand what was worked on last
  • git stash list — stashed changes that may have been forgotten

Open work on GitHub

  • gh pr list --state open — open pull requests (these are active work)
  • gh issue list --state open --limit 30 — open issues
Related skills

More from mattobee/skills

Installs
7
Repository
mattobee/skills
First Seen
Mar 24, 2026