원클릭으로
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)