← スキル一覧に戻る

governancecheck-roc-compliance
by venikman
⭐ 0🍴 0📅 2026年1月19日
SKILL.md
name: governance/check-roc-compliance description: Checks session compliance against a Rule of Constraints policy. version: 0.1.0 status: experimental family: governance role: ProxyAuditor allowed-tools:
- view_file
- write_to_file policies:
- E.16 RoC-Autonomy
- A.15.1 U.Work outputs:
- RoCReport
Governance: Check RoC Compliance
1. Context
This skill evaluates session activity against a Rule of Constraints policy and records a compliance report with violations and recommended outcomes.
2. Inputs
- context (required): Bounded context name (safe path segment).
- session_id (required): Session identifier (safe path segment).
- roc_path (required): Path to the RoC YAML file.
- used_tools (optional): Semicolon-delimited list of tools used.
- approvals (optional): Semicolon-delimited approval keys satisfied.
- agent_type (optional): Agent type performing the check.
- agent_model (optional): Agent model identifier.
- role_assignment (optional): RoleAssignment for U.Work logging (default: ProxyAuditor).
- decisions (optional): Semicolon-delimited DRR ids/paths.
- timestamp_start (optional): ISO-8601 timestamp for deterministic output.
3. Outputs
runtime/contexts/<context>/audits/roc/<session_id>.<timestamp>.roc.md
4. Procedure
- Validate inputs and load the RoC policy.
- Compare used tools and approvals to RoC requirements.
- Write a RoC compliance report.
- 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
レビュー
💬
レビュー機能は近日公開予定です