スキル一覧に戻る
venikman

workflowparse-handoff

by venikman

0🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


name: workflow/parse-handoff description: Parses and validates a handoff artifact into canonical JSON. version: 0.1.0 status: experimental family: workflow role: ProxyAuditor allowed_tools:

  • view_file
  • write_to_file policies:
  • A.15.1 U.Work outputs:
  • ParsedHandoff

Workflow: Parse Handoff

1. Context

This skill parses a handoff YAML file, validates it against the U.AgentHandoff schema, and writes a canonical JSON representation.

2. Inputs

  • handoff_path (required): Path to the handoff YAML file.
  • output_path (optional): Override output path for parsed JSON.
  • agent_type (optional): Agent type performing the parse.
  • 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

  • Parsed JSON file (default: runtime/contexts/<context>/handoffs/<handoff_id>.parsed.json).

4. Procedure

  1. Load and parse the handoff YAML.
  2. Validate required fields, agent types, and list shapes.
  3. Write canonical JSON output.
  4. Emit U.Work via telemetry/log-work when 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

レビュー

💬

レビュー機能は近日公開予定です