Send Approval banner
cventour cventour

Send Approval

Development community

Description

--- description: Send one message you have already approved. Usage — "/send-approval appr_xxxxxx". Refuses anything not already approved or edited. argument-hint: "<approval-id>" --- Send the approved message in `data/approvals/$ARGUMENTS.md`. This command exists so the dashboard can finish what it started: you press Approve there, and this is what actually delivers the message. It is normally invoked by `scripts/send-approval.sh`, never by you directly. 1. `cat data/approvals/$ARGUMENTS.md`.

Installation

Installs to ~/.claude/commands/cventour-jobseeker-send-approval.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/cventour/jobseeker/HEAD/.claude/commands/send-approval.md -o ~/.claude/commands/cventour-jobseeker-send-approval.md

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

Full documentation available on GitHub

View Source Repository