بنقرة واحدة
code-review-checklist
Review implementation changes for correctness and maintainability.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Review implementation changes for correctness and maintainability.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Convert source notes into claim-level evidence with confidence and limitations.
Verify source traceability, artifact completeness, and citation correctness before citation_qa gate.
Write an evidence-backed final research report from sources and the evidence matrix.
Review research method quality, source diversity, bias, and conclusion strength.
Convert a broad research request into subquestions, assumptions, and source criteria.
Design and execute a multi-round SearxNG/arXiv search strategy.
| name | Code Review Checklist |
| description | Review implementation changes for correctness and maintainability. |
| when-to-use | Use for Reviewer gate on code changes. |
| user-invocable | false |
| context | inline |
Use this checklist to write or contribute to <project_root>/REVIEW_REPORT.md.
Review dimensions:
Requirements and process
Integration correctness
Code correctness
Security and privacy
Maintainability
QA evidence quality
python -m <name> must use an importable module/package name, not a hyphenated display name unless packaging defines that entrypoint.Finding format:
Verdict policy:
reject for unresolved blocking issues.accepted_with_notes only for truly non-blocking residuals.pass only when process, integration, correctness, and evidence are sufficient.