بنقرة واحدة
code-review
Review the current git diff for bugs, security issues, and clarity, then summarize findings by severity.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Review the current git diff for bugs, security issues, and clarity, then summarize findings by severity.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Diagnose a broken customer install and produce a redacted support report the customer can send back.
Prepare a safe Local Coding Agent release build, including version checks, tests, and changelog.
Help an AI agent understand and work in this repo quickly using the low-round-trip MCP tools and the anti-lag workflow.
Guide a customer through installing, configuring, and verifying Local Coding Agent with safe defaults.
Collect safe Local Coding Agent support context from a customer and produce a concise troubleshooting response.
Diagnose Local Coding Agent tunnel, DNS, TCP, TLS, proxy, organization, and office-network blocking issues.
| name | code-review |
| description | Review the current git diff for bugs, security issues, and clarity, then summarize findings by severity. |
Use this when the user asks to review changes, a pull request, or "what did I break".
git diff --stat and then read the actual diff with
git diff.read_many only
for files whose full context is needed.Group findings by severity:
End with a short verdict: safe to merge, needs work, or blocked pending evidence.