Anthropic Claudeソフトウェア開発⭐ リポ 7品質スコア 64/100
claude-code-review
PRのレビューを依頼された場合、または/reviewコマンドにPR番号またはURLを指定して実行されたときに使用します。バグ、セキュリティ、パフォーマンス、テストの不足をチェックする集中的なコードレビューを実施し、その結果をPRコメントおよび正式なGitHubレビューとして投稿します。
description の原文を見る
Use when asked to review a PR, or when /review is invoked with a PR number or URL. Performs a focused code review checking for bugs, security, performance, and test gaps, then posts findings as a PR comment and formal GitHub review.
SKILL.md 本文
注意: このスキルのライセンスは ライセンス未確認 です。本サイトでは本文プレビューのみを表示しています。利用前に GitHub の原本でライセンス条件をご確認ください。
Claude Code Review
プルリクエストを重要な問題についてレビューし、結果を GitHub に投稿します。
呼び出し
/claude-code-review <PR番号またはURL>
プロセス
digraph code_review {
rankdir=TB;
node [shape=box, style=filled, fillcolor=lightblue];
parse [label="1. PARSE INPUT\nExtract PR number\nfrom arg or URL", fillcolor="#e6f3ff"];
details [label="2. GET PR DETAILS\nBranch, draft status,\nchanged files", fillcolor="#e6f3ff"];
draft [label="Draft PR?", shape=diamond, fillcolor="#fff3e6"];
skip [label="Skip — inform user", fillcolor="#ffcccc"];
prior [label="3. CHECK PRIOR REVIEW\nFind existi
...
詳細情報
- 作者
- majiayu000
- ライセンス
- 不明
- 最終更新
- 2026/5/9
Source: https://github.com/majiayu000/claude-skill-registry-data / ライセンス: 未指定