repo-maintenance-node
Installation
SKILL.md
Node/TypeScript Repository Maintenance
Perform a comprehensive health sweep for Node.js and TypeScript repositories.
Checks formatting, linting, type errors, dead code, dependency hygiene,
cross-package consistency, and open Renovate PRs. Reads AGENTS.md (or
CLAUDE.md) for repo-specific commands before running any checks.
Arguments
--dry-run(optional): Report issues without making changes.--section <name>(optional): Run only a specific section. Valid values:formatting,dead-code,deps,renovate. If omitted, run all sections.
Target: $ARGUMENTS (defaults to all sections, applying fixes)