skill-family-consistency-analyze

Scan SKILL.md reference YAML paths and markdown links for consistency issues.

77|15|Updated May 12, 2026
One-click install
npx skills add https://github.com/Waterball-Software-Academy/aixbdd --skill skill-family-consistency-analyze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-family-consistency-analyze
Source: https://github.com/Waterball-Software-Academy/aixbdd/tree/main/.agents/skills/skill-family-consistency-analyze
Command: npx skills add https://github.com/Waterball-Software-Academy/aixbdd --skill skill-family-consistency-analyze

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill prevents hidden contract drift across a skill family by analyzing references, ownership/SSOT boundaries, and reachability before an agent starts acting on stale or broken artifacts.

Core Features & Use Cases

  • Reference integrity auditing: Detects missing or broken SKILL.md reference paths and unresolved relative markdown links.
  • SSOT and ownership consistency: Flags duplicate or ambiguous ownership signals and inconsistent escalation/delegation targets across discovered skills.
  • Artifact reachability checks: Identifies unused reference files and potentially unreachable assets so workflow contracts don’t silently rot.

Quick Start

Run the skill-family consistency analysis on your skill-set roots to generate a statused JSON and Markdown report of broken references, drift risks, and consistency findings.

Frequently Asked Questions about skill-family-consistency-analyze

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

FAQPage Schema
How do I detect broken SKILL.md reference paths and dead markdown links in a skill family?

To detect broken SKILL.md reference paths, run a consistency analysis that scans YAML paths and markdown link targets across a skill family, generating a structured findings list with severity-based statuses before downstream execution.

What is skill drift and how does reference integrity auditing prevent broken delivery?

Skill drift occurs when ownership signals and escalation targets become inconsistent. Reference integrity auditing prevents hidden contract drift by identifying missing targets, duplicate SSOT ownership, and unreachable assets before an agent acts on stale artifacts.

Can I use Python3 to audit unused reference files and unreachable assets in my skill-set roots?

Yes, you can use this Python3-based skill to perform artifact reachability checks on your skill-set roots, identifying unused reference files and potentially unreachable assets so workflow contracts do not silently rot.

How do I check SSOT ownership consistency and flag duplicate delegation targets across discovered skills?

You check SSOT ownership consistency by applying a pre-flight audit that analyzes ownership boundaries and escalation targets across discovered skills, flagging duplicate or ambiguous ownership signals in a statused report.

How do I generate a JSON and Markdown report for missing targets and dead escalation commands?

You generate a statused JSON and Markdown report for missing targets and dead escalation commands by running a pre-flight consistency analysis on your skill-set roots, which validates the report schema and emits severity-based findings.

What are the limitations of automated consistency analysis for unresolved relative markdown links?

Automated consistency analysis for unresolved relative markdown links is limited to scanning discovered skill family roots and enforcing report schema validation, focusing on pre-flight detection rather than automatically repairing the broken reference paths.