بنقرة واحدة
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 ويثبّتها لك.
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
استنادا إلى تصنيف SOC المهني
| 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.