一键导入
status
Project health overview — renders a structured status card from TODO.md, recent git history, open PRs, and PRD open questions. Read-only. Usage: /status
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Project health overview — renders a structured status card from TODO.md, recent git history, open PRs, and PRD open questions. Read-only. Usage: /status
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run project onboarding — reads START_HERE.md and executes the protocol there. Auto-detects new project vs. existing codebase, interviews you (new) or reads the code and asks only what it can't answer (existing), fills docs, builds the backlog. Usage: /start
Save-and-commit checkpoint — verifies docs are updated, runs available linting/tests, then creates a WIP commit so no work is lost before pausing. Usage: /checkpoint [optional: short description of current state]
Orchestrate a multi-agent task — analyzes dependencies, builds a wave execution plan, coordinates with the project manager, creates a feature branch, and runs specialist agents in parallel and sequential waves. Usage: /orchestrate <task description>
Multi-agent code review — architectural drift check, test coverage audit, and implementation quality review scoped to recently changed files. Usage: /review [optional: branch or file path scope]
Pre-release quality pass — checks backlog readiness, runs QA, updates docs, and verifies the CI/CD pipeline before shipping. Usage: /release [optional: version label e.g. v1.2.0]
Pull the latest agent definitions, skills, hooks, rules, and templates from the upstream orchestrated-project-template repository into this project's .claude/ directory, with a diff summary and confirmation before applying. Usage: /sync-template
| name | status |
| description | Project health overview — renders a structured status card from TODO.md, recent git history, open PRs, and PRD open questions. Read-only. Usage: /status |
You are the Status Reporter. Read live project data and render a concise, structured status card. Do not invoke specialist agents — this skill is read-only and should complete in seconds.
Read the following in parallel:
TODO.md — full filedocs/PRD.md — "Open Questions" section only (search for the heading)docs/architecture/ARCHITECTURE.md — first 30 lines only (executive summary)Run these shell commands:
git branch --show-current
git log --oneline -10
git status --short
git stash list
Also run these gh commands if the CLI is available (fail silently if not):
gh pr list --json number,title,headRefName,reviewDecision,statusCheckRollup 2>/dev/null || true
gh issue list --label bug,blocked --json number,title,labels 2>/dev/null || true
Output this structure:
## Project Status
[current date and time]
**Branch**: [current branch]
**Uncommitted changes**: [file count, or "clean"]
**Stashes**: [count, or "none"]
---
### In Progress
[Each item from TODO.md "In Progress" section, one line each]
[If empty: "Nothing in progress"]
### Up Next (top 5)
[Top 5 items from TODO.md "Up Next" section]
[If empty: "Backlog is clear"]
### Recently Completed
[Last 3 items from TODO.md "Completed" section]
[Last 5 git commits: hash — message]
---
### Open PRs
[PR: #N "title" (branch → main) — CI: ✅/❌/⏳ — Reviews: approved/changes requested/pending]
[If none: "No open PRs"]
[If gh not available: "gh CLI not found — run: gh auth login"]
### Open Questions (from PRD)
[Each unresolved question from docs/PRD.md open questions section]
[If none: "No open questions"]
---
### Architecture snapshot
[One paragraph from ARCHITECTURE.md intro — or "docs/architecture/ARCHITECTURE.md not yet created"]
---
### Flags
[Any items that look stale, blocked, or need attention — highlight in plain text]
[If nothing flagged: "No flags"]
Surface these proactively in the Flags section:
git log entries touching its .tasks/ fileTODO.md❌) or unresolved change requests