status

Installation
SKILL.md

Project Status Report

Generate a concise project status dashboard. This is a read-only snapshot — it doesn't modify anything.

Data Collection

Gather these in parallel where possible:

1. Git State

REPO_ROOT="$(git rev-parse --show-toplevel)"
git -C "$REPO_ROOT" log --oneline -10
git -C "$REPO_ROOT" branch -a --sort=-committerdate | head -15
git -C "$REPO_ROOT" worktree list
git -C "$REPO_ROOT" status --short

2. GitHub Issues

Related skills
Installs
481
First Seen
Apr 2, 2026