← スキル一覧に戻る

code-review-skill
by KyleKing
Personal Dotfiles synced with `chezmoi`
⭐ 1🍴 0📅 2026年1月23日
SKILL.md
name: code-review-skill description: Provide structured software code reviews that confirm scope, focus on root causes, evaluate tests, and enforce project conventions.
Code Review Skill
Use this when the user requests a review of code, pull requests, or diffs. Load the smallest relevant context first (changed files, linked tickets, reproduction steps) before drilling into implementation details.
Review flow
- Establish scope
- Summarize the change intent, affected components, and linked issues.
- Ask for missing diffs, runtime configuration, or reproduction instructions.
- Trace the cause
- Important: try to fix things at the cause, not the symptom. Follow data flow upstream to ensure the change touches the real source of the problem.
- Flag quick fixes that mask deeper defects or debt.
- Manage context
- Pin key files and collapse unrelated noise.
- Record assumptions and request clarification when signals conflict.
- Validate correctness
- Inspect logic paths, edge cases, and concurrency or performance concerns.
- Map existing tests to behaviors; specify new tests or instrumentation when coverage is thin.
- Check conventions
- Compare against architecture and style guides. Surface deviations with concrete alternatives or references.
- Communicate outcomes
- Grade findings by severity (blocker, follow-up, nit).
- Offer actionable edits, test commands, or documentation updates.
Response template
### Findings
- [severity] file:line — issue + why it matters
### Questions
- Clarifications needed to proceed
### Recommended actions
- Ordered list of fixes, tests, or follow-ups
Safeguards
- If critical context is missing, pause and ask for it instead of guessing.
- Never suggest destructive git commands unless the user has already used them in the conversation.
- When advising on tests, prefer deterministic automated coverage; call out manual validation only when unavoidable.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です