requesting-code-review

Create and dispatch code review requests with revision ranges.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/LiGoldragon/Mentci-AI --skill requesting-code-review-ligoldragon
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/LiGoldragon/Mentci-AI/tree/main/.pi/skills/requesting-code-review
Command: npx skills add https://github.com/LiGoldragon/Mentci-AI --skill requesting-code-review-ligoldragon

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jj-agent, code-reviewer, and includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the code review process by automating the creation and dispatch of review requests, ensuring that code meets requirements and quality standards before merging.

Core Features & Use Cases

  • Automated Review Request Creation: Generate review requests with a template that includes implemented features, planned requirements, and revision ranges.
  • Review Range Retrieval: Utilize jj-agent to determine the bounded review range for the requested changes.
  • Feedback Integration: Collect and act on feedback provided by reviewers, including categorizing issues by severity and assessing production readiness.
  • Use Case: Before merging a new feature, use this Skill to create a review request that outlines the changes and requests feedback from peers.

Quick Start

Use the requesting-code-review skill to create a code review request for your latest feature branch.

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 a feature branch?

Automated code review request creation generates a structured template containing implemented features, planned requirements, and revision ranges. This ensures code meets quality standards before merging by facilitating early and frequent reviews.

How does automated review range retrieval work for version control changes?

Review range retrieval uses the jj-agent dependency to determine bounded change ranges for requested modifications. This identifies exact code differences requiring evaluation before dispatching review requests to subagents.

Do I need jj-agent and code-reviewer to run automated code review dispatch?

Yes, automated code review dispatch requires the jj-agent for review range retrieval and the code-reviewer subagent for feedback collection. Both dependencies must be configured to execute the review request workflow.

What is the best way to integrate feedback collection into a subagent-driven development workflow?

Integrating feedback collection in subagent-driven development uses a code-reviewer subagent to gather and categorize issues by severity. This approach assesses production readiness while acting on reviewer feedback before merging changes.

Can I categorize code review issues by severity using automated review tools?

Yes, automated review tools can categorize issues by severity and assess production readiness. This skill collects reviewer feedback through a code-reviewer subagent, categorizing issues to ensure quality assurance standards are met before merging.

When should I not use automated code review request dispatch in version control?

Automated code review request dispatch is not suited for workflows lacking subagent-driven development or version control integration. Without the jj-agent and code-reviewer dependencies, the automated range retrieval and feedback collection cannot execute.