repo-healthcheck-node
Installation
SKILL.md
Repo Healthcheck — Node.js
Verify that a Node.js/TypeScript repository's development environment is
correctly set up. Reads AGENTS.md and CLAUDE.md (if present) for
repo-specific version requirements and build commands, then runs each check and
reports a clear pass/fail summary.
Arguments
--fix(optional): Attempt to auto-fix failures where possible (e.g. runpnpm installif dependencies are missing). Without this flag, the skill only reports — it does not modify the environment.
Process
1. Read Repo Configuration
Read the following sources in priority order (later sources override earlier):