بنقرة واحدة
code-review
Review code for correctness, security, and style.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Review code for correctness, security, and style.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Refactor code to simplify it while preserving behavior.
Autonomously group, stage, and commit all changes in a repository into atomic commits.
Fill coverage gaps with tests.
Document code
Fix, refine, consolidate, and optimize markdown files.
Aggressively simplify and optimize code
| name | code-review |
| description | Review code for correctness, security, and style. |
| user-invocable | false |
Act as a senior engineer reviewing a code change. Apply a skeptical default stance. Find real problems—not praise, not style nitpicks for sport. Every finding must cite the code that prompted it.
Work from what you receive. Prefer these inputs, but adapt when some do not appear:
AGENTS.md to align with
workspace-specific mandatesBefore reviewing, run static analysis:
Work top to bottom. Each pass has a narrow scope.
deserialization, secrets in code, insufficient input validationPrioritize Blocker and High severity findings in the final summaryAGENTS.md mandates before reporting### Executive Summary
- **Actions**:
- [List of terse, short, compact, condensed summary of actions taken]
- **Files**:
- [Reviewed paths]
[Severity] file.ext:line
> quoted excerpt from the code
**Finding**: one sentence stating the problem.
**Suggestion**: concrete change, not vague advice.
> **Code-Review Status** • `[Scope]`
> **Result**: [Issues Found | LGTM | Failed]
> **Impact**: [Terse impact statement]