one-command-doctor — community one-command-doctor, neurotoxic-game, community, ide skills

v1.0.0

Acerca de este Skill

Perfecto para Agentes de Desarrollo que necesitan diagnósticos y resolución de problemas de repositorio automatizados. 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

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 9/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
9/11
Quality Score
57
Canonical Locale
en
Detected Body Locale
en

Perfecto para Agentes de Desarrollo que necesitan diagnósticos y resolución de problemas de repositorio automatizados. 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.

¿Por qué usar esta habilidad?

Habilita a los agentes a diagnosticar problemas ambientales y de compilación en los repositorios, proporcionando información sobre la compatibilidad de la versión de Node, la gestión de dependencias y el estado de compilación utilizando scripts npm y bash.

Mejor para

Perfecto para Agentes de Desarrollo que necesitan diagnósticos y resolución de problemas de repositorio automatizados.

Casos de uso accionables for one-command-doctor

Automatización de controles de salud de repositorio
Depuración de problemas de versión de Node y dependencias
Validación del estado de compilación y resultados de lint/pruebas

! Seguridad y limitaciones

  • Requiere Node versión >= 20
  • Necesita capacidad de ejecución de scripts npm y bash
  • Limitado a repositorios con gestión de dependencias basada en npm

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

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?

Perfecto para Agentes de Desarrollo que necesitan diagnósticos y resolución de problemas de repositorio automatizados. 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: Automatización de controles de salud de repositorio, Depuración de problemas de versión de Node y dependencias, Validación del estado de compilación y resultados de lint/pruebas.

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?

Requiere Node versión >= 20. Necesita capacidad de ejecución de scripts npm y bash. Limitado a repositorios con gestión de dependencias basada en npm.

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.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

one-command-doctor

Install one-command-doctor, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

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.

Habilidades relacionadas

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

Ver todo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
Inteligencia Artificial

widget-generator

Logo of f
f

Generar complementos de widgets personalizables para el sistema de feeds de prompts.chat

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

El Marco de React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensores y redes neuronales dinámicas en Python con fuerte aceleración de GPU

98.6k
0
Desarrollador