بنقرة واحدة
review-branch
Review all changes on the current branch compared to master
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Review all changes on the current branch compared to master
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Create a git commit with a short, lowercase commit message
Use when the user wants to create a GitHub issue from a rough problem description or feature idea
Create a pull request with a structured description covering why, what, challenges, and future work
Analyze a GitHub issue and develop an implementation plan
Review unstaged git changes for bugs, logic errors, and security problems
Review unstaged git changes for code style and architectural cleanliness
| name | review-branch |
| description | Review all changes on the current branch compared to master |
| disable-model-invocation | true |
Review all changes on the current branch compared to master, like a pull request review.
Use git diff master...HEAD to see the full diff and git log master..HEAD --oneline to understand the commit history.
Review for both categories:
Correctness & Safety:
Style & Architecture:
Be specific — reference file names and line numbers. Only flag things that actually matter.