← スキル一覧に戻る

handoff-writing
by gonzaloetjo
ALTO - Autonomous Lifecycle Task Orchestrator for Claude Code
⭐ 2🍴 0📅 2026年1月21日
SKILL.md
name: handoff-writing description: Use when completing a task and writing handoff documentation. Provides exact format required for runs/handoffs/*.md files.
Handoff Writing
Template
The handoff file is pre-created at the path in state.json → current_handoff. Edit it (don't create new).
Use exactly these section headers:
# Handoff: <task-id>
## Summary
Brief description of what was accomplished (2-4 sentences).
## Files Touched
- path/to/file1.py - Added X function
- path/to/file2.ts - Fixed Y bug
## How to Verify
- Run `npm test` to verify tests pass
- Run `python script.py` to check output
Rules
- Edit, don't create - Template exists at
current_handoffpath - Exact headers -
## Summary,## Files Touched,## How to Verify - Be specific - List actual files modified, actual verification commands
- Minimum length - Validation rejects handoffs under 100 characters
Post-Agent Handoffs
If you're a post-agent (alto-qa, code-simplifier, alto-gitops), derive your path:
current_handoff:runs/handoffs/task-001.md- Your handoff:
runs/handoffs/task-001-<suffix>.md
Where suffix is: -qa, -simplifier, -gitops
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です