skills/workflow-creator/SKILL.md
Guides users through creating or editing multi-job GitHub Actions workflows using ai-workflow-runner. Use when the user says "create a github actions workflow", "I want to automate with ai-workflow-runner", "build a workflow", "create workflow steps", "workflow creator", "edit my workflow", "help me set up a github actions ai workflow", "generate a workflow yaml", "create ai workflow steps", "automate tasks with ai-workflow-runner", or asks how to chain multiple AI steps together with dependencies. Also use when the user says "evaluate my workflow", "run eval", "benchmark workflow", "grade workflow steps", or wants to test workflow step quality against a sample codebase.
npx skillsauth add arch-playground/ai-workflow-runner workflow-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A guided skill that takes you from "I want to automate X" to a working multi-job GitHub Actions workflow using ai-workflow-runner — with AI prompt files, dependency graphs, optional validation scripts, and correct auth setup.
Use this skill when you want to:
.github/workflows/*.yml that uses ai-workflow-runner for one or more AI stepsworkflows/<workflow-slug>/instructions/<step-name>.md AI prompt files for each stepai-workflow-runner-based workflow (add/remove/modify steps)For each workflow you create, the skill generates:
.github/workflows/<workflow-name>.yml — the complete multi-job GitHub Actions workflow with correct needs: dependency graph, auth setup, and artifact transfer stepsworkflows/<workflow-slug>/instructions/<step-name>.md (one per step) — focused AI prompt files with objective, constraints, output format, and success criteriaworkflows/<workflow-slug>/validation/<step-name>.py (optional, per step) — validation scripts that check AI_LAST_MESSAGE and return retry feedback if the AI output doesn't meet quality criteria.evaluations/workflows/<name>/benchmark.md (when evaluating) — evaluation report with pass rates, failure analysis, delta comparison, and actionable recommendationsaction-validator for YAML schema validation after generation. If not installed, validation is skipped with a warning and you'll need to run it manuallyTo create a new workflow, just say:
To edit an existing workflow:
.github/workflows/my-workflow.yml"To evaluate an existing workflow:
The skill guides you through 4 focused steps:
| Step | Name | What Happens |
| -------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------ |
| 01 | Discover | Collect workflow name, trigger, action reference, and steps with objectives |
| 02 | Dependencies | Map parallel vs sequential relationships, confirm Mermaid diagram, choose auth + data-passing strategy |
| 03 | Prompts | Review and edit/accept AI prompt for each step; optionally add validation scripts |
| 04 | Generate | Produce all output files, run pre-generation checklist, validate with action-validator |
| Evaluate | Run steps against a sample codebase, grade outputs, compare before/after, get benchmark report |
Progress is tracked in .workflow-creator-wip.md at your repo root. If you interrupt the workflow, you can resume from where you left off.
Read fully and follow: skills/workflow-creator/workflow.md to begin the guided process.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.