devopsreview
Use when: reviewing DevOps changes for pipeline safety, secret hygiene, permissions, rollback, and deployment risk.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when: reviewing DevOps changes for pipeline safety, secret hygiene, permissions, rollback, and deployment risk.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Use when: reviewing .prompt.md, .agent.md, SKILL.md, or .instructions.md files for contradictions, ambiguity, persona consistency, cognitive load, coverage gaps, and composition conflicts.
Use when: checking xanadAssistant workspace health, install status, repair reasons, or lockfile validity before proposing install, update, repair, or restore operations.
Use when: designing or reviewing CI/CD pipelines, GitHub Actions, stage design, environment gates, or artifact discipline.
Use when: writing or reviewing Dockerfiles, container images, multi-stage builds, layer caching, or image security.
Use when: writing or reviewing Infrastructure as Code for naming, state management, modularity, and drift detection.
Use when: writing or reviewing API and code documentation, including docstrings, OpenAPI patterns, and parameter tables.
| name | devopsReview |
| description | Use when: reviewing DevOps changes for pipeline safety, secret hygiene, permissions, rollback, and deployment risk. |
| type | reference |
| version | 1.0 |
| license | MIT |
Skill metadata: version "1.0"; tags [devops, review, deployment, safety]; recommended tools [].
Use this skill when reviewing CI/CD pipelines, Dockerfiles, IaC definitions, deployment scripts, or infrastructure PRs.
secureReviewdocsReview.env files or *.tfvars with real values committed to git.* actions on * resources without justification..dockerignore excludes .git, *.env, dev artifacts.:latest).requirements.txt, package-lock.json).description and type annotations.permissions:.Flag any value that matches these patterns — even in comments:
| Pattern | Example |
|---|---|
| AWS access key | AKIA[0-9A-Z]{16} |
| Private key header | -----BEGIN RSA PRIVATE KEY----- |
| Generic API key assignment | api_key = "sk-...", token = "ghp_..." |
| Base64-encoded long string in config | May indicate encoded credential |
A deployment is reviewable only if it has a rollback path:
terraform plan of the previous state must be available and tested.| Prefix | Meaning |
|---|---|
secret: | Credential or token exposure — must fix |
privilege: | Overly broad permission — must fix |
rollback: | No recovery path — must fix for production |
risk: | Operational risk requiring documented mitigation |
hygiene: | Non-blocking improvement |
nit: | Minor style preference |
secret:, privilege:, rollback:, risk:, hygiene:, or nit: prefix