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