Agent skill · Security

health

Runs a budget-aware agent-assisted engineering health audit for instruction/config drift, hooks/MCP, verifier surfaces, and AI maintainability. Use when users ask in any language to audit Claude, Codex, Pi, agent instructions, MCP or hooks, verifier coverage, or AI-maintainability drift. Not for debugging application code or reviewing PRs.

Tw935,692★ · +38/wk · 1 repos on radarProfile →
claude-codeships scriptsMIT
Install
npx skills add tw93/Waza --skill health --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 21
SKILL.md size: 19 KB
Bundled scripts: yes
Path: skills/health/SKILL.md
Open the folder on GitHub →
Where it comes from
Source: tw93/Waza
Stars: 6,760
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Health: Agent-Assisted Engineering Health Prefix your first line with 🥷 inline, not as its own paragraph. Audit the current project's agent setup and AI coding maintainability against this framework: `agent config → instruction surfaces → tools/runtime → verifiers → maintainability` Find violations. Identify the misaligned layer. Calibrate to project complexity only. ## Outcome Contract - Outcome: a budget-aware health report that separates agent configuration risk from AI maintainability risk. - Done when: each finding names the misaligned layer, the concrete evidence, and a copy-pasteable action or diagnostic command. - Evidence: collected health script output, tracked project instructions, runtime config summaries, verifier logs, hooks/MCP surfaces, and read-only live probes when needed. - Output: prioritized findings with status, impact, and next action, or a clear clean bill with residual risk. Two lanes share one report: - **Agent config health**: Codex/Claude/Pi instruction drift, permissions, hooks, MCP, skills, and memory supply chain. - **AI maintainability health**: project context surface, verifier wrapper, generated-artifact checks, hotspot ownership, and stale or m

What's inside
Steps it walks through
  1. Outcome Contract
  2. Durable Context Preflight
  3. Hard Rules
  4. Step 0: Assess project tier
  5. Step 1: Collect data
  6. Step 1b: MCP Live Check
  7. Step 1c: Safety and security checks
  8. Security Baseline Checks
  9. Memory and Skill Supply Chain
  10. Long-Running Agent Stop Conditions
  11. Step 2: Analyze
  12. Step 3: Report
  13. [PASS] Passing checks (table, max 5 rows)
  14. Finding format
Ships with 20 files
  • agents/inspector-context.md
  • agents/inspector-control.md
  • agents/inspector-maintainability.md
  • references/durable-context.md
  • references/long-running-agents.md
  • references/maintainability-findings.md
  • scripts/block-pipe-to-shell.py
  • scripts/check-agent-context.sh
  • scripts/check-doc-refs.sh
  • scripts/check-maintainability.sh
  • scripts/check-verifier-output.sh
  • scripts/check_agent_context.py
  • scripts/check_doc_refs.py
  • scripts/check_maintainability.py
  • scripts/check_verifier_output.py
  • scripts/collect-data.sh
  • scripts/conversation_audit.py
  • scripts/read_skill_description.py
  • scripts/run-health.ps1
  • scripts/scan_skill_security.py
Commands it runs
for candidate in \
done
if [ ! -f "${HEALTH_SCRIPT:-}" ]; then
echo "health collect-data.sh not found under the installed skill base; reinstall Waza"
exit 1
fi
More from Waza
All skills →
About this skill
What does the health skill do?

Runs a budget-aware agent-assisted engineering health audit for instruction/config drift, hooks/MCP, verifier surfaces, and AI maintainability. Use when users ask in any language to audit Claude, Codex, Pi, agent instructions, MCP or hooks, verifier coverage, or AI-maintainability drift. Not for debugging application code or reviewing PRs.

How do I install it?

Run `npx skills add tw93/Waza --skill health --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From tw93/Waza, a repository with 6,760 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going