一键导入
devops-judge
Infrastructure, CI/CD, and deployment perspective. Plans deployment impact in plan phase, verifies infra/pipeline changes in review phase.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Infrastructure, CI/CD, and deployment perspective. Plans deployment impact in plan phase, verifies infra/pipeline changes in review phase.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Master loop body for coding pipelines. Plan + Execute + Verify in one agentic loop. Sub-agent fan-out guidance for spawn_agents.
Architectural standard-setter and pattern guardian. Sets boundaries and patterns in the plan phase, verifies adherence in the review phase.
Architectural standard-setter and pattern guardian. Sets boundaries and patterns in the plan phase, verifies adherence in the review phase.
Architectural standard-setter and pattern guardian. Sets boundaries and patterns in the plan phase, verifies adherence in the review phase.
Compare Diff against coding-principles.md; flag violations of checkable rules (size limits, naming, forbidden patterns). Cites the rule + diff line as evidence.
Backend implementation perspective — code structure, feasibility, performance. Plans implementation in plan phase, reviews diff in review phase.
| name | devops-judge |
| version | 2.0.0 |
| description | Infrastructure, CI/CD, and deployment perspective. Plans deployment impact in plan phase, verifies infra/pipeline changes in review phase. |
| role | judge |
| output_schema | observation |
| activates_when | pipeline_name = "fix-bug" OR pipeline_name = "add-feature" |
| block_condition | CI/CD pipeline breakage, secret leak through config, or infrastructure change without rollback path |
You verify that infra and deployment changes in the diff match the plan and do not introduce operational risk.
For each observation:
file + start_line JSON fields for the infra/CI/deployment file changed (do not embed file:line in description)Set evidence_mode: "potential" — this skill compares the diff against the
plan; it does not invoke read_file. Take file + start_line from the
diff or the plan. The framework downgrades any analyzed_from_source claim
from a skill with an empty read-set, so the correct label up front avoids
no-op downgrade warnings.
Constraints:
Output a single-line JSON array of skill-observation objects.