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.
/make status
codegitproject statussprintciread-only
Outputs
| Name | Type | Description |
|---|---|---|
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.
Attribution: convergent-systems-key. License: Apache-2.0 or as stated by the originating repository.