# Change Request Risk Gate

> Deterministically assess a change request before execution.

- Skill: `superxi-s/change-request-risk-gate` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add superxi-s/change-request-risk-gate`
- Raw SKILL.md: https://api.skillmd.com/api/skills/superxi-s/change-request-risk-gate/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: superxi-s (https://skillmd.com/u/superxi-s)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/superxi-s/change-request-risk-gate

---


# Change Request Risk Gate

## Purpose and use

Deterministically assess a selected change before execution. Use only when owner, version, risk, and validation facts exist. Do not execute a change, manufacture approval, or bypass a domain action guard.

## Inputs and workflow

Inputs are the principal, versioned subject, validator result, authority facts, and optional supported evidence. Validate identity and lineage; apply required milestones; evaluate governance capabilities; emit `ALLOW`, `REVIEW`, or `DENY`; then require a separately bound human approval and pre-execution revalidation for any execute action.

## Authority, evidence, and approval

Runtime and validator facts outrank evidence; evidence never overrides a failing validator. Capabilities and the governance sidecar define permitted actions. Approval is bound to principal, subject version, action, normalized arguments, expiry, and single use.

## Outputs, failures, and edge cases

Return the gate decision, reasons, and trace without database or external side effects. Missing validation, stale state, changed ownership, invalid approval, or unsupported evidence produces `REVIEW`/`DENY`. Example: “gate this validated configuration change”; not “apply it now”.

