ワンクリックで
ci-cd
Set up or update GitHub Actions CI/CD pipeline (Marcus Chen's workflow)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Set up or update GitHub Actions CI/CD pipeline (Marcus Chen's workflow)
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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.