auto-reviewing

Automate code change reviews across pull requests with mandatory pr-review-toolkit and codex checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/blackjiro/dotfiles --skill auto-reviewing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auto-reviewing
Source: https://github.com/blackjiro/dotfiles/tree/main/dot_claude/skills/auto-reviewing
Command: npx skills add https://github.com/blackjiro/dotfiles --skill auto-reviewing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

コード変更のレビューを自動化して、変更点の把握と品質確認を効率化します。

Core Features & Use Cases

  • 二つの必須チェックの実行: /pr-review-toolkit:review-pr all と codex review の両方を必ず実行します。
  • 差分ベースの検証: git diff --stat の変更点を把握し、軽微な変更と重大な変更を区別します。
  • 結果の対応: 見つかった問題に対して修正提案を作成したり、GitHub Issue の作成を促します。
  • Use Case: 大規模な PR で自動的にコード品質を検証し、QA 作業を短縮します。

Quick Start

トリガーキーワード(レビューして、コードチェック、品質確認)を使って自動コード変更レビューを開始します。実行時には二つの必須チェックを実行し、結果を報告します。

Frequently Asked Questions about auto-reviewing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate pull request code reviews and quality checks?

Automating pull request code reviews involves applying mandatory checks like pr-review-toolkit and codex review on git diffs to validate changes. This Skill automatically executes both steps to detect issues and generate quality reports for uncommitted changes.

Does the automated code review work with uncommitted changes and baseline branch detection?

Yes, automated code review handles uncommitted changes and detects the baseline branch to accurately scope diff analysis. It evaluates git diff stats to distinguish between minor and significant modifications during the pull request validation process.

What is the best way to perform diff analysis on large pull requests?

The best way to analyze large pull request diffs is to run dual automated quality checks that review all code changes and categorize them by severity. This process applies pr-review-toolkit and codex review to ensure comprehensive validation across the entire diff.

How does automated diff analysis handle code quality issues found in pull requests?

Automated diff analysis handles code quality issues by creating fix proposals and prompting the creation of GitHub Issues for tracking. This ensures that problems identified during the mandatory pr-review-toolkit and codex review checks are properly documented and resolved.

Can I trigger an automated code review using specific keywords?

Yes, you can trigger automated code reviews using specific keywords like review, code check, and quality confirmation. Once activated, the system runs the two mandatory review steps on your pull request diff to validate code changes.