المهارات requesting-code-review
👀

requesting-code-review

آمن ⚙️ الأوامر الخارجية🌐 الوصول إلى الشبكة

合併前請求程式碼審查

متاح أيضًا من: DMJGilbert,sickn33,CodingCossack,davila7,Cygnusfear,obra,ZhanlinCui,DYAI2025

手動程式碼審查耗時且不一致。此技能會派遣結構化的程式碼審查子代理,依據需求、架構標準和生產就緒標準系統性地評估程式碼變更。

يدعم: Claude Codex Code(CC)
📊 69 كافٍ
1

تنزيل ZIP المهارة

2

رفع في Claude

اذهب إلى Settings → Capabilities → Skills → Upload skill

3

فعّل وابدأ الاستخدام

اختبرها

استخدام "requesting-code-review". Review Task 2: Add verification function for conversation index

النتيجة المتوقعة:

  • ### Strengths
  • - Clean architecture with proper separation of concerns
  • - Comprehensive test coverage for all 4 issue types
  • - Good error handling with descriptive messages
  •  
  • ### Issues
  • #### Important
  • - Missing progress indicators (indexer.ts:130) - Users don't know operation progress
  • - No timeout handling for long-running verifications
  •  
  • #### Minor
  • - Magic number (100) for reporting interval should be configurable
  • - Could add more inline comments for edge case logic
  •  
  • ### Assessment
  • Ready to proceed after adding progress indicators

التدقيق الأمني

آمن
v5 • 1/17/2026

This is a documentation-only skill containing markdown files with code review guidelines and prompt templates. No executable code exists in the skill. All 35 static findings are false positives: the scanner incorrectly flagged documentation examples of git commands as 'external_commands', template placeholders like {HEAD_SHA} as 'weak cryptographic algorithms', and legitimate git operations as 'system reconnaissance'. This skill only provides markdown content to guide AI agents; it cannot execute commands, access filesystems, or make network calls.

3
الملفات التي تم فحصها
445
الأسطر التي تم تحليلها
2
النتائج
5
إجمالي عمليات التدقيق
تم تدقيقه بواسطة: claude عرض سجل التدقيق →

درجة الجودة

38
الهندسة المعمارية
100
قابلية الصيانة
83
المحتوى
20
المجتمع
100
الأمان
91
الامتثال للمواصفات

ماذا يمكنك بناءه

審查已完成的任务

在子代理驅動開發中的每個任務之後,及時發現問題以避免問題在各任務之間累積

合併前品質把關

在合併到主分支之前審查程式碼,確保符合需求且架構健全

以新視角審視卡住的程式碼

當遇到問題卡住時,從系統化程式碼審查的角度獲得客觀的回饋意見

جرّب هذه الموجهات

基本審查請求
Review the code I just implemented. Use the code-reviewer subagent. What was implemented: {WHAT_WAS_IMPLEMENTED}. Plan or requirements: {PLAN_OR_REQUIREMENTS}. Base commit: {BASE_SHA}. Head commit: {HEAD_SHA}.
功能審查
I completed a major feature. Request a code review using the requesting-code-review skill. Fill in: What was built: {WHAT_WAS_IMPLEMENTED}. Requirements: {PLAN_OR_REQUIREMENTS}. Git range from {BASE_SHA} to {HEAD_SHA}.
合併前審查
Before merging to main, run a code review. Use superpowers:code-reviewer subagent with the full template from requesting-code-review/code-reviewer.md. Base: origin/main, Head: HEAD.
全面評估
Perform comprehensive code review before production release. Use code-reviewer template. Include checking: code quality, architecture, security concerns, testing, migration strategy, backward compatibility, and documentation. Output strengths, issues by severity, and clear assessment.

أفضل الممارسات

  • 在每個任務之後進行審查,而不只是合併前,這樣可以及早發現問題
  • 始終取得 git SHA 值(BASE_SHA 和 HEAD_SHA)以進行準確的差異審查
  • 根據回饋採取行動:立即修復 Critical 問題,在繼續之前修復 Important 問題

تجنب

  • 因為程式碼看起來很簡單就跳過審查 - 小錯誤會累積
  • 忽略 Critical 問題並繼續前進
  • 回饋內容模糊,沒有具體的檔案:行號參考

الأسئلة المتكررة

哪些 AI 工具支援此技能?
相容於 Claude、Codex 和 Claude Code,可透過 Task 工具使用 superpowers:code-reviewer 類型。
需要哪些 git 資訊?
您需要 BASE_SHA(起始提交)和 HEAD_SHA(結束提交)來產生用於審查的 git 差異。
這會自動執行測試嗎?
不會。此技能透過 git diff 和文件審查程式碼。它會檢查測試是否存在並覆蓋邏輯,但不會執行它們。
我的程式碼資料安全嗎?
會的。此技能只會讀取本地的 git diff 輸出。程式碼不會傳送到外部服務或儲存到任何地方。
為什麼要使用這個而非手動審查?
系統化的檢查清單確保不會遺漏任何內容、跨審查的一致標準、更快的初步回饋,以及明確的嚴重程度分類。
這與 linting 工具有什麼不同?
Linting 檢查樣式和語法。此技能評估架構、設計決策、需求覆蓋率和生產就緒性,這些超出了工具可以偵測的範圍。

تفاصيل المطور

بنية الملفات