workflow-automation

Installation
SKILL.md

Workflow Automation

Use this skill when the main question is "what is the smallest repeatable automation layer this repo needs, and how should it wrap the tools we already have?"

The job is not to dump a giant Makefile, ten shell scripts, and a random GitHub Actions example. The job is to:

  1. classify the recurring workflow,
  2. choose the right automation surface,
  3. keep repo-local glue separate from environment provisioning and deployment,
  4. make automation idempotent and non-interactive,
  5. return a workflow packet another engineer or agent can apply immediately.

Read references/automation-modes.md before designing or refactoring a workflow layer. Read references/handoff-boundaries.md when deciding whether workflow-automation, system-environment-setup, deployment-automation, git-workflow, testing-strategies, or monitoring-observability should own the next step.

Related skills
Installs
29
GitHub Stars
14
First Seen
Mar 6, 2026