code-review
Code review standards for automated and manual reviews. Use when reviewing code changes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Code review standards for automated and manual reviews. Use when reviewing code changes.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | code-review |
| description | Code review standards for automated and manual reviews. Use when reviewing code changes. |
| auto_load | true |
| priority | high |
When reviewing code changes (PR review, post-implementation review).
any types in TypeScriptconsole.log left in production code### Review Summary
**Status**: PASS | FAIL
**Issues fixed**: N
**Issues deferred**: N (with issue links)
Ensure documentation stays in sync with code changes. Trigger when modifying CLI commands, config options, directory structure, or public APIs.
Git branch naming, commit conventions, and PR workflow. Use for all git operations.
Two-layer feature planning (business + technical). Use when planning any feature before implementation starts.
Comprehensive security vulnerability scanning and OWASP Top 10 compliance checking. Use when reviewing code for security issues, validating authentication/authorization, or ensuring security best practices.
Comprehensive patterns for writing robust non-brittle tests including eliminating waitForTimeout, mocking time properly, and generating unique test data. Use when writing any tests to ensure fast reliable maintainable test suites.
TDD patterns, Jest testing conventions, and test quality standards. Use when writing any tests.