analyze
星标6
分支0
更新时间2026年2月5日 14:06
Run a structured production-readiness analysis on the codebase
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Run a structured production-readiness analysis on the codebase
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | analyze |
| description | Run a structured production-readiness analysis on the codebase |
| user_invocable | true |
Perform a structured production-readiness analysis of this project. Follow these steps:
analysis-report.md immediatelyFor each source module in src/:
analysis-report.md after each module (incremental delivery)Update analysis-report.md with:
| Severity | File | Line | Issue | Recommendation |
|---|---|---|---|---|
| Critical | ... | ... | ... | ... |
| High | ... | ... | ... | ... |
| Medium | ... | ... | ... | ... |
| Low | ... | ... | ... | ... |
analysis-report.md incrementally — never wait until the endcargo clippy and cargo test as part of the analysis