atv-doctor

Diagnose and fix ATV Starter Kit installation issues across project and marketplace paths.

Updated Jun 6, 2026
One-click install
npx skills add https://github.com/kenhia/kdeskdash --skill atv-doctor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: atv-doctor
Source: https://github.com/kenhia/kdeskdash/tree/main/.github/skills/atv-doctor
Command: npx skills add https://github.com/kenhia/kdeskdash --skill atv-doctor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The ATV Doctor Skill helps you maintain the health of your ATV Starter Kit installation by detecting and addressing potential issues with versioning, file integrity, hooks, prerequisites, and optional dependencies.

Core Features & Use Cases

  • Install Path Detection: Identifies both project scaffold and marketplace plugin installation paths.
  • Version Checking: Compares installed versions to the latest npm releases.
  • File Integrity: Verifies the integrity of project files against a manifest checksum.
  • Hook Validity: Ensures the integrity of hooks used in the project.
  • MCP Prerequisites: Checks for required inputs for MCP (Copilot CLI) configurations.
  • Optional Dependency Gating: Warns about optional dependencies when needed.
  • Output Graded Report: Provides a detailed report on the installation status.
  • Fix Mode: Automatically updates marketplace plugins when in fix mode.

Quick Start

Run the atv-doctor skill with the 'fix' argument to automatically diagnose and fix any detected issues in your ATV Starter Kit installation.

Frequently Asked Questions about atv-doctor

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

FAQPage Schema
How do I diagnose installation issues with my project scaffold?

To diagnose installation issues, run a diagnostic skill that detects versioning, file integrity, hook validity, and optional dependency status across your project scaffold. It outputs a graded report detailing the health of your installation.

Can I automatically fix marketplace plugin installation problems?

Yes, you can automatically fix marketplace plugin installation problems by running the diagnostic skill with the fix argument. Fix mode automatically updates marketplace plugins to resolve detected issues.

How do I verify file integrity and hook validity in my starter kit?

Verify file integrity and hook validity by running a diagnostic check that compares project files against a manifest checksum and ensures the integrity of hooks used in the project. The results are compiled into a detailed report.

Why does my starter kit warn about missing MCP prerequisites?

Your starter kit warns about missing MCP prerequisites because the diagnostic tool checks for required inputs for MCP Copilot CLI configurations. It reports these prerequisites to ensure your installation meets all necessary configuration requirements.

Does the diagnostic tool check installed npm versions against the latest releases?

Yes, the diagnostic tool checks installed npm versions by comparing your installed versions to the latest npm releases. This version checking helps identify outdated components within both project scaffold and marketplace plugin installations.

What is the best way to check optional dependency status for my installation?

The best way to check optional dependency status is to run a diagnostic skill that features optional dependency gating. It warns about optional dependencies when needed and includes their status in a comprehensive graded report.