requesting-code-review
Request Code Review with Subagent
متاح أيضًا من: obra,ZhanlinCui,davila7,DMJGilbert,Cygnusfear,DYAI2025,Cycleaddict,CodingCossack
This skill provides a structured workflow for requesting code reviews from a subagent, helping catch issues before they cascade into larger problems during development.
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "requesting-code-review". Request code review for my login feature implementation
النتيجة المتوقعة:
The code review would be dispatched to subagent and return: Strengths section listing what's well done, Issues categorized by severity (Critical/Important/Minor) with file:line references, Recommendations for improvements, and Assessment with Ready to merge verdict
استخدام "requesting-code-review". Review my database schema changes
النتيجة المتوقعة:
The subagent code-reviewer would examine git diff, check migrations, evaluate schema design, and provide categorized feedback with production readiness assessment
التدقيق الأمني
آمنStatic analysis flagged external commands (git operations) and weak crypto patterns. Manual review confirms these are false positives. Git commands are hardcoded for legitimate code review workflow. No cryptographic code exists. No actual security risks identified.
درجة الجودة
ماذا يمكنك بناءه
Review After Task Completion
Use after completing each task in subagent-driven development to catch issues early before they compound
Pre-Merge Quality Gate
Run code review before merging to main branch to ensure production readiness
Stuck on Complex Problem
Request a fresh perspective when stuck on a complex bug or implementation challenge
جرّب هذه الموجهات
Use the requesting-code-review skill to review my recent changes. Base SHA: [commit], Head SHA: [commit], What was implemented: [description]
Request code review for the feature I just built. Use requesting-code-review with plan reference: [plan document], Base: [sha], Head: [sha], Description: [what was built]
Run the requesting-code-review workflow. Implementation: [brief description], Base SHA: [sha], Head SHA: [sha]
Execute requesting-code-review. Implemented: [full description of feature], Requirements: [spec document or plan], Base SHA: [starting point], Head SHA: [current state], Description: [summary]
أفضل الممارسات
- Request review after EACH task in subagent-driven development to catch issues early
- Always provide the git SHA range so the reviewer can see actual changes
- Act on Critical issues immediately before proceeding
تجنب
- Skipping review because the task seemed simple
- Ignoring Critical issues and proceeding anyway
- Not providing the git SHA range - leaving reviewer without context
الأسئلة المتكررة
What is the requesting-code-review skill?
Do I need to configure anything before using this skill?
Can I use this skill with GitHub pull requests?
How often should I request reviews?
What if I disagree with the review feedback?
Does this skill actually execute git commands?
تفاصيل المطور
المؤلف
sickn33الترخيص
MIT
المستودع
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/requesting-code-reviewمرجع
main
بنية الملفات