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
Compact tool verifying build state.
npx skillmds@latest add qualixar/config-file-validator-5 List JSON files in the current directory tree.
find . -name '*.json' -type f
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