pace-status

A project-progress status tool with views ranging from a brief overview to detailed trees, metrics, and value-chain tracing. It also supports Chinese status questions such as “进度怎样” and “项目状态”.

In plain words
What is it for?
Use it for overviews, feature details, project trees, quality or delivery metrics, change summaries since a date, and tracing a named item through the project.
Why use it?
It gives developers and other project roles a consistent way to see what is complete, changing, risky, or next across a project.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/arch-team/devpace/pace-status
Any agent
npx skills add arch-team/devpace --skill pace-status
Clone the repo
git clone --depth 1 https://github.com/arch-team/devpace

Made for: Claude Code, Codex.

Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 887 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00065 $0.00887
Opus 5 $0.00032 $0.00443
Sonnet 5 $0.00013 $0.00177
Haiku 4.5 $0.00006 $0.00089

Measured 2d ago against content hash 4007ef58a36d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pace-status scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/pace-status/SKILL.md · 50 lines

What it actually says

/pace-status — 查看项目状态

按不同粒度展示项目研发状态。L1 概览回答"整体怎样",L2 detail(广度)和 trace(深度)是正交视角,L3 tree 展示全貌。

输入

$ARGUMENTS:

核心层:(空)概览 | detail 功能展开 | tree 价值链全貌 | trace <名称> 反向追溯 | metrics [quality|delivery|risk] 度量 | <关键词> 搜索

视角层(由 /pace-role 管理,显式子命令 > 自动适配):biz | pm | dev | tester | ops | chain

修饰符since <时间> 时间段变更摘要(3d/1w/last-session),可与其他子命令组合

执行路由

重要:根据 $ARGUMENTS 匹配的子命令,仅读取对应的 procedures 文件,不加载其他 procedures

子命令 加载文件 说明
(空) skills/pace-status/status-procedures-overview.md 进度条 + 建议下一步 + 同步摘要 + 附加行上限
detail skills/pace-status/status-procedures-detail.md 功能树格式 + 同步标记 + 角色适配 + 导航
trace <名称> skills/pace-status/status-procedures-trace.md 匹配规则 + 3 种追溯格式 + 导航
metrics [类别] skills/pace-status/status-procedures-metrics.md 实时快照(≠ pace-retro 回顾报告)+ 趋势箭头 + 类别聚焦 + 导航
tree skills/pace-status/status-procedures-tree.md 完整价值链格式(含 Epic 链接层)+ 导航
since <时间> skills/pace-status/status-procedures-since.md 时间标记解析 + 数据采集 + 组合规则
chain skills/pace-status/status-procedures-chain.md 价值链定位格式 + 导航
<关键词> skills/pace-status/status-procedures-keyword.md 搜索逻辑 + fallback 引导
biz/pm/dev/tester/ops skills/pace-status/status-procedures-roles.md 5 种角色视图格式 + 优先级规则 + 导航

角色适配(所有子命令的前置步骤)

  1. 有显式角色子命令(biz/pm/dev/tester/ops)→ 按对应视角输出
  2. 无显式角色 → 读取 pace-role 设置 → 有则自动调整关注点
  3. 无角色设置 → 默认全视角
  4. 首次适配教学(§15 role_adapt 标记去重):末尾追加 (提示:当前按 [角色] 视角输出,切换:/pace-role [biz|pm|dev|tester|ops])

输出

按请求粒度展示的项目状态。自然语言为主,不主动暴露 ID。非概览子命令末尾追加 1 行导航提示。

Files

What ships with it

9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 50 lines · 65 tokens per session scan A 4007ef58a36d

Subscribe to this mod's changes

pace-status is a skill published in the GitHub repository arch-team/devpace (73 stars, last pushed 4mo ago), licensed MIT. It adds 65 tokens to every session and 887 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories