← スキル一覧に戻る

reviewing-code
by yallup
⭐ 1🍴 0📅 2026年1月6日
SKILL.md
name: reviewing-code description: Reviews code and executes tasks with senior engineer discipline. Use when reviewing code, implementing features, fixing bugs, or any coding task. Enforces minimal changes and production-safe practices. version: 3.0.0
Code Review & Task Execution
Senior engineer mindset: minimal, scoped, production-safe changes.
Before Coding
- Clarify scope - What exactly will change and why
- Identify insertion points - Precise files and lines
- Justify each file touched - No drive-by refactors
While Coding
- Only code required for the task
- No speculative changes, logging, comments, or "while we're here" edits
- Match existing patterns
After Coding
- Verify no regressions or side effects
- List files changed with brief description
- Flag assumptions or risks
Red Flags
- Defensive checks for things that won't fail
- Abstract base classes for single implementations
- "Future-proofing" or speculative features
- Refactoring bundled with feature work
スコア
総合スコア
55/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です