Stats
Actions
Tags
From codeaware
코드 개선 로드맵을 생성합니다. '/codeaware:roadmap' 으로 실행. 숨은 맥락 제거를 최우선으로 하는 단계별 개선 계획을 제시합니다.
How this skill is triggered — by the user, by Claude, or both
Slash command
/codeaware:roadmapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
프로젝트의 AI 이해도를 개선하기 위한 우선순위별 로드맵을 생성합니다.
프로젝트의 AI 이해도를 개선하기 위한 우선순위별 로드맵을 생성합니다.
get_improvement_roadmap MCP tool 호출get_improvement_roadmap MCP tool 호출결과를 받으면 다음 형식으로 사용자에게 보고하세요:
## 개선 로드맵
### Phase 1: 숨은 맥락 제거 (최우선)
| File | Priority | Reason |
|------|----------|--------|
| ... | critical/high/medium | ... |
### Phase 2: 문서화 개선
...
(이하 Phase 순서대로)
각 Phase는 dimension 우선순위를 따릅니다:
npx claudepluginhub giwonn/giwonn-plugins --plugin codeawareProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.