원클릭으로
audit
Read-only analysis of global Claude Code configuration — flags issues and suggests improvements
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read-only analysis of global Claude Code configuration — flags issues and suggests improvements
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Audit a project's CLAUDE.md / AGENTS.md for structure, bloat, stale references, and best practices
Set up global Claude Code configuration — personal CLAUDE.md, skills, hooks, and settings
Scan the current project and generate tailored project-level Claude Code configuration
Create a git commit with proper context and conventional commit message
Review a pull request using parallel agents for thorough coverage
| name | audit |
| description | Read-only analysis of global Claude Code configuration — flags issues and suggests improvements |
| disable-model-invocation | true |
| effort | high |
| allowed-tools | Read Glob Grep Bash(ls *) Bash(find *) Bash(which *) Bash(cat *) Bash(wc *) Bash(claude *) Bash(uname *) Bash(echo *) Bash(head *) Bash(command *) |
Audit the user's global Claude Code configuration. ultrathink about what you find.
This is read-only. Do NOT create, edit, or delete any files.
These run inside the project sandbox — safe on any install.
!which git gh node pnpm npm yarn bun python python3 uv pip cargo go ruby docker kubectl 2>/dev/null || true
!uname -s
!echo ~
!claude --version 2>/dev/null || echo "(claude CLI not in PATH)"
Use your tools to read these paths (they may not all exist — that's expected):
~/.claude/CLAUDE.md — personal instructions (also count lines with wc -l)~/.claude/settings.json — hooks and permissions~/.claude/rules/ — list rule files~/.claude/skills/ — find all SKILL.md files~/.claude.json — MCP server config~/.claude/projects/ — find MEMORY.md files (up to 10)Work through each check. Report findings as ✓ (good), ⚠ (suggestion), or ✗ (problem).
~/.claude/CLAUDE.md exist? If not → ✗.claude/rules/@import for modularity? Not required, but ⚠ if over 100 lines without it~/.claude/settings.json exist?rm -rf blocking → ⚠git push --force blocking → ⚠git add . / git add -A blocking → ⚠For each installed CLI tool that can modify external state, check for protective hooks:
gh — can create PRs, close issues, delete reposdocker — can remove containers/imageskubectl — can modify cluster state
Report unprotected high-risk tools as ⚠~/.claude.json# CC Config Audit
## Summary
[1-2 sentences: overall health]
## ✗ Problems
- [issue + how to fix]
## ⚠ Suggestions
- [improvement + why it matters]
## ✓ Good
- [things well-configured]
## Next steps
1. [most impactful fix]
2. [second]
3. [third]
Be specific. Only report what you actually found — no generic advice.