Approval Skill

Approve or reject after review

cybertheory 686f30b 606 B Updated

File contents

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.

cybertheory/asmp/tree/main/skills/approval-skill commit 686f30bd84

Frequently asked questions

npx skillmds@latest add cybertheory/approval-skill