بنقرة واحدة
code-review-assistant
Perform structured, actionable code reviews for Python code with clear findings and suggestions.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Perform structured, actionable code reviews for Python code with clear findings and suggestions.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Inspect a repository and draft an AGENTS.md file using the standard template, capturing commands, structure, and workflow rules.
Add purposeful debug logging to improve observability without changing behavior.
Run the project's formatter, linters, and mypy checks in the required order, fixing issues and managing any needed stub dependencies via uv.
Generate high-quality conventional git commit messages and, with user approval, run the commit. Use when drafting or refining commit messages, validating commit quality, or committing staged work while avoiding noisy histories.
Write Python docstrings following the Google Python Style Guide, using clear sections and examples.
Write focused pytest tests as standalone functions (one test per function), avoiding test classes.
استنادا إلى تصنيف SOC المهني
| name | code-review-assistant |
| description | Perform structured, actionable code reviews for Python code with clear findings and suggestions. |
references/code_review_rules.md for the review checklist and output format.Understand
Assess quality and correctness
Evaluate design and efficiency
Security and safety
eval/exec/pickle, or leaked secrets.Testing and output
references/code_review_rules.md: detailed checklist and response format for Python code reviews.