Create deterministic GitHub Actions workflows
create-github-actionskillsetup L3★3
richfrem/agent-plugins-skills ↗What it does
Scaffold deterministic GitHub Actions CI/CD workflows
Best for
Setting up repeatable, version-controlled CI/CD without runtime agent complexity
Inputs
- · workflow type (test/build/deploy/lint/release/security)
Outputs
- · .github/workflows/<name>.yml with jobs, triggers, permissions, caching
Requires
- · GitHub Actions
- · Bash
Preconditions
Repository structure and required secrets identified
Failure modes
- · Unknown workflow type (discovery fallback)
- · runtime AI agents required (redirect to create-agentic-workflow)
Trust signals
- · phased workflow selection
- · inline step documentation
- · secrets/env var clarity