用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bdarbaz/claude-stack-plugin --skill s-status命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | s-status |
| description | Show current project status - active phase, completed tasks, blockers, and recent activity |
Show the user a comprehensive but concise snapshot of their project's current state.
Check if .planning/STATE.md exists in the project root.
If it does NOT exist:
/s:new to initialize a project."Read these files to gather project context:
.planning/STATE.md - Current project state, active phase, blockers, decisions.planning/ROADMAP.md - Overall project roadmap with phases and tasksIf ROADMAP.md does not exist, note that planning has not been done yet.
Run git log --oneline -10 to get the 10 most recent commits.
Run git status --short to see uncommitted changes.
From ROADMAP.md, count:
- [ ] and - [x])- [x])(completed / total) * 100If no tasks are defined yet, report "No tasks defined - run /s:plan to create a roadmap."
From STATE.md, read the Last Updated field.
Calculate how long ago the last update was relative to today's date.
Present the following summary in a clean, structured format:
=== PROJECT STATUS ===
Status: {status from STATE.md}
Active Phase: {phase number and name}
Active Task: {current task description, or "None" if between tasks}
Progress: {completed}/{total} tasks ({percentage}%)
[=====> ] (visual bar)
Blockers:
- {blocker 1, or "None"}
- {blocker 2}
Recent Commits (last 5):
- {commit hash} {message}
- {commit hash} {message}
- ...
Uncommitted Changes: {count of changed files, or "Working tree clean"}
Last Updated: {date} ({relative time, e.g., "2 hours ago", "3 days ago"})
Based on the current state, suggest the most logical next action:
/s:discuss to define requirements"/s:plan to create implementation roadmap"/s:build to continue implementing"/s:review to review the implementation"/s:debug or /s:brainstorm to address them"/s:verify to verify, then /s:ship to ship"基于 SOC 职业分类