requesting-code-review
Request Code Review with Subagent
También disponible en: 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.
Descargar el ZIP de la skill
Subir en Claude
Ve a Configuración → Capacidades → Skills → Subir skill
Activa y empieza a usar
Pruébalo
Usando "requesting-code-review". Request code review for my login feature implementation
Resultado esperado:
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
Usando "requesting-code-review". Review my database schema changes
Resultado esperado:
The subagent code-reviewer would examine git diff, check migrations, evaluate schema design, and provide categorized feedback with production readiness assessment
Auditoría de seguridad
SeguroStatic 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.
Puntuación de calidad
Lo que puedes crear
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
Prueba estos 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]
Mejores prácticas
- 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
Evitar
- Skipping review because the task seemed simple
- Ignoring Critical issues and proceeding anyway
- Not providing the git SHA range - leaving reviewer without context
Preguntas frecuentes
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?
Detalles del desarrollador
Autor
sickn33Licencia
MIT
Repositorio
https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/requesting-code-reviewRef.
main
Estructura de archivos