Excel Sync And Push
Use this skill to complete one-step data sync and delivery for this project.
Trigger
Use when the user asks to sync the latest five Excel folders into JSON and ship changes.
Workflow
- •Ensure Excel files are placed in:
- •
excel-input/1 - •
excel-input/2 - •
excel-input/3 - •
excel-input/4 - •
excel-input/5
- •
- •Run
npm run skill:sync-push. - •Verify script output:
- •JSON files updated under
public/data - •commit created when data changed
- •push status printed
- •JSON files updated under
Behavior
- •Sync mode is append-and-aggregate by date.
- •Commit message format follows repository style:
feat: .... - •Push failure must return clear next steps (for auth setup).