A solid utility for randomizing JSON arrays without breaking your data structure. It validates that all objects share identical property names before shuffling, catches nested objects that could cause issues, and confirms valid JSON syntax throughout. Useful when you need to anonymize datasets, create test data variations, or randomize API responses while maintaining schema consistency. The validation checks are thorough enough to prevent the common mistakes that turn shuffling into debugging sessions. Takes the guesswork out of safely reordering structured data.
npx skills add https://github.com/github/awesome-copilot --skill shuffle-json-data