Prepare implemented code for review with a bug-focused self-review. Use after the main implementation is complete and before handoff, PR, or final completion to inspect diffs for behavioral regressions, missing tests, risky contracts, data consistency, security, error handling, and unclear verification evidence.
التثبيت
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Prepare implemented code for review with a bug-focused self-review. Use after the main implementation is complete and before handoff, PR, or final completion to inspect diffs for behavioral regressions, missing tests, risky contracts, data consistency, security, error handling, and unclear verification evidence.
Requesting Code Review
Use this skill after implementation and before asking someone else to trust the change.
Self-Review Workflow
Inspect the diff and changed files.
Re-read the original requirement, plan, and verification evidence.
Look for issues in this order:
correctness bugs
behavior regressions
missing or weak tests
public contract changes
persistence, transaction, ordering, pagination, or concurrency risks
security, validation, serialization, or authorization risks
selected style pack, golden example, anti-pattern, or review checklist mismatches
unclear naming or maintainability concerns that could hide bugs
Run or cite the relevant verification.
Produce a review request summary that leads with risk, not praise.