スキル一覧に戻る
gonzaloetjo

review-writing

by gonzaloetjo

ALTO - Autonomous Lifecycle Task Orchestrator for Claude Code

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

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

ElementDescription
## Review: task-{ID}Header with task ID
**Status:** APPROVED or **Status:** REJECTEDDecision on exact line
## Checks or ## Checks PassedWhat was verified

For REJECTED - Additional Required

ElementDescription
## ReasonWhy rejected
## Action RequiredWhat to fix

Rules

  1. Status must be exact - APPROVED or REJECTED (all caps)
  2. Be specific in rejections - Vague feedback wastes time
  3. File path derives from task - task-001task-001-review.md
  4. 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

レビュー

💬

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