approval-skill

star 3

Approve or reject after review

cybertheory By cybertheory schedule Updated 2/22/2026

name: approval-skill description: Approve or reject after review version: "1.0"

Approval Skill

Use this skill when the workflow state is REVIEW or FINAL_DECISION.

Options

  • approve: Mark the item as approved. No body required unless the workflow expects optional fields.
  • reject: Reject with a reason. Body must include:
    • reason (string, required): Human-readable reason for rejection.

Example (reject)

{
  "reason": "Audit found 2 critical issues; requires remediation."
}

Always prefer the approve action when the audit is clear and no escalation is needed.

Install via CLI
npx skills add https://github.com/cybertheory/asmp --skill approval-skill
Repository Details
star Stars 3
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator