com um clique
ci-cd
Set up or update GitHub Actions CI/CD pipeline (Marcus Chen's workflow)
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Set up or update GitHub Actions CI/CD pipeline (Marcus Chen's workflow)
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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
| 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.