consistency-check

Detect and report inconsistencies across project artefacts and governance constraints.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/bketelsen/truenas-mcp --skill consistency-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: consistency-check
Source: https://github.com/bketelsen/truenas-mcp/tree/main/.gaai/core/skills/cross/consistency-check
Command: npx skills add https://github.com/bketelsen/truenas-mcp --skill consistency-check

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill identifies and reports inconsistencies across various project artefacts and governance rules, ensuring alignment and compliance without attempting to fix issues.

Core Features & Use Cases

  • Structural Consistency: Verifies that artefacts link correctly and have required fields.
  • Scope Consistency: Checks if story scopes align with plans and if plans stay within scope.
  • Rule Consistency: Ensures all triggered rules are handled and compliance is maintained.
  • Use Case: After a new story is generated, activate this skill to verify it aligns with its parent epic and adheres to all defined project rules before development begins.

Quick Start

Run the consistency-check skill on the current project artefacts and rules.

Frequently Asked Questions about consistency-check

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

FAQPage Schema
How do I check project artefacts for consistency and rule compliance before development?

To perform consistency validation, run a check across project artefacts and governance constraints to verify structural, scope, rule, and inter-artefact alignment. This reports inconsistencies without attempting to fix the issues.

What is artefact consistency validation in software governance?

Artefact consistency validation is the process of detecting and reporting misalignment across project artefacts and governance rules. It ensures compliance by verifying structural links, scope alignment, and rule adherence across defined input contexts.

When should I run a consistency check on project artefacts during the development lifecycle?

Run consistency checks during post-generation, pre-implementation, and post-remediation phases. For example, validate a newly generated story aligns with its parent epic and project rules before development begins.

Can I use consistency validation to fix broken artefact links and scope misalignment?

No, consistency validation reports inconsistencies but does not fix issues. It verifies artefacts link correctly and story scopes align with plans, leaving remediation actions to the developer.

Does consistency validation work with memory bundles and defined input contexts?

Yes, consistency validation uses defined input contexts and memory bundles to validate inter-artefact alignment. This ensures triggered rules are handled and compliance is maintained across the project.