one-command-doctor

Run Node project healthchecks covering build, lint, and runtime issues.

1|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/DaFum/neurotoxic-game --skill one-command-doctor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: one-command-doctor
Source: https://github.com/DaFum/neurotoxic-game/tree/main/.agents/skills/one-command-doctor
Command: npx skills add https://github.com/DaFum/neurotoxic-game --skill one-command-doctor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Run a quick healthcheck for Node projects by capturing Node and npm versions, then installing dependencies, linting, testing, and building, and finally summarizing likely fixes.

Core Features & Use Cases

  • Environment sanity checks: captures Node and npm versions to identify mismatches.
  • Automated project health checks: runs install, lint, test, and build, reporting failures succinctly.
  • Guided remediation: outputs concise diagnostic results and suggested fixes for common issues.

Quick Start

Run the doctor healthcheck to diagnose issues and summarize fixes for your project.

Frequently Asked Questions about one-command-doctor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose Node project build failures and lint errors?

Run an automated healthcheck that executes npm install, lint, test, and build, then summarizes the likely fixes for any detected issues to diagnose Node project build failures and lint errors.

What is a Node project healthcheck and how does it work?

A Node project healthcheck captures Node and npm versions, then runs install, lint, test, and build commands to surface environment mismatches, runtime issues, and failures succinctly.

Can I use an automated healthcheck to find Node and npm version mismatches in CI?

Yes, you can use this healthcheck in CI environments to capture Node and npm versions, identify mismatches, and report build, lint, or runtime failures with recommended fixes.

What's the best way to run lint and test diagnostics for a Node project?

The best way to run lint and test diagnostics is using an automated healthcheck that sequentially executes npm run lint and npm run test, then outputs concise diagnostic results and suggested fixes.

Why does my npm run build fail after installing dependencies?

Your npm run build may fail due to environment mismatches or preceding lint and test errors; a healthcheck captures versions and runs the full sequence to isolate the specific failure.