status — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited status (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Print where this project stands right now and what to do next. This command is strictly read-only: it fetches issues, PRs, and git state and reports them. It never changes a label, comment, branch, or file.
gh auth status - if not authenticated, print "Run: gh auth login" and stop.CONTEXT.md if it exists (for the base branch and domain vocabulary).Fetch in parallel where possible:
gh issue list --label spec --state open --json number,title,labels
gh issue list --label task --state all --json number,title,labels,updatedAt
gh pr list --state open --json number,title,headRefName,labels
git log --oneline -10Sort each task into exactly one bucket by its state label. A task with no state label sits in "awaiting triage". Within each bucket, oldest first.
ready without agent-ready/needs-human-input, or no state labelagent-ready (show the risk:* label)needs-human-inputneeds-infoin-review (link the open PR)needs-workon-holdblocked## Muster status
Here's where everything stands right now.
**Specs (open)**
| Spec | Title | Tasks |
|------|-------|-------|
| #[N] | [title] | [X tasks: Y done, Z open] |
### Where the tasks are
| Status | Count | Issues |
|--------|-------|--------|
| Awaiting triage | [n] | #[N] [title] |
| ✅ Agent-ready | [n] | #[N] (risk:[risk]) [title] |
| ⚠️ Needs you | [n] | #[N] [title] |
| ⚠️ Needs info | [n] | #[N] [title] |
| In review | [n] | #[N] [title] -> PR #[P] |
| ⚠️ Needs work | [n] | #[N] [title] |
| ⏭️ On hold | [n] | #[N] [title] |
| ❌ Blocked | [n] | #[N] [title] |
| ✅ Done (7d) | [n] | #[N] [title] |
(Agent-ready = ready for me to build on my own · Needs you = needs a person ·
In review = a PR is open, waiting for you to merge.)
### Open PRs
| PR | Title | Branch |
|----|-------|--------|
| #[P] | [title] | [branch] - waiting for you to merge |
### Recent commits on [base]
[git log --oneline -10, as a fenced code block]
**Next:** [the one or two things most worth doing - see below.]Omit any pipeline row whose count is zero. Render the commit log inside a fenced code block (it is literal output); everything else is rendered markdown.
Recommend the highest-leverage action, in this order:
agent-ready tasks with nothing in review → "Run /build."ready/untriaged tasks → "Run /triage."needs-info/needs-human-input → name what you owe each one.needs-work/blocked → "Fix and re-label ready, then /triage."Give the one or two actions that matter most, not the whole list.
gh is unauthenticated, stop after the precondition check.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.