Skip to main content
Back to registry

health

tw93/claude-health

Systematically audit the current project's Claude Code setup using the six-layer framework: CLAUDE.md → rules → skills → hooks → subagents → verifiers

Installs468
Install command
npx skills add https://github.com/tw93/claude-health --skill health
Security audits
Gen Agent Trust HubPASS
SocketWARN
SnykFAIL
About this skill
Systematically audit the current project's Claude Code setup using the six-layer framework: CLAUDE.md → rules → skills → hooks → subagents → verifiers The goal is not just to find rule violations, but to diagnose which layer is misaligned and why — calibrated to the project's actual complexity . Use this rubric to pick the audit tier before proceeding: Apply the tier's standard throughout the audit. Do not flag missing layers that aren't required for the detected tier. Collect skill security and quality data for Agent D: Read conversation files directly — do NOT write to disk and pass paths to subagents (subagents cannot read ~/.claude/ paths). Instead, read content here and inline it into agent prompts in Step 3. For each conversation file you want to include, use the Read tool (or jq via Bash) to extract its text content directly into a variable in your context. Assign files to agents B and C based on size: Extract each file's content with: Store the output in your context. You will paste it inline into the agent B and C prompts below.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does health do?

Systematically audit the current project's Claude Code setup using the six-layer framework: CLAUDE.md → rules → skills → hooks → subagents → verifiers

Is health good?

health does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does health work with?

health currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to health?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install health?

npx skills add https://github.com/tw93/claude-health --skill health

Related skills

Alternatives in Software Engineering