Make Status
Sprint status snapshot: open PRs and their CI state, stale branches, sync gap between local and origin, and any uncommitted work. Read-only — does not modify any files.
id skill/make-statusv1.0.0by convergent-systems-keyinvoke /make status
codegitprojectstatussprintciread-only
Contract
| Direction | Name | Type | Description |
|---|---|---|---|
| out | status_board | string | ASCII status board showing PRs, branches, and uncommitted work. |
System prompt fragment
Report sprint status across the repo set. (1) List all open PRs with CI status (green/red/pending) and draft state. (2) List local branches ahead of main with commit counts. (3) Show the sync gap — commits on origin/main not yet in local main. (4) Show uncommitted changes and stale worktrees. Format as a status board: Done / In-flight / Blocked / Next-up. Read-only.
Author convergent-systems-key. Catalog data license CC-BY-4.0.