원클릭으로
archi-full
Run or read full-project architecture analysis and summarize structural weaknesses, hotspots, and maintainability risks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Run or read full-project architecture analysis and summarize structural weaknesses, hotspots, and maintainability risks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Fix bugs by reproducing the failure first, making the smallest correction, and proving the regression is covered. Use for bug reports, failing tests, and regressions.
Fix failing tests or CI by reading logs, identifying the smallest failing surface, making a minimal change, and rerunning targeted verification. Use when given CI logs, failing commands, or broken checks.
Scan relevant source, tests, commands, and existing project patterns before editing code. Use before non-trivial implementation, bug fixing, or refactoring when the right local pattern is unclear.
Control error handling, defaults, retries, compatibility paths, and fallback behavior. Use before adding catch blocks, defaults, shims, optional values, retries, or graceful degradation.
Prevent large-file growth and mixed-responsibility edits. Use when adding significant logic to a large file, mixed-purpose module, or file with repeated conditionals.
Implement the smallest safe repo-native code change for the requested behavior. Use for feature work, small refactors, and multi-file implementation tasks.
| name | archi-full |
| description | Run or read full-project architecture analysis and summarize structural weaknesses, hotspots, and maintainability risks. |
Use this skill for full-project baseline architecture review.
archi-evidence-map when deciding whether to use Architec/Hippo,
dependency graphs, architecture tests, Semgrep, CodeQL, or direct review.improve-codebase-architecture when the review is looking for
deep-module, seam, adapter, leverage, locality, or interface-depth
opportunities.code-review-and-quality when the baseline needs adjacent
correctness, security, performance, or review-quality coverage..architec/architec-summary.md first when present..architec/architec-analysis.json for exact scores, concerns, signals,
hotspots, and artifact paths.Score
- overall:
- key reading:
Problems
- ...
Improvements
- ...
Verification
- ...
Do not turn full review into task-goal planning. Use archi-advice when the
user wants a refactor roadmap.
If the tool baseline is missing, produce a source-backed baseline with an explicit "tool evidence unavailable" note.