Config File Validator

Compact tool verifying build state.

qualixar c97ca39 463 B Updated

File contents

config-file-validator

Commands

list-files

List JSON files in the current directory tree.

find . -name '*.json' -type f

validate-json

Validate and pretty-print a JSON file.

python -m json.tool --no-ensure-ascii

qualixar/skillfortify/tree/main/benchmarks/skills/openclaw/benign/openclaw_ben_cat1_004/.openclaw/skills/config-file-validator commit c97ca39934

Frequently asked questions

npx skillmds@latest add qualixar/config-file-validator-5