MCP.so
ログイン
レビューmanual

PR Self-Review

Review your own diff like a senior reviewer, fix issues, and repeat for three passes before opening the PR.

起動プロンプト

Start the "PR Self-Review" loop.

Goal: three clean self-review passes on the current diff
Max iterations: 3
Between iterations run: git diff main...HEAD
Exit when: three passes complete with no critical findings

Step 1: Review the diff like a senior reviewer. Fix findings, then re-review.

Self-pace this loop. After each iteration, run the check command, read the output, and only continue if the exit condition is not met. Stop when the exit condition passes or max iterations is reached. Give a short status update each pass.

基本情報

カテゴリ

レビュー

目標

three clean self-review passes on the current diff

最大反復回数

3

検査コマンド

git diff main...HEAD

退出条件

three passes complete with no critical findings

対応エージェント

Claude Code, Cursor

手順

  1. 1

    Review diff

    Review the current branch diff. List bugs, edge cases, naming issues, and missing tests.

  2. 2

    Address findings

    Fix the highest-severity findings from the review with minimal scope.

  3. 3

    Re-review

    Review the updated diff and confirm prior findings are resolved.

他のレビューのループ