Validate a TBC configuration against schemas
Validates TBC configuration against JSON schemas and reports errors.
/plugin marketplace add rafaelcalleja/claude-market-place/plugin install gitlab-tbc@claude-market-placeyaml-content-or-file-pathValidate the following configuration against TBC JSON schemas:
$ARGUMENTS
python3 ${CLAUDE_PLUGIN_ROOT}/skills/building-with-tbc/scripts/validate-inputs.py /tmp/tbc-validate.yml
If valid (exit 0):
✓ TBC Configuration Valid
[Script output]
If errors (exit non-zero):
✗ Validation Errors Found
[Script output]