requesting-code-review
Request Code Review with Subagent
Auch verfĂĽgbar von: 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.
Die Skill-ZIP herunterladen
In Claude hochladen
Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen
Einschalten und loslegen
Teste es
Verwendung von "requesting-code-review". Request code review for my login feature implementation
Erwartetes Ergebnis:
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
Verwendung von "requesting-code-review". Review my database schema changes
Erwartetes Ergebnis:
The subagent code-reviewer would examine git diff, check migrations, evaluate schema design, and provide categorized feedback with production readiness assessment
Sicherheitsaudit
SicherStatic 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.
Qualitätsbewertung
Was du bauen kannst
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
Probiere diese Prompts
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]
Bewährte Verfahren
- 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
Vermeiden
- Skipping review because the task seemed simple
- Ignoring Critical issues and proceeding anyway
- Not providing the git SHA range - leaving reviewer without context
Häufig gestellte Fragen
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?
Entwicklerdetails
Autor
sickn33Lizenz
MIT
Repository
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/requesting-code-reviewRef
main
Dateistruktur
đź“„ code-reviewer.md
đź“„ SKILL.md