一键导入
docs-create-status-report
{{ 𝚫𝚫𝚫 }} Create a status report that knows what you've done since the last one
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
{{ 𝚫𝚫𝚫 }} Create a status report that knows what you've done since the last one
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
{{ 𝚫𝚫𝚫 }} Rebuild roadmap-system.zip, the distributable snapshot of the roadmap tooling (scripts, HTML template, conventions reference, and every roadmap-touching skill, including this one).
{{ 𝛀𝛀𝛀 }} Create a project roadmap in the rich phase-array format — roadmaps.json as source of truth plus a PHASE task list and prose overview
{{ 𝛀𝛀𝛀 }} Recompute and synchronise roadmap task statuses across roadmaps.json and its projections, with optional codebase reconciliation
{{ 𝛀𝛀𝛀 }} Add a task to a rich-format project roadmap with correct ID, dependency wiring, and graph integrity — ID assignment, status computation, dependency edges in both directions, and no unconnected islands.
Git workflow: branch management, commit conventions, PR patterns, conflict resolution.
{{ 𝛀𝛀𝛀 }} Review a pull request and post it as a GitHub review
| name | Docs: Create Status Report |
| description | {{ 𝚫𝚫𝚫 }} Create a status report that knows what you've done since the last one |
| when_to_use | When you need a periodic progress update for someone non-technical or semi-technical — checks in at a cadence, so read the previous report first. |
| model | haiku |
| disable-model-invocation | true |
| allowed-tools | ["Read","Glob","Grep","Write","Bash(git:*)","Bash(python3:*)","Bash(~/.claude/library/scripts/git-doc-history.sh:*)"] |
| effort | low |
| Component | Description | Example |
|---|---|---|
| PROJECT-REPORT-NUMBER | 3-digit incrementing number across all reports | 001, 002, 015 |
| YY-MM-DD-HHMM | Date and time (24hr) | 26-01-13-1430 |
| RECENT | Most significant change, max 3 words, kebab-case | csv-parser-complete |
To determine PROJECT-REPORT-NUMBER, check existing reports in the output directory.
python3 "$HOME"/.claude/library/scripts/roadmap.py stats when a rich roadmap exists (check with roadmap.py detect), otherwise the newest file in docs/roadmaps/docs/dev-log/work-records/ for recent activity"$HOME"/.claude/library/scripts/git-doc-history.sh {previous-report-path} . — commits, file changes and diff stat since the last report; accurate numbers, not estimatesdocs/dev-log/status-reports/ to understand what was last reported as completed, in progress, and upcoming