← スキル一覧に戻る

technical-review
by brendankowitz
⭐ 0🍴 0📅 2026年1月23日
SKILL.md
name: technical-review description: > Conduct a detailed technical review of recent changes or a specific feature. Use when user says "review PR", "code review", or "review [scope]". Analyzes for logic errors, bugs, style issues, and performance. Fixes critical/high issues automatically.
Technical PR Review
Conduct a detailed technical review of recent changes or a specific feature, focusing on logic, bugs, code style, and performance. Research false positives and apply fixes for critical and high-priority items.
Usage: When user says "review PR", "code review", or "review [scope]"
Instructions
-
Analyze Changes:
- Use GitHub CLI (
gh) or GitHub MCP tools if available to fetch PR diffs, comments, and conversation history. - Identify new or modified code.
- Review for logic errors, edge cases, and potential bugs.
- Evaluate against project coding standards and style guides.
- Check for potential regressions or performance bottlenecks.
- Use GitHub CLI (
-
Handle Findings:
- Research False Positives: Verify if flagged issues are genuine bugs or intentional implementations.
- Prioritize: Categorize findings into Critical, High, and Medium.
- Next steps: Always provide actionable next steps.
-
Remediate:
- Fix Criticals: Automatically attempt to fix verified "Critical" and "High" priority technical issues (delegate to appropriate coding agent).
- Comment: Provide feedback on "Medium" or stylistic items.
-
Verify:
- Ensure the build passes after fixes.
- Verify that tests cover the new logic.
Scopes
- (default): Review changes in the current working branch/directory.
{feature-name}: Review code within a specific feature folder.
スコア
総合スコア
60/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
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です