Skill
devops
✓ Verified
Free
GitHub Actions Workflow Generator
Generate well-structured GitHub Actions workflows from a high-level CI/CD requirement.
4.7(87 reviews)
35,800 installs
by GitHub
About
Converts requirements like 'run tests on every PR, deploy on tag' into a complete .github/workflows/*.yml file. Uses pinned action versions, minimal permissions, and best-practice secrets handling.
Tags
github-actionscicdworkflows
Skill Instructions Preview
# GitHub Actions Workflow Generator Generate a workflow file for the requested CI/CD scenario. ## Defaults - Pin action versions to SHA, not tags - Minimal permissions (default: read) - Concurrency cancellation for PR jobs - Matrix builds when applicable - Caching for dependencies ## Common Patterns - on: pull_request → lint, test, build - on: push to main → integration tests, publish - on: tag → release artifact - on: schedule → nightly builds ## Security - Never echo secrets - Use OIDC for cloud auth, not long-lived keys - Pin third-party actions
Related Skills
Skill
developmentFREE
Conventional Commits Enforcer
Validate and rewrite commit messages to strictly follow the Conventional Commits 1.0 specification.
gitcommitsconventional-commits
C
Community4.7(89)
39k
★1.9k
Install
# Add as Claude Code slash command: curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/create-github-action-workflow-specification/SKILL.md" \ -o ~/.claude/commands/create-github-action-workflow-specification.md
Compatible with
claude codegithub copilot
Trigger phrase
/gh-actionG
GitHub
@github