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