with one click
ci-cd
Set up or update GitHub Actions CI/CD pipeline (Marcus Chen's workflow)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Set up or update GitHub Actions CI/CD pipeline (Marcus Chen's workflow)
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | ci-cd |
| description | Set up or update GitHub Actions CI/CD pipeline (Marcus Chen's workflow) |
| disable-model-invocation | true |
Set up CI/CD: $ARGUMENTS
mkdir -p .github/workflows
Create .github/workflows/ci.yml:
Create .github/workflows/docker.yml:
Create .github/workflows/release.yml:
v*Add the CI workflow badge to the project README.
git add .github/
git commit -m "ci: add GitHub Actions workflows"
git push
Check the Actions tab on GitHub to verify the workflow runs.
Add a new implementation of the primary protocol/interface (Alex Rivera's workflow)
Add a new API endpoint following all project standards
Plan and implement a complete feature end-to-end across all layers
Full codebase audit — dead code, layer violations, concurrency, observability, code quality
Remove dead code, unused imports, stale files, and fix code quality issues found by /audit
Smart commit — validate, stage, and commit with a conventional commit message