بنقرة واحدة
local-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.
Generate comprehensive markdown documentation for a Rails controller, including actions, routes, request/response formats, and business logic.
Generate a formatted Slack standup update by summarizing entries from the last working day and today in a work log markdown file.
| name | local-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)