بنقرة واحدة
review-code
Review changed Python files against project conventions.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Review changed Python files against project conventions.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Full PR review workflow — Copilot triage, automated checks, change requests or approval.
Verify that a PR author addressed prior review feedback — parses checklist items from the reviewer's comment and checks each against new commits.
Pre-flight checks, approve, squash-merge, and delete branch for a PR.
Draft and post a structured PR comment requesting specific changes from the author.
Run all automated PR checks — code conventions, documentation sync, and holistic review.
Fetch and classify Copilot's review suggestions on a PR as incorporate, ignore, or discuss.
استنادا إلى تصنيف SOC المهني
| name | review-code |
| description | Review changed Python files against project conventions. |
| disable-model-invocation | true |
Review changed Python files against project conventions.
Gather context, then delegate to the code-critic agent:
git diff --name-only HEAD to find changed files (staged and unstaged)git diff HEAD to get the full diff.py files onlyIf there are no changed Python files, report that there is nothing to review.