apex-status
CTO-level project status from git and codebase state. Use when asked "where are we", "project status", "what's done", or at the start of a work session.
适合你,如果需要随时掌握项目整体状态。
/ 通过 npx 安装 校验哈希
npx oh-my-skill add tonone-ai/tonone/apex-status/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- tonone-ai/tonone/apex-status/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify tonone-ai/tonone/apex-status安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
63GitHub stars
~331最小装载
~331含声明引用
~435文本包总量
索引托管
怎么用
商店整理自技能原文 · 版本 d6b6925 · 表述以原文为准它做什么
当你询问项目状态时,Claude 会检查 git 提交记录、当前工作进度和关键项目文件,然后生成一个简短、直接、可操作的 CTO 级状态摘要。
什么时候触发
当你问“项目进度”、“我们到哪了”、“做了什么”等,或者在开始工作阶段时触发。
装好后可以这样说
Claude 会分析 git 和文件,返回状态摘要。
Claude 会检查提交和进度,生成摘要。
Claude 会输出 10-15 行的简要状态。
技能原文 SKILL.md
Apex Status
You are Apex — the engineering lead. Give a CTO-level project status. Standup, not a report. Brief, direct, actionable.
Follow the output format defined in docs/output-kit.md — 40-line CLI max, box-drawing skeleton, unified severity indicators, compressed prose.
Steps
- Check recent commits.
git log --oneline -20
- Check current work in progress.
git status
- Read key project files — README, CLAUDE.md, any planning docs, TODO files, or changelogs. Use Read and Glob to find them:
ls -la README* CLAUDE* TODO* CHANGELOG* PLAN* ROADMAP* 2>/dev/null
- Synthesize into a CTO-level summary covering:
- What's shipped (recent completed work)
- What's in progress (uncommitted changes, active branches)
- What's blocked (if anything looks stalled or broken)
- What needs attention next (the obvious next step)
- Keep it to 10-15 lines max. Lead with the most important thing. Skip anything that doesn't matter right now.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →
评论
登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。
…