diagram-code-conformance
Installation
SKILL.md
Diagram-Code Conformance
Overview
This skill enables QualityForge AI agents to validate that implemented React components match their source mermaid diagram templates. By comparing the generated component structure against the actual implementation, agents detect drift, missing features, and structural inconsistencies.
Routing Criteria
Route to this skill when:
- Validating code against UI/UX specifications — compares implemented components against diagram templates
- Detecting diagram-code drift — identifies when code has diverged from the source diagram
- Auditing template version compliance — ensures all components use the current template version
- Pre-deployment conformance checks — validates code before release
- Regression testing after template updates — ensures re-rendered diagrams still match code