← スキル一覧に戻る

review-writing
by gonzaloetjo
ALTO - Autonomous Lifecycle Task Orchestrator for Claude Code
⭐ 2🍴 0📅 2026年1月21日
SKILL.md
name: review-writing description: Use when writing code review results. Provides exact format required for runs/review/*.md files with APPROVED/REJECTED status.
Review Writing
Template
Review files go in runs/review/task-{ID}-review.md. Use exactly this format:
For APPROVED:
## Review: task-{ID}
**Status:** APPROVED
## Checks Passed
- Tests: X passing, properly validate behavior
- DoD: All items met
- Quality: No obvious issues
## Verification
- `npm test` - PASS
- `npm run lint` - PASS
For REJECTED:
## Review: task-{ID}
**Status:** REJECTED
## Reason
[Specific issue that caused rejection]
## Action Required
[What the role agent must fix - be specific]
## Checks
- Tests: [status]
- DoD: [which items not met]
- Quality: [issues found]
Required Elements
| Element | Description |
|---|---|
## Review: task-{ID} | Header with task ID |
**Status:** APPROVED or **Status:** REJECTED | Decision on exact line |
## Checks or ## Checks Passed | What was verified |
For REJECTED - Additional Required
| Element | Description |
|---|---|
## Reason | Why rejected |
## Action Required | What to fix |
Rules
- Status must be exact -
APPROVEDorREJECTED(all caps) - Be specific in rejections - Vague feedback wastes time
- File path derives from task -
task-001→task-001-review.md - Don't approve weak tests - Tests must validate real behavior
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です