Claude Code Excellence Audit
Description
[](https://github.com/romiluz13/claude-code-excellence-audit)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code Excellence Audit v1.0
[](https://github.com/romiluz13/claude-code-excellence-audit) [](LICENSE) [](https://github.com/romiluz13/claude-code-excellence-audit) [](https://code.claude.com)
**Audit your Claude Code setup. Get a score. Reach 100/100.**
Created by **[Rom Iluz](https://github.com/romiluz13)**
**Last Updated**: December 11, 2025 - Covers ALL Claude Code features
What Is This?
A self-diagnostic tool that audits your Claude Code project setup and provides:
- Score out of 100 with detailed breakdown
- Gap analysis - what you're missing
- Ready-to-use fixes - copy-paste solutions
- Action plan - prioritized steps to excellence
Quick Start
Option 1: Copy-Paste (Fastest)
- Open Claude Code in your project
- Copy the contents of `CLAUDE-CODE-EXCELLENCE-AUDIT.md`
- Paste it into Claude Code
- Claude will audit your setup and provide recommendations
Option 2: Install as Slash Command (Recommended)
# Create commands directory
mkdir -p ~/.claude/commands
# Download the audit command
curl -o ~/.claude/commands/audit.md https://raw.githubusercontent.com/romiluz13/claude-code-excellence-audit/main/audit.md
# Now use it in any project!
/audit
Option 3: Use as Skill (Auto-Invoke)
# Create skills directory
mkdir -p ~/.claude/skills/excellence-audit
# Download the skill
curl -o ~/.claude/skills/excellence-audit/SKILL.md https://raw.githubusercontent.com/romiluz13/claude-code-excellence-audit/main/SKILL.md
# Claude will automatically use it when relevant
What Gets Audited? (December 2025)
| Category | Points | What's Chec
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,