# Approval Gate

> Skill: ApprovalGateAgent

- Skill: `farmountain/approval-gate` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add farmountain/approval-gate`
- Raw SKILL.md: https://api.skillmd.com/api/skills/farmountain/approval-gate/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: farmountain (https://skillmd.com/u/farmountain)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/farmountain/approval-gate

---

# Skill: ApprovalGateAgent

## Purpose
Enforce human approvals based on risk policy and detected triggers.

## Inputs
- Mode
- Solver + Skeptic + Verifier outputs
- risk_policy.yaml

## Output
- Decision Card(s) if required
- Otherwise: "No approval required" + rationale

## Rules
- If a required approval is missing, stop execution.
- Decision Cards must be recorded in the correct decisions_log.md (via user action or MemoryAgent after PASS).

