From cchelp
Use when reviewing or auditing Claude Code configuration files for quality. Evaluates CLAUDE.md, memory, skills, agents, commands, hooks, and MCP against best-practice checklists with optional parallel benchmark eval.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cchelp:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Evaluation criteria for reviewing Claude Code configuration files in the user's current project. 평가 기준표는 플러그인이 내부적으로 관리하며 공식 Claude Code 문서와 동기화된다 (구현 디테일).
Evaluation criteria for reviewing Claude Code configuration files in the user's current project. 평가 기준표는 플러그인이 내부적으로 관리하며 공식 Claude Code 문서와 동기화된다 (구현 디테일).
작동 원칙: 리뷰 대상은 항상 사용자 cwd 의 파일들이다. 플러그인 디렉토리는 리뷰 대상이 아니라 평가 기준표의 저장소일 뿐이다.
/review): Scan all 7 categories in user cwd, benchmark all discovered skills/agents/review <path>): Review and benchmark only the specified path in user cwd리뷰 대상은 7 카테고리 전체. 벤치마크 가능한 카테고리는 그중 Skills/Subagents 둘뿐이다 — 다른 카테고리는 정적 평가만.
eval-runner × 2 + grader 로 객관 측정. agent-spawn 불가 환경이면 N/A.docs/claude-config-review-report.md 상세 보고서 (사용자 cwd 에 작성).| # | Category | Files to Check (cwd 기준) |
|---|---|---|
| 1 | CLAUDE.md | CLAUDE.md, **/CLAUDE.md |
| 2 | Memory | .claude/memory/**, ~/.claude/projects/*/memory/** |
| 3 | Skills | skills/**/SKILL.md, .claude/skills/**/SKILL.md |
| 4 | Subagents | agents/*.md, .claude/agents/*.md |
| 5 | Commands | commands/*.md, .claude/commands/*.md |
| 6 | Hooks | hooks/hooks.json, .claude/hooks.json |
| 7 | MCP | .mcp.json |
각 카테고리의 평가 기준은 플러그인 내부에서 자동 로드된다. 사용자가 평가 기준 파일 위치를 알 필요는 없다. 추가로 permissions/plugins/settings 도 cross-validation 단계에서 cross-cutting 룰로 활용됨 (별도 카테고리는 아님).
After category reviews, verify:
When reviewing Skills or Subagents, run a parallel benchmark to measure quality objectively.
references/eval-process.md (8 steps: prepare → parallel run → timing → grade → aggregate → analyst → report → cleanup)references/grading-rubric.mdreferences/benchmark-template.mdAfter review is satisfactory, offer to optimize skill/agent description fields for trigger accuracy. See references/trigger-test-template.md for the full process:
npx claudepluginhub kimhance/claude-config-helper --plugin cchelpCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.