بنقرة واحدة
code-review
Structured code review workflow and security checks
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Structured code review workflow and security checks
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | code-review |
| description | Structured code review workflow and security checks |
Follow these steps when reviewing pull requests. This skill provides a consistent, thorough review process covering correctness, security, performance, and maintainability.
references/security-checklist.md.Before diving into code, verify:
If any automated check fails, leave a comment asking the author to fix before continuing the manual review.
Consult the Security Checklist for a comprehensive list of items:
Reference: Read the Security Checklist for the full OWASP-aligned checklist.
Key items to spot-check:
Use these prefixes to categorise your comments:
| Prefix | Meaning |
|---|---|
Blocker: | Must be fixed before merge |
Suggestion: | Recommended but not blocking |
Nit: | Style/formatting — optional |
Question: | Seeking clarification from the author |
Praise: | Something done well — reinforce good patterns |
Question: comment and request a second reviewer.