Delivery Approval banner
agent-sh agent-sh

Delivery Approval

Productivity community

Description

--- description: Validate task completion and approve for shipping. Can be used standalone or called by the workflow. Runs autonomous validation checks. codex-description: 'Use when user asks to "validate delivery", "approve for shipping", "check if ready to ship", "verify task completion". Autonomous validation that tests pass, build succeeds, and requirements are met.' argument-hint: "[--task-id ID] [--verbose]" allowed-tools: Bash(git:*), Bash(npm:*), Read, Grep, Glob model: sonnet --- # /de

Installation

Installs to ~/.claude/skills/agent-sh-next-task-delivery-approval/SKILL.md

Terminal
mkdir -p ~/.claude/skills/agent-sh-next-task-delivery-approval && curl -fsSL https://raw.githubusercontent.com/agent-sh/next-task/HEAD/commands/delivery-approval.md -o ~/.claude/skills/agent-sh-next-task-delivery-approval/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository