一键导入
cs-stats
Show codebase statistics from the Codescope knowledge graph. Use when user asks how many functions, classes, files, or wants a project overview.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show codebase statistics from the Codescope knowledge graph. Use when user asks how many functions, classes, files, or wants a project overview.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
End-to-end MCP server verification — spawn stdio server, list tools, invoke each one, verify response shape.
Set up a demo session — pick a sample repo, index it, open web UI, prep the narrative.
Run full lint + format + test + frontend build. Pre-commit / pre-release check.
Cut a release — bump version, update CHANGELOG, tag, push, create GitHub release, install local binaries.
Sprint / project status from knowledge graph. Show what's planned, in-progress, done.
Audit MCP tool set — count, descriptions, consolidation candidates, budget compliance.
| name | cs-stats |
| description | Show codebase statistics from the Codescope knowledge graph. Use when user asks how many functions, classes, files, or wants a project overview. |
| user-invocable | true |
Show the knowledge graph statistics using the graph_stats MCP tool.
Display a clean summary:
Project: <repo-name>
========================
Files: XXX
Functions: XXX
Classes: XXX
Modules: XXX
Imports: XXX
Variables: XXX
Relations: XXX
========================
If the stats look empty (all zeros), suggest running /cs-index first.