imtiazrayhan

Add Human Approval — Development skill for Claude Code

Development community

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

Terminal
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 Repository