← ClaudeAtlas

devops-quality-gateslisted

This skill should be used to apply 7 IaC-adapted quality dimensions against infrastructure and DevOps changes. Use after /silver:blast-radius and before /gsd:plan-phase in the devops-cycle workflow. Skips usability because IaC has no direct user interface. All dimensions must pass — any ❌ is a hard stop.
alo-exp/silver-bullet · ★ 5 · AI & Automation · score 73
Install: claude install-skill alo-exp/silver-bullet
# /devops-quality-gates — IaC Quality Review Applies 7 quality dimensions adapted for infrastructure-as-code, CI/CD pipelines, and DevOps workflows. Every dimension must pass before the current IaC change proceeds to `/gsd:plan-phase`. A ❌ is a hard stop — redesign before continuing. **Plugin root**: Determine `PLUGIN_ROOT` from this file's path. This file lives at `${PLUGIN_ROOT}/skills/devops-quality-gates/SKILL.md`, so the plugin root is two directories up. **Dimension skills root**: Set `DIMENSION_SKILLS_ROOT="${PLUGIN_ROOT}/skills"` by default. If this skill is running from a Codex native mirror such as `$HOME/.claude/skills/devops-quality-gates/SKILL.md` and `${PLUGIN_ROOT}/skills/modularity/SKILL.md` does not exist, use the hidden packaged Codex source root instead: ```bash DIMENSION_SKILLS_ROOT="$HOME/.claude/plugins/cache/alo-labs-codex/silver-bullet/current/skill-source" ``` Do not require dimension helper skills to appear in the Codex skill picker. They are implementation dependencies of `devops-quality-gates`, not user-facing routes. --- ## Step 1: Load quality dimension skills Use the Read tool to read each of the following core dimension files: 1. `${DIMENSION_SKILLS_ROOT}/modularity/SKILL.md` 2. `${DIMENSION_SKILLS_ROOT}/scalability/SKILL.md` 3. `${DIMENSION_SKILLS_ROOT}/security/SKILL.md` 4. `${DIMENSION_SKILLS_ROOT}/reliability/SKILL.md` 5. `${DIMENSION_SKILLS_ROOT}/testability/SKILL.md` Then apply the built-in observability and change-safety checks