スキル一覧に戻る
cdrguru

handoff-log-update

by cdrguru

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

SKILL.md


name: handoff-log-update description: Append a structured entry to the handoff log when an agent completes work, is blocked, or needs to pass ownership. metadata: short-description: Append a structured handoff entry to the log

Handoff Log Update

When to use

Use when you need to record a handoff, status, or next actions in the append-only log.

Procedure

  1. Gather the required fields: agent name, summary, handoff target, tasks, and references.
  2. Run the log update script with explicit flags:
python3 .agent/tools/utilities/update_agent_conversation_log.py \
  --agent <agent> \
  --summary "<summary>" \
  --handoff <next-owner> \
  --task "<next task>" \
  --reference "<path>"
  1. Confirm the entry was appended to .agent/docs/agent_handoffs/agent_conversation_log.md.

Inputs and outputs

  • Inputs: agent, summary, handoff target, tasks, references, optional context/status
  • Outputs: appended entry in .agent/docs/agent_handoffs/agent_conversation_log.md

Constraints

  • Never edit or delete existing log entries
  • Keep summaries and tasks concise
  • ASCII-only

Examples

  • $handoff-log-update

スコア

総合スコア

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

レビュー

💬

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