one-command-doctor — community one-command-doctor, neurotoxic-game, DaFum, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Development Agents needing automated repository diagnostics and issue resolution. diagnose environmental and build issues. Trigger when the repo is broken, tests fail mysteriously, or setup is needed. Checks Node version, dependencies, and build status.

DaFum DaFum
[0]
[0]
Updated: 3/10/2026

Quality Score

Top 5%
57
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add DaFum/neurotoxic-game/one-command-doctor
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The one-command-doctor skill by DaFum is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Development Agents needing automated repository diagnostics and issue resolution.

Core Value

Empowers agents to diagnose environmental and build issues in repositories, providing insights into Node version compatibility, dependency management, and build status using npm and bash scripts.

Capabilities Granted for one-command-doctor

Automating repository health checks
Debugging Node version and dependency issues
Validating build status and lint/test results

! Prerequisites & Limits

  • Requires Node version >= 20
  • Needs npm and bash script execution capabilities
  • Limited to repositories with npm-based dependency management
Project
SKILL.md
1.1 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

One-Command Doctor

Quickly diagnose the health of the repository and development environment.

Usage

Run the bundled diagnostic script (using bash or sh to ensure execution):

bash
1bash .Codex/skills/one-command-doctor/scripts/doctor.sh

Workflow

  1. Environment Check

    • Node version (>= 20).
    • npm version.
    • Lockfile sync status.
  2. Build Check

    • Does npm install work?
    • Does npm run build succeed?
  3. Lint/Test Check

    • Basic linting pass.
    • Smoke tests.

Diagnosis & Fixes

  • Node Version Mismatch: "Please use nvm use to switch to Node 20+."
  • Lockfile Error: "Run npm ci to restore clean state."
  • Build Fail: "Check vite.config.js or missing assets."

Example

Input: "I can't start the dev server."

Action: Run .Codex/skills/one-command-doctor/scripts/doctor.sh.

Output:

text
1[FAIL] Node version is v16.14.0. Required: >=20. 2[PASS] Lockfile is in sync.

"Your Node version is too old. Run nvm install 20 && nvm use 20."

Skill sync: compatible with React 19.2.4 / Vite 7.3.1 baseline as of 2026-02-17.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is one-command-doctor?

Perfect for Development Agents needing automated repository diagnostics and issue resolution. diagnose environmental and build issues. Trigger when the repo is broken, tests fail mysteriously, or setup is needed. Checks Node version, dependencies, and build status.

How do I install one-command-doctor?

Run the command: npx killer-skills add DaFum/neurotoxic-game/one-command-doctor. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for one-command-doctor?

Key use cases include: Automating repository health checks, Debugging Node version and dependency issues, Validating build status and lint/test results.

Which IDEs are compatible with one-command-doctor?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for one-command-doctor?

Requires Node version >= 20. Needs npm and bash script execution capabilities. Limited to repositories with npm-based dependency management.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add DaFum/neurotoxic-game/one-command-doctor. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use one-command-doctor immediately in the current project.

Related Skills

Looking for an alternative to one-command-doctor or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
AI

antd-commit-msg

Logo of ant-design
ant-design

Generate a single-line commit message for ant-design by reading the projects git staged area and recent commit style. Use when the user asks for a commit message, says msg, commit msg, 写提交信息, or wants

97.8k
0
Design