skills/claudemd-review/SKILL.md
사용자가 CLAUDE.md 파일 검토/확인/리뷰를 요청할 때, 또는 /claudemd-review를 입력할 때 사용한다. Claude Code 공식 원칙 6가지 기준으로 프로젝트 내 모든 CLAUDE.md를 감사한다.
npx skillsauth add elle510/mango-claude-skills claudemd-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
사용자가 다음을 요청할 때 이 skill을 사용:
/claudemd-review@path import 또는 .claude/rules/ 파일 분리 권장검증 가능한 수준으로 구체적이어야 함:
| ❌ 모호 | ✅ 구체 |
| -------------------- | ------------------------------------ |
| "코드를 깔끔하게 써" | "2칸 들여쓰기 사용" |
| "변경사항 테스트해" | "커밋 전 npm test 실행" |
| "파일을 잘 정리해" | "API 핸들러는 src/api/handlers/에" |
| 위치 | 담아야 할 내용 |
| --------------------- | ------------------------------------------------ |
| 루트 CLAUDE.md | 전체 프로젝트 공통 (패키지 매니저, 버전 제약 등) |
| 패키지/앱 CLAUDE.md | 해당 패키지에만 적용되는 규칙 |
| ~/.claude/CLAUDE.md | 개인 선호도 (팀 공유 불필요한 것) |
@ 참조 활용@path/to/file 문법으로 직접 연결.claude/rules/ 파일로 분리 후 참조프로젝트 내 모든 CLAUDE.md 파일을 찾는다.
각 파일에 대해 6가지 원칙을 순서대로 체크한다.
아래 형식으로 출력한다:
## CLAUDE.md 리뷰 결과
### 파일: {경로}
- 줄 수: N줄 (✅ / ⚠️ 200줄 초과)
#### ✅ 원칙 준수
- ...
#### 🚫 위반
1. [원칙명] 문제 설명
해결: 구체적인 수정 방법
#### ⚠️ 개선 권장
- ...
---
### 총평
위반 N건 / 권장 N건
.claude/rules/ 이동): 계획 먼저 제시 후 사용자 승인@ 참조 변환: 사용자 확인 후 자동 수정 가능development
사용자가 새 Claude Code 스킬 생성, 기존 스킬 수정/개선, 또는 스킬 리뷰를 요청할 때, 또는 /make-skill을 입력할 때 사용한다.
tools
사용자가 /commit을 입력하거나 git 변경사항을 커밋하고 싶다고 할 때 사용한다. Conventional Commits 형식으로 메시지를 제안하고 사용자 확인 후 커밋을 실행한다.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.