requesting-code-review

Dispatch a code-reviewer subagent to compare code against requirements and Git SHAs.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/runecalico-ai/second_edition_spellbook --skill requesting-code-review-runecalico-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/runecalico-ai/second_edition_spellbook/tree/main/.cursor/skills/requesting-code-review
Command: npx skills add https://github.com/runecalico-ai/second_edition_spellbook --skill requesting-code-review-runecalico-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, catching potential issues early to prevent bugs and maintain high code quality before merging changes.

Core Features & Use Cases

  • Automated Review Dispatch: Integrates with Git to identify code changes and dispatches a specialized subagent for review.
  • Structured Feedback: Provides clear categorization of issues (Critical, Important, Minor) and actionable recommendations.
  • Use Case: After completing a new feature, you can use this Skill to automatically request a thorough code review, ensuring all requirements are met and potential bugs are identified before they impact the main codebase.

Quick Start

Use the requesting-code-review skill to get feedback on your latest code changes.

Frequently Asked Questions about requesting-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review requests before merging changes?

You can automate code review requests by dispatching a subagent that compares your code changes against specified Git SHAs and requirements. This process categorizes feedback by severity to catch issues early and ensure quality before merging.

What is the best way to structure code review feedback for a development workflow?

The best way to structure code review feedback is by categorizing issues into Critical, Important, and Minor severities. This structured approach provides actionable recommendations and ensures adherence to architecture and testing standards.

How does the code review subagent compare code against Git SHAs?

The code review subagent compares code against Git SHAs by integrating with Git to identify changes. It then dispatches a specialized reviewer to evaluate the differences against specified requirements.

Do I need specific dependencies to run automated code reviews?

No specific dependencies are required to run automated code reviews. The skill operates independently to dispatch the reviewer subagent and evaluate code changes against your requirements.

Can I use automated code review to check adherence to testing standards?

Yes, you can use automated code review to check adherence to testing standards. The review process ensures your code meets specified quality, architecture, and testing requirements before merging.