feature-doctor

Diagnose and repair inconsistencies, corruption, or missing elements in CONTEXT.json files.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/buddypia/kaiju-voice --skill feature-doctor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature-doctor
Source: https://github.com/buddypia/kaiju-voice/tree/main/.claude/skills/feature-doctor
Command: npx skills add https://github.com/buddypia/kaiju-voice --skill feature-doctor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automatically diagnoses and repairs inconsistencies, corruption, or missing elements within a project's CONTEXT.json file, ensuring the integrity of the project's foundational data.

Core Features & Use Cases

  • Automated Diagnosis: Identifies issues like CONTEXT.json errors, state inconsistencies, JSON corruption, missing context, and related code mismatches.
  • Self-Healing: Automatically attempts to restore corrupted or incomplete CONTEXT.json files using templates and default values.
  • Use Case: When a project's configuration data becomes corrupted or incomplete, leading to errors or unexpected behavior, this Skill can be invoked to automatically fix these issues, minimizing downtime and manual intervention.

Quick Start

Run the feature doctor to diagnose and fix any issues with the project's context files.

Frequently Asked Questions about feature-doctor

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

FAQPage Schema
How do I fix a corrupted CONTEXT.json file in my project?

To fix a corrupted CONTEXT.json file, you can use an automated diagnosis tool that identifies JSON parsing errors and applies template-based corrections or restores from backups to self-heal the project data.

Why does my project context have missing required fields and state mismatches?

Missing required fields and state mismatches in your project context occur when the CONTEXT.json file becomes incomplete or corrupted, requiring automated diagnosis and template-based corrections to restore data integrity.

Can I automatically repair JSON parsing errors in my project context?

Yes, you can automatically repair JSON parsing errors by running a self-healing diagnostic process that restores corrupted CONTEXT.json files using default values and backups, minimizing manual intervention and downtime.

Does the project context repair process work with Python3?

Yes, the project context repair process requires Python3 as a dependency to diagnose inconsistencies, apply template-based corrections, and automatically restore corrupted or incomplete CONTEXT.json files.

What is the best way to restore missing context data from backups?

The best way to restore missing context data from backups is to run an automated self-healing process that diagnoses inconsistencies and applies template-based corrections to rebuild the CONTEXT.json file.

When should I not use automated healing for project configuration data?

Automated healing for project configuration data should be avoided when the CONTEXT.json file contains custom fields or unique state mappings that default templates and backup restorations might overwrite incorrectly.