doctor

Validate README badges, promised files, and repo integrity against actual state.

8|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/CodePhobiia/claude-roblox-game-studio --skill doctor-codephobiia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doctor
Source: https://github.com/CodePhobiia/claude-roblox-game-studio/tree/main/.claude/skills/doctor
Command: npx skills add https://github.com/CodePhobiia/claude-roblox-game-studio --skill doctor-codephobiia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Maintains repo integrity by catching drift between README badges, promised files, and actual state; this skill automates a comprehensive health audit to prevent release or maintenance issues.

Core Features & Use Cases

  • Validate badge counts against actual files and folders.
  • Verify promised files exist and are accessible.
  • Detect unresolved placeholders and TODOs before publishing.
  • Ensure wiki index is synced with on-disk pages.
  • Validate toolchain configurations and CI references.
  • Verify the agent roster matches the actual roster.

Quick Start

Run the doctor health-check after structural changes or before publishing to verify repository integrity.

Frequently Asked Questions about doctor

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

FAQPage Schema
How do I validate README badges against actual files before publishing?

A repository health-check detects drift between README badges and actual files by validating count accuracy, verifying promised resources exist, and detecting unresolved placeholders to ensure repo integrity.

What is the best way to detect unresolved TODOs and placeholders in a repo?

An automated integrity audit detects unresolved placeholders and TODOs by scanning structural changes and enforcing checks for publishing readiness, catching drift between promised files and actual repository state.

How do I check if my wiki index is synced with on-disk pages?

A comprehensive health audit verifies wiki index synchronization with on-disk pages by enforcing structural checks alongside toolchain validity and agent roster accuracy for ongoing maintenance.

Does this toolchain validation check CI references and agent rosters?

Yes, toolchain validation checks CI references and verifies that the agent roster matches the actual roster, ensuring complete repository integrity across agents, skills, hooks, rules, and docs.

When should I run a repository health audit during ongoing maintenance?

Run a repository health audit after structural changes, before publishing, or during ongoing maintenance to catch drift between README badges, promised files, and actual repository state.