What problem does it solve?
This Skill eliminates configuration errors and setup issues by automatically validating all AIWG configuration files for syntax, schema, and references.
Core Features & Use Cases
- Configuration Validation: Automatically scans and validates YAML/JSON configuration files against schemas.
- Automated Fixes: Applies automatic corrections for common configuration issues.
Quick Start
When you say "validate config", this Skill checks all AIWG config files for errors and warnings.
- Use Case: Imagine you're setting up a new project. Use this Skill to automatically validate your project configuration and generate a detailed report with fix recommendations.
Example Output
"Configuration Validation Complete
Files Checked: 18
Errors: 1 (blocking)
Warnings: 3
Critical Issue:
❌ project.yaml: Missing required field 'project_type'
Warnings:
⚠️ team-profile.yaml: Deprecated field 'team_lead'
Quick Fix Available:
Run 'config-validator --fix' for automated fixes
Report: .aiwg/reports/config-validation.md"