← スキル一覧に戻る

governancecomplete-agent-session
by venikman
⭐ 0🍴 0📅 2026年1月19日
SKILL.md
name: governance/complete-agent-session description: Completes an agent session with status and summary. version: 0.1.3 status: experimental family: governance role: Strategist allowed-tools:
- view_file
- write_to_file policies:
- A.15.1 U.Work outputs:
- SessionRecord
Governance: Complete Agent Session
1. Context
This skill updates a session record with completion status and summary, leaving a traceable end state for the session lifecycle.
2. Inputs
- context (required): Bounded context name (safe path segment).
- session_id (required): Session identifier (safe path segment).
- status (required): Completion status (
success,needs-review,blocked,failed). - allow_recomplete (optional): Allow re-completion when the session outcome is
needs-review. - dod_report (optional): Path to a DoD report (required to mark
success). - roc_report (optional): Path to a RoC compliance report.
- roc_path (optional): Path to a RoC policy file (used to generate a compliance report).
- used_tools (optional): Semicolon-delimited tools used during the session (for RoC checks).
- approvals (optional): Semicolon-delimited approval keys satisfied (for RoC checks).
- summary (optional): Completion summary.
- agent_type (optional): Agent type completing the session.
- 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>/sessions/<session_id>.session.md
4. Procedure
- Validate inputs and confirm the session record exists.
- If the session is already completed, allow re-completion only when
allow_recompleteis true and the outcome isneeds-review. - If status is
success, require a DoD report with pass status or downgrade toneeds-review. - Evaluate RoC compliance when provided and apply violation outcomes.
- Update front matter with completion status and timestamp.
- Append a completion section with summary.
- Emit U.Work via
telemetry/log-workwhen available.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です