governance-check-graph

Validate documentation and artifact graph integrity for AI-SDLC repositories.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/tsunami28/MindNova --skill governance-check-graph
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: governance-check-graph
Source: https://github.com/tsunami28/MindNova/tree/main/.claude/skills/governance-check-graph
Command: npx skills add https://github.com/tsunami28/MindNova --skill governance-check-graph

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents documentation and AI-SDLC traceability issues by detecting broken links, invalid artifact relationships, wiki drift, and documentation style violations before they reach CI or reviews.

Core Features & Use Cases

  • Artifact Graph Validation: Checks story keys, phases, and relates links across documentation and specification artifacts.
  • Documentation Wiki Checks: Detects orphan pages, broken relative links, and index synchronization problems.
  • House Style Enforcement: Finds prohibited em-dash characters to keep documentation consistent. Use it before pull requests that modify docs, governance artifacts, or traceability structures.

Quick Start

Run the governance-check-graph skill to validate the repository artifact graph, documentation wiki integrity, and documentation style compliance.

Frequently Asked Questions about governance-check-graph

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

FAQPage Schema
How do I validate documentation traceability links and artifact graph integrity before a pull request?

Validate documentation and artifact graph integrity by running repository validation scripts that check traceability metadata, story keys, phases, and relates links across specification artifacts before pull requests.

What is documentation wiki drift and how do I detect orphan pages and broken relative links?

Documentation wiki drift occurs when pages become disconnected or indexed incorrectly. Detect orphan pages, broken relative links, and index synchronization problems by running documentation wiki checks on your repository.

How do I enforce documentation style rules and find prohibited em-dash characters in markdown files?

Enforce house style compliance by running validation scripts that scan documentation formatting constraints and find prohibited em-dash characters to keep documentation consistent across the repository.

Can I use artifact graph validation for AI-SDLC repositories as a CI quality gate?

Yes, artifact graph validation applies to AI-SDLC repositories when reviewing documentation changes, governance artifacts, pull requests, and CI quality gates to prevent traceability issues before they reach reviews.

Why does my documentation validation fail on story keys and phase relations during CI checks?

Documentation validation fails during CI checks when repository validation scripts detect invalid artifact relationships, missing story keys, or incorrect phase relations within the traceability metadata of your AI-SDLC artifacts.