Data automation demo data automation
Use when running data automation workflows for data-automation-demo.From its SKILL.md
npx -y skills add guorunjie/skillpack-forge --skill data-automation-demo-data-automationAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 5 commands, including `npm install` and 4 more.
SKILL.md
0.9 KB, 166 tokens by cl100k_base, as published. Nobody here has run it
data-automation-demo-data-automation
Generated from skillpack.yaml by Skillpack Forge.
Project
Data automation workflows for repeatable extraction, validation, and reporting.
Workflow
- Locate source data, expected schema, and output format
- Run extraction or transformation on a small sample first
- Validate counts, types, and important edge cases
- Generate the report and document assumptions
Commands
- install:
npm install - test:
npm test - data:validate:
npm run data:validate - data:extract:
npm run data:extract - data:report:
npm run data:report
Principles
- Preserve raw inputs before transforming data
- Validate schemas, row counts, and representative samples
- Separate generated reports from source data
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.