consistency-check

Verify V-Model artifact graph integrity with syntactic and semantic checks.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/askferret/automatic-waffle --skill consistency-check-askferret
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consistency-check
Source: https://github.com/askferret/automatic-waffle/tree/main/skills/consistency-check
Command: npx skills add https://github.com/askferret/automatic-waffle --skill consistency-check-askferret

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill verifies the integrity and consistency of the V-Model artifact graph, identifying issues like dead links, orphan features, and semantic drift.

Core Features & Use Cases

  • Syntactic Check: Identifies dead links, incomplete backlog items, and duplicate references.
  • Semantic Check: Checks for content coherence between artifacts and code.
  • Interactive Fix-Loop: Guides users through fixing issues identified by the checks.
  • Use Case: After completing a phase in the V-Model, use this Skill to ensure the artifact graph is complete and consistent before passing it to the next phase.

Quick Start

Run the consistency-check skill to verify the integrity of the V-Model artifact graph.

Frequently Asked Questions about consistency-check

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

FAQPage Schema
How do I check V-Model artifact integrity for dead links and orphan features?

To check V-Model artifact integrity, run a consistency check to identify dead links, incomplete backlog items, and orphan features. It uses regex for syntactic validation and an agent for semantic drift detection across the artifact graph.

What is semantic drift in software artifact graphs and how is it detected?

Semantic drift is the loss of content coherence between project artifacts and code. It is detected through a semantic check agent that evaluates the logical consistency of the V-Model artifact graph beyond simple syntax matching.

Do I need Python to run a V-Model consistency check?

Yes, you need Python installed to run the V-Model consistency check. The Skill requires Python to execute its syntactic regex checks and power the agent responsible for semantic verification.

When should I perform a V-Model consistency check in my development workflow?

Perform a V-Model consistency check after completing a phase in the V-Model. This ensures the artifact graph is complete, coherent, and free of duplicate references before passing it to the next development phase.

How do I fix issues identified during a V-Model artifact graph check?

You fix identified issues using an interactive fix-loop that guides you through resolving dead links and semantic drift. This ensures all syntactic and semantic problems are systematically corrected.