skill-consistency-repair

Audits and repairs Skill packages for consistent activation, ownership, workflow, resources, validation and packaging via inventory_skill.py and consistency_audit.py.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/ginmp8/rhapsodia --skill skill-consistency-repair
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-consistency-repair
Source: https://github.com/ginmp8/rhapsodia/tree/main/skills/skill-consistency-repair
Command: npx skills add https://github.com/ginmp8/rhapsodia --skill skill-consistency-repair

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

Audit and repair reusable skill packages so activation, authority, workflow, resources, outputs, validation, and packaging form one consistent contract. Detect contradictions, orphaned resources, ownership drift, stale scaffold, and unsupported capability or metric claims.

Core Features & Use Cases

  • Inspect target SKILL.md for frontmatter correctness, activation, scope, modes, workflow, stop conditions, and output contract.
  • Identify and repair broken local references, misaligned ownership, and unintegrated resources across references/, scripts/, assets/, and evals/.
  • Produce a repair plan, patch decisions, and packaging artifacts for a validated skill.

Quick Start

Use this skill to audit a target skill directory and generate a repair plan before packaging a repair.

Quick Start

Run the audit to surface inconsistencies in SKILL.md and references, then apply the repair plan and optionally package a validated skill.zip.

Frequently Asked Questions about skill-consistency-repair

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

FAQPage Schema
How do I audit a skill package for broken references and ownership drift?

Audit a skill package by running consistency checks against SKILL.md frontmatter, references, scripts, and assets to detect orphaned resources and ownership drift, producing a repair plan with patch decisions.

What is skill package consistency repair and when do I need it?

Skill package consistency repair ensures activation, ownership, workflow, and packaging form a single consistent contract. You need it when detecting contradictions, stale scaffold, or unintegrated references before packaging a validated skill.zip.

How do I repair orphaned resources and unintegrated references in SKILL.md?

Repair orphaned resources by running a bounded repair workflow using inventory_skill.py and consistency_audit.py, which identifies unintegrated references across directories and outputs targeted patch decisions to resolve them.

Can I package a validated skill.zip after repairing frontmatter and asset inconsistencies?

Yes, you can package a validated skill.zip when audit gates pass after repairing frontmatter correctness, broken local references, and misaligned ownership across the skill directory components.

What's the best way to detect contradictions in skill package workflow and validation contracts?

Detect contradictions by inspecting SKILL.md for scope, modes, stop conditions, and output contracts, then cross-referencing resources and evals to ensure workflow and validation form a single consistent contract.

Why does my skill package fail validation due to stale scaffold and unsupported metric claims?

Skill package validation fails when stale scaffold and unsupported capability or metric claims create contradictions in the contract, requiring a consistency audit to surface and repair the drift before packaging.