ralph-specum-status

仓库创建 2026年1月12日最近提交 4 天前SkillHot 收录 21 天前
▸ 精选理由

快速查看多个规范或根目录的当前进展状况。

▸ 风险提示

需要读取和写入仓库/工作区文件的权限。

这个 Skill 做什么

汇报规范状态与进度,遍历并读取配置的规格根目录。

能把项目里配置的规格根目录(默认 ./specs)遍历一遍,读出当前活跃的规格(看 .current-spec)并汇报状态和进度。遇到 .claude/ralph-specum.local.md 会优先读取本地配置,隐藏目录不会被当成规格。适合你想快速知道哪些 spec 在跑、哪个是 active 或把规格树状态汇报给团队时用。

▸ 展开 SKILL.md 英文原文

This skill should be used only when the user explicitly asks to use `$ralph-specum-status`, or explicitly asks Ralph Specum in Codex for status or active spec progress.

开发编程状态报告进度跟踪多根目录Codex
431
Stars
37
Forks
30
仓库内 Skill
+16
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tzachbon/smart-ralph/main/plugins/ralph-specum-codex/skills/ralph-specum-status/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tzachbon/smart-ralph/main/plugins/ralph-specum-codex/skills/ralph-specum-status/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Ralph Specum Status

Use this to report Ralph state across configured spec roots.

## Contract

- Read `.claude/ralph-specum.local.md` when present
- Default specs root is `./specs`
- `.current-spec` lives in the default specs root
- Hidden directories do not count as specs

## Action

1. Resolve configured roots.
2. Read `.current-spec` to identify the active spec.
   - If `.current-spec` is missing or empty, report that there is no active spec and continue listing specs across roots.
3. Read `specs/.current-epic` when present and summarize epic status.
4. For each spec directory, inspect:
   - `.ralph-state.json`
   - `research.md`
   - `requirements.md`
   - `design.md`
   - `tasks.md`
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有