# Automation Demo Automation

> Use when running automation workflows for automation-demo.

- Skill: `guorunjie/automation-demo-automation` (Agent Skill)
- Install (CLI): `npx skillmds@latest add guorunjie/automation-demo-automation`
- Raw SKILL.md: https://api.skillmd.com/api/skills/guorunjie/automation-demo-automation/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: guorunjie (https://skillmd.com/u/guorunjie)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/guorunjie/automation-demo-automation

---


# automation-demo-automation

Generated from `skillpack.yaml` by Skillpack Forge.

## Project
Automation-ready repo context for repeatable agent workflows.

## Workflow
- Inspect the current repo state and identify the automation entrypoint
- Confirm required inputs, credentials, and output paths
- Run the automation with a dry run or narrow scope first
- Verify outputs and document any skipped step

## Commands
- install: `npm install`
- test: `npm test`
- validate: `npm run validate`
- check: `npm run check`

## Principles
- Define the task inputs, outputs, and success criteria before running automation
- Keep generated changes reviewable and reversible
- Run the smallest reliable verification command before reporting completion

