code-review
Structured code review checklist covering correctness, security, performance, and maintainability.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Structured code review checklist covering correctness, security, performance, and maintainability.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Rules and strategies for managing agent context window size, avoiding bloat, and preserving signal-to-noise ratio.
Standard patterns for error handling, retry logic, circuit breakers, and graceful degradation.
Detect and remove contradictions across agent policies before execution.
Multi-step tool workflows via code orchestration to reduce latency, context pollution, and token overhead.
Bind project-specific prompts to local schema and workflow artifacts while keeping the harness core generic and globally reusable.
Operational session protocol for task-scoped leases, reconciliation, checkpoints, inspection, queue promotion, and handoff across long-running work.
| name | code-review |
| description | Structured code review checklist covering correctness, security, performance, and maintainability. |
Provide a structured, repeatable code review checklist that ensures no critical concern is overlooked.
temp, data2, handleStuff)| Severity | Action | Examples |
|---|---|---|
| Blocker | Must fix before merge | Security vulnerability, data loss risk, crash |
| Major | Should fix before merge | Logic error, missing validation, performance issue |
| Minor | Can fix in follow-up | Naming improvement, documentation gap |
| Nit | Optional, author's discretion | Style preference, alternative approach suggestion |