← スキル一覧に戻る

init-reviewer-notes
by kansetsu7
⭐ 0🍴 0📅 2026年1月22日
SKILL.md
name: init-reviewer-notes description: Create a template file for human reviewers to write free-form feedback before AI code review.
Initialize Reviewer Notes
Create a template file for human reviewers to capture their feedback in free-form format.
Workflow
-
Check for existing file
- If
.claude/reviewer-notes.mdexists, warn and ask to overwrite or abort
- If
-
Create template file
- Write the template below to
.claude/reviewer-notes.md
- Write the template below to
-
Inform the user
- Tell them to fill in their feedback
- Remind them to run
/process-reviewer-feedbackwhen done
Template Content
# Reviewer Notes
Write your feedback in any format. AI will convert to structured review items.
## Concerns
- [Add your concerns here - reference files/lines if known]
- Example: "The retry logic in authentication_service.rb seems aggressive"
- Example: "app/models/user.rb:45 - missing validation for email format"
## Questions
- [Questions for the code author or for discussion]
- Example: "Why was the caching layer removed?"
## Context
- [Any background context that might help AI understand your feedback]
- Example: "This relates to the recent performance issues reported in #123"
Output
After creating the file, display:
Created `.claude/reviewer-notes.md`
Next steps:
1. Fill in your feedback in the file
2. Run `/process-reviewer-feedback` to convert to structured format
3. Run `/code-review` to generate AI review and merge with your feedback
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です