بنقرة واحدة
review
Review code for quality, bugs, and improvements
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Review code for quality, bugs, and improvements
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | review |
| description | Review code for quality, bugs, and improvements |
| argument-hint | [file or directory] |
| allowed-tools | Read, Glob, Grep |
Review the code at $ARGUMENTS (or recent changes if no path given).
Organize findings by severity:
Issues that must be fixed (bugs, security vulnerabilities)
Issues that should be fixed (performance, maintainability)
Nice-to-have improvements
For each issue:
Create a well-formatted git commit with staged changes
Create PlantUML diagrams and add them to documentation
Docker commands for containers, images, and compose
Explain how code works in plain language
GitHub CLI commands for PRs, issues, repos, and workflows
Git commands, workflows, and troubleshooting