Skip to main content

review-pr

Review a Fleet pull request for correctness, Go idioms, SQL safety, test coverage, and conventions. Use when asked to "review PR" or "review pull request".

インストールへ移動

ソース情報

リポジトリ
fleetdm/fleet
ソースの最終更新活動
2026年4月6日 23:48
検出された SKILL.md の言語
英語
スター
6,894
フォーク
1,024

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
review-pr
description
Review a Fleet pull request for correctness, Go idioms, SQL safety, test coverage, and conventions. Use when asked to "review PR" or "review pull request".
context
fork
allowed-tools
Bash(gh *), Read, Grep, Glob
model
opus
effort
high
Review the pull request: $ARGUMENTS Use `gh pr view` and `gh pr diff` to get the full context. Review the changes focusing on: 1. **Correctness** — logic errors, edge cases, nil pointer risks 2. **Go idioms** — error handling with ctxerr, proper context usage, slog logging 3. **SQL safety** — injection risks, missing indexes for new queries, migration correctness 4. **Test coverage** — are new code paths tested? Are integration tests needed? 5. **Fleet conventions** — matches patterns in surrounding code For each issue found, cite the specific file and line. Categorize findings as: - **Must fix** — bugs, security issues, data loss risks - **Should fix** — convention violations, missing error handling - **Nit** — style preferences, minor improvements Be concise. Don't comment on things that are fine.
GitHubで見る