Scaffold a deterministic GitHub Actions CI/CD workflow
From agent-scaffoldersnpx claudepluginhub richfrem/agent-plugins-skills --plugin agent-scaffoldersThis skill is limited to using the following tools:
acceptance-criteria.mdevals/evals.jsonevals/results.tsvfallback-tree.mdreferences/acceptance-criteria.mdreferences/action-types.mdreferences/fallback-tree.mdreferences/hitl-interaction-design.mdreferences/pattern-decision-matrix.mdreferences/patterns/action-forcing-output-with-deadline-attribution.mdreferences/patterns/adversarial-objectivity-constraint.mdreferences/patterns/anti-pattern-vaccination.mdreferences/patterns/anti-symptom-triage.mdreferences/patterns/artifact-embedded-execution-audit-trail.mdreferences/patterns/artifact-generation-xss-compliance-gate.mdreferences/patterns/artifact-lifecycle.mdreferences/patterns/artifact-state-interrogative-routing.mdreferences/patterns/asynchronous-benchmark-metric-capture.mdreferences/patterns/audience-segmented-information-filtering.mdreferences/patterns/category-calibrated-benchmark-anchoring.mdExecutes pre-written implementation plans: critically reviews, follows bite-sized steps exactly, runs verifications, tracks progress with checkpoints, uses git worktrees, stops on blockers.
Guides idea refinement into designs: explores context, asks questions one-by-one, proposes approaches, presents sections for approval, writes/review specs before coding.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Follow the create-github-action skill workflow to scaffold a traditional deterministic
GitHub Actions CI/CD workflow (no AI at runtime).
$ARGUMENTS — optional workflow type or purpose (e.g. test, build, deploy,
lint, release, security). Omit to start with discovery.$ARGUMENTS specifies a workflow type, use it to seed Phase 1 discovery.github/workflows/<name>.yml file.github/workflows/<name>.yml with complete job definitions, trigger events, permissions,
and inline comments explaining each step.
$ARGUMENTS is empty: begin with workflow type discoverycreate-agentic-workflow