Stats
Actions
Tags
From epic-agent-skills
Use when the agent needs to review, approve, or deny pending actions that require human authorization in the Epic FlowState portal
How this skill is triggered — by the user, by Claude, or both
Slash command
/epic-agent-skills:agent-approve-actionsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review and resolve pending actions that require human authorization before the gateway will execute them.
Review and resolve pending actions that require human authorization before the gateway will execute them.
agent-auth)epic-agent approve list
# Shows: approval ID, agent, tool, parameters summary, requested at
epic-agent approve get <approval-id>
# Shows: full tool call details, agent context, risk assessment
epic-agent approve allow <approval-id>
# Gateway immediately executes the queued tool call
epic-agent approve allow <approval-id> --comment "Approved for production deployment"
epic-agent approve deny <approval-id>
# Gateway rejects the action — agent receives denial reason
epic-agent approve deny <approval-id> --reason "Insufficient justification for data deletion"
epic-agent approve list --tool "read_*" | epic-agent approve allow --stdin
# Approve all read-only operations in one command
list_* tools for trusted agent IDs| State | Meaning |
|---|---|
pending | Waiting for human review |
approved | Approved, tool call executed |
denied | Denied, tool call rejected |
expired | Not resolved within timeout window |
epic-agent approve get <id>npx claudepluginhub epic-digital-im/epic-agent-skillsProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.