Data Automation Demo Data Automation

Use when running data automation workflows for data-automation-demo.

guorunjie Updated

File contents

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

guorunjie/skillpack-forge/tree/main/examples/generated/data-automation/.codex/skills/data-automation-demo-data-automation commit 30dc59f4a3

Frequently asked questions

npx skillmds@latest add guorunjie/data-automation-demo-data-automation