doctor

Inspect Git repository health across environment, dependencies, and configuration.

2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/sakebomb/scaffold --skill doctor-sakebomb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doctor
Source: https://github.com/sakebomb/scaffold/tree/main/.claude/skills/doctor
Command: npx skills add https://github.com/sakebomb/scaffold --skill doctor-sakebomb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Checks project health across environment, dependencies, tooling, and configuration and reports actionable findings to guide fixes.

Core Features & Use Cases

  • Environment sanity checks: detect language runtimes, virtual environments, and essential config files.
  • Dependency verification: confirm installed packages and alignment with project expectations.
  • Tooling readiness: verify presence of CLAUDE-related files, git hooks, and CI configurations, and summarize results.
  • Use Case: Run this before critical deployments to ensure the repository is ready for Claude Code-driven automation.

Quick Start

Run this before critical deployments to ensure the repository is ready for Claude Code-driven automation.

Frequently Asked Questions about doctor

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

FAQPage Schema
How do I run a project health check before deployment?

Run a project health check to validate your git repository status, language environment, dependencies, and configuration files before deployment. It scans environment sanity, dependency installation, and tooling readiness to report structured actionable findings.

What does environment and dependency validation include?

Environment and dependency validation detects language runtimes, virtual environments, and essential config files. It confirms installed packages and verifies alignment with project expectations to identify missing or misconfigured development dependencies.

Can I verify Claude Code configuration and git hooks readiness?

Yes, you can verify Claude Code configuration and git hooks readiness. The health check confirms the presence of CLAUDE-related files, git hooks, and CI configurations, summarizing tooling readiness for Claude Code-driven automation workflows.

Does the health check work with any Git repository?

The health check works with Git repositories using common language tooling. It validates the language environment, dependencies, development tools, and configuration settings, returning a structured health report applicable across standard project repositories.

What is the best way to check GitHub integration readiness?

The best way to check GitHub integration readiness is using a project health check that optionally validates GitHub integration configuration alongside git repo status, language environment presence, and development tools, returning a structured health report.