Add Human Approval — Development skill for Claude Code
Scaffold a human-in-the-loop approval gate into an agent so it pauses before a consequential action and resumes after approval.
How to install Add Human Approval
Installs to ~/.claude/skills/imtiazrayhan-agentscamp-library-add-human-approval/SKILL.md
mkdir -p ~/.claude/skills/imtiazrayhan-agentscamp-library-add-human-approval && curl -fsSL https://raw.githubusercontent.com/imtiazrayhan/agentscamp-library/HEAD/commands/add-human-approval.md -o ~/.claude/skills/imtiazrayhan-agentscamp-library-add-human-approval/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Add Human Approval does
description: "Scaffold a human-in-the-loop approval gate into an agent so it pauses before a consequential action and resumes after approval." argument-hint: "" allowed-tools: "Read, Grep, Glob, Edit, Write" model: sonnet
Scope
Treat `$ARGUMENTS` as the action to gate (e.g. "the refund tool", "the deploy step") or the agent file to modify. Restate what you're gating in one sentence, and confirm it is genuinely consequential — gating cheap,
Alternatives in Development
- Stop Review Gate — You are reviewing uncommitted changes before the author finishes their turn 664 ★
- Engage.Gate — Run gate validation on the current phase before proceeding 348 ★
- Mem Save — Save a curated session-level summary to history 186 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Clear Rewrite
Rewrite text to pass CLEAR-100. Plain words, human voice, real structure, no filler. Runs the checker in a loo
Rulesmith
A minimal agent framework with ReAct loop, tool registry, sliding-window memory, human approval gate, and exec
Plan Resume
Resume a pending plan after HITL approval/rejection. Resumes plan state by correlationId.
V Onboard
Scan this repo and build a trusted, citation-verified knowledge base (docs/superpowers/architecture/) plus an
Notary
A black-box recorder and approval gate for any Claude skill. Tamper-evident, human-approved execution receipts
Agent Approval Gate
PreToolUse hook for Claude Code: blocks agent spending, account creation and fund moves, queues them for human
Related Agents
Approval Gate
HumanLayer-inspired approval gate. Enforces human-in-the-loop for HIGH-stakes operations. Classifies actions b
Principal Agent
Lead Agent of the execution pipeline. Use this agent to draft and negotiate the Implementation Plan with the u
AI PR Gate
Reviews bot-authored PRs for INV-91 compliance. Checks that the approved-by-human label is present and that th