project-health-check

project-health-check is a skill for Claude Code from claude-world/director-mode-lite. It costs 57 tokens per session (448 once invoked), scanned A, original, MIT.

A project checkup that reviews seven areas: documentation, tests, security, code quality, dependencies, the database, and build or deployment. It produces scores and a list of fixes.

In plain words
What is it for?
Use it for periodic project reviews, release preparation, and prioritising improvements such as missing tests, unsafe configuration, outdated packages, or build problems.
Why use it?
It reveals problems that may be missed during day-to-day coding, especially before a release or during regular maintenance.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the director-mode-lite plugin — 36 skills, 14 agents shipped together

Good fit Use it for periodic project reviews, release preparation, and prioritising improvements such as missing tests, unsafe configuration, outdated packages, or build problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/claude-world/director-mode-lite/project-health-check
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add claude-world/director-mode-lite --skill project-health-check
Clone the repo
git clone --depth 1 https://github.com/claude-world/director-mode-lite

Made for: Claude Code.

Or install director-mode-lite, the plugin that ships this one along with the rest of its 36 skills, 14 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for project-health-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/claude-world/director-mode-lite/project-health-check/github.svg)](https://agentmods.dev/skills/claude-world/director-mode-lite/project-health-check)
Your own site
<a href="https://agentmods.dev/skills/claude-world/director-mode-lite/project-health-check"><img src="https://agentmods.dev/badge/skills/claude-world/director-mode-lite/project-health-check/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for project-health-check

Your own site · 80×15
<a href="https://agentmods.dev/skills/claude-world/director-mode-lite/project-health-check"><img src="https://agentmods.dev/badge/skills/claude-world/director-mode-lite/project-health-check.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 448 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.00448
Opus 5 $0.00028 $0.00224
Sonnet 5 $0.00011 $0.00090
Haiku 4.5 $0.00006 $0.00045

Measured 12d ago against content hash 135bce0c95a4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

project-health-check scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/project-health-check/SKILL.md · 88 lines

What it actually says

Project Health Check

Comprehensive 7-point audit for project health.


7-Point Audit

1. Documentation

  • README is accurate
  • API docs exist
  • Code comments explain "why"

2. Test Coverage

  • Coverage > 80%
  • Critical paths tested
  • Edge cases covered

3. Security

  • No secrets in code
  • No vulnerable dependencies
  • Input validation exists

4. Code Quality

  • Linting passes
  • No large files (> 500 lines)
  • Consistent naming

5. Dependencies

  • No outdated majors
  • No unused deps
  • Compatible licenses

6. Database

  • Schema documented
  • Migrations versioned
  • Indexes documented

7. Build/Deploy

  • Build succeeds
  • CI/CD exists
  • Env vars documented

Health Score Template

# Project Health Report - [Date]

## Overall Score: [X]/100

| Area | Score | Status |
|------|-------|--------|
| Documentation | /15 | |
| Test Coverage | /15 | |
| Security | /20 | |
| Code Quality | /15 | |
| Dependencies | /15 | |
| Database | /10 | |
| Build/Deploy | /10 | |

### Critical Issues
1. [Fix immediately]

### Warnings
1. [Fix this week]

### Suggestions
1. [Consider]

Frequency

Check When
Quick Weekly
Standard Bi-weekly
Full Monthly
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 88 lines · 57 tokens per session scan A 135bce0c95a4

Subscribe to this mod's changes

project-health-check is a skill published in the GitHub repository claude-world/director-mode-lite (81 stars, last pushed 12d ago), licensed MIT. It adds 57 tokens to every session and 448 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

mobile-flows-maestro

This skill should be used when Maestro is explicitly requested or already present and the task is to author, run, or debug iOS/Android Maestro flows; use Maestro MCP; or handle Maestro selectors, system UI, permissions, Keychain, JavaScript, waits, device state, flakiness, or CI. Evidence includes a .maestro directory…

johnkozaris/jko-claude-plugins · 102 tokens

esp32-expert

This skill should be used for ESP32-specific hardware and runtime work in ESP-IDF, Arduino-ESP32, or PlatformIO projects: target/build detection, FreeRTOS tasks and ISRs, memory/DMA, peripherals, power, networking/security, OTA, crash diagnosis, and unattended reliability. Trigger on "debug this ESP32 crash", "review…

johnkozaris/jko-claude-plugins · 137 tokens

concise

Concise communication mode. Cuts 60-70% of output tokens while keeping natural, readable English. Drops filler, hedging, and pleasantries but maintains grammar and sentence flow. Elaborate on request -- ask for detail and get it, then auto-return to concise. Use when user says "concise mode", "be concise", "less…

o4f6bgpac3/concise · 92 tokens

debug-extension

Diagnose and fix failures in a built third-party .ppmplugin control: crashes, silent no-ops, PCF error outputs, or incorrect behavior. Uses the reported symptom, shared/error-codes.md, and file-level evidence to trace the manifest, Android/iOS modules, PCF dispatch, and build configuration. Produces a ranked…

microsoft/power-platform-skills · 108 tokens

audit-ppmplugin

Statically audit a built .ppmplugin before wrap testing. Checks archive layout, manifest compatibility, bundle consistency, Android DEX integrity and SDK leakage, iOS framework structure, native source-to-receiver alignment, and the PCF composite-key/sendAsync transport contract. Reports CRITICAL, WARNING, and INFO…

microsoft/power-platform-skills · 112 tokens

architecture-optimization

Guided journey from a working codebase grown slow and tangled to one measurably fast, cleanly bounded, and readable. Orchestrates eight skills phase by phase - working-with-legacy-code, clean-architecture, software-design-philosophy, refactoring-patterns, system-design, ddia-systems, release-it, pragmatic-programmer …

wondelai/skills · 226 tokens