Skills
Skill 180 of 200
Design or review infrastructure, deployment, CI/CD, Docker, Kubernetes, health checks, rollback, feature flags, production readiness, and mobile release workflows.
1 minute · 287 words · 11 sections
Install
npx skills add github/awesome-copilot --skill gem-devops-guidelinesnpx skills add github/awesome-copilot/plugin marketplace add github/awesome-copilotThe first command installs just this skill, by the name in its SKILL.md; the second installs the whole repository.
Apply only sections relevant to workload/provider/environment/acceptance criteria. Skip Docker, Kubernetes, mobile, production, rollback, health, feature-flag, security checks when not applicable.
node:22-alpine); NEVER :latest..dockerignore: node_modules, .git, tests. Define HEALTHCHECK + resource limits.Configure startup, readiness, liveness probes with workload-appropriate initial delays/thresholds.
GET /health -> { "status": "ok" }.SIGTERM when workload requires it.Use environment variables (Twelve-Factor), separated by environment. Validate at startup + fail fast. NEVER commit secrets or hard-code NODE_ENV=production.
kubectl rollout undo.vercel rollback.eas build:configure; eas build -p ios|android --profile preview; eas update --branch production; --auto-submit.match/cert/sigh/pilot; Android Gradle/supply.fastlane match; use keytool + Google Play App Signing for Android.eas update:rollback; native release -> revert build; store release -> reduce phased rollout.Design or review infrastructure, deployment, CI/CD, Docker, Kubernetes, health checks, rollback, feature flags, production readiness, and mobile release workflows. Use for DevOps, platform, container, pipeline, or release tasks.
The verbatim description from this skill’s front matter — the string an agent matches on to decide whether to load it.
main, last pushed 24 September 2026.SKILL.md, not by matching a directory convention. 2 distinct layouts observed: .github/skills/*/SKILL.md, skills/*/SKILL.md.h1 and no skipped levels:.github/plugin/marketplace.json by GitHub, declaring 162 plugins. It is read for editorial metadata only — never as the skill index, which is always the repository tree./github/awesome-copilot.md, and each skill at its own .md URL.