← Back to list

workflowresolve-escalation
by venikman
⭐ 0🍴 0📅 Jan 19, 2026
SKILL.md
name: workflow/resolve-escalation description: Records a resolution for a human escalation. version: 0.1.0 status: experimental family: workflow role: Strategist allowed_tools:
- view_file
- write_to_file policies:
- E.16 RoC-Autonomy
- A.15.1 U.Work outputs:
- EscalationResolution
Workflow: Resolve Escalation
1. Context
This skill records a resolution decision for a previously raised escalation without altering the original escalation record.
2. Inputs
- context (required): Bounded context name (safe path segment).
- escalation_id (required): Escalation identifier (safe path segment; may include dots).
- decision (required): Resolution decision (
resolved,needs-review,blocked). - resolved_by (optional): Resolver label (person or role).
- notes (optional): Freeform notes.
- agent_model (optional): Agent model identifier.
- role_assignment (optional): RoleAssignment for U.Work logging (default: Strategist).
- decisions (optional): Semicolon-delimited DRR ids/paths.
- timestamp_start (optional): ISO-8601 timestamp for deterministic output.
3. Outputs
runtime/contexts/<context>/escalations/<escalation_id>.<timestamp>.resolution.md
4. Procedure
- Validate inputs and confirm the escalation record exists.
- Write the resolution record with the decision and notes.
- Emit U.Work via
telemetry/log-workwhen available.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+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