ワンクリックで
code-review
Review uncommitted local code changes and provide a prioritized report with suggested fixes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review uncommitted local code changes and provide a prioritized report with suggested fixes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Draft a structured commit message for all uncommitted changes, auto-detecting project type (React, Rails, or generic).
Create a comprehensive, well-structured README.md file for the project.
Generate a comprehensive .gitignore file at the project root covering common environments, frameworks, and operating systems.
Review a GitHub Pull Request using the gh CLI and provide a comprehensive report with prioritized suggestions.
Review uncommitted local code changes and provide a prioritized report with suggested fixes.
Generate comprehensive markdown documentation for a Rails controller, including actions, routes, request/response formats, and business logic.
| name | code-review |
| description | Review uncommitted local code changes and provide a prioritized report with suggested fixes. |
| disable-model-invocation | true |
Provide a comprehensive report with suggestions for a code change that hasn't been committed yet. The report should list things that the developer should review, any optimizations that can be applied, and any security concerns.
YOU MUST run git diff HEAD as your ABSOLUTE FIRST action before doing ANYTHING else.
If you do not run git diff HEAD first, you are failing to follow instructions.
Follow these steps IN ORDER. DO NOT skip any step:
git diff HEAD in the terminal to retrieve ALL uncommitted changes. This is your primary source of truth for what to review. You can read existing files in the current directory for additional context if needed.The report should follow this format:
(Describe what this change is about. Examples:)
Suggested changes: (if there are any) (suggested changes here - use Unified Diff)
(Note: Only include files that have specific suggestions. Omit files with no issues.)
(If there are suggestions that are related to many files. List them here)
File 1: (file path) (Write what should be changed here)
File 2: (file_path) (Write what should be changed here)
File 3: (file_path) (Write what should be changed here)
File 1: (file path) (Write what should be changed here)
File 2: (file_path) (Write what should be changed here)
(If there are questions for the PR owner, list them here)