← Back to list

approval-workflow
by maneeshanif
⭐ 0🍴 0📅 Jan 10, 2026
SKILL.md
name: approval-workflow description: Manages Human-in-the-Loop (HITL) approval workflows for sensitive actions. Use when creating approval requests, processing approved items, or implementing safety controls for autonomous actions. allowed-tools: Read, Write, Edit, Glob, Grep
Approval Workflow Skill
This skill implements the Human-in-the-Loop (HITL) approval system that ensures human oversight for sensitive autonomous actions.
Core Concept
The approval workflow uses folder-based state management:
/Pending_Approval/ → Human reviews → /Approved/ → Execute
→ /Rejected/ → Archive
Approval Request Format
---
type: approval_request
action: [action_type]
created: [ISO timestamp]
expires: [ISO timestamp]
status: pending
priority: [critical|high|medium|low]
requestor: [agent_name]
risk_level: [low|medium|high]
reversible: [true|false]
---
## Action Summary
[Brief description of what will happen]
## Details
[Full action parameters]
## Risk Assessment
- **Reversible**: [Yes|No|Partial]
- **Impact**: [Description]
- **Sensitive Data**: [Yes|No]
## Instructions
- **Approve**: Move to `/Approved/`
- **Reject**: Move to `/Rejected/`
- **Edit**: Modify, then approve
Approval Thresholds
| Action Type | Auto-Approve | Human Required |
|---|---|---|
| Email (known contact) | Reply only | New recipients |
| Payment | < $50 recurring | New payee, > $100 |
| Social post | Scheduled | Immediate, replies |
| File operations | Create/read | Delete |
| Greetings | Business msgs |
Workflow States
- pending - Awaiting human decision
- approved - Cleared for execution
- rejected - Denied by human
- expired - Timed out without decision
- executed - Action completed
- failed - Execution error
Reference
For detailed implementation, see reference.md
For usage examples, see examples.md
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon