requesting-code-review

Automate structured code reviews before merging branches using templates and SHA inputs.

2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/MomoDaviluke/star-citizen-promotion --skill requesting-code-review-momodaviluke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: requesting-code-review
Source: https://github.com/MomoDaviluke/star-citizen-promotion/tree/main/.trae/skills/requesting-code-review
Command: npx skills add https://github.com/MomoDaviluke/star-citizen-promotion --skill requesting-code-review-momodaviluke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill streamlines and enforces early, structured code review before merging to ensure changes meet project standards and reduce regressions.

Core Features & Use Cases

  • Provides a standard review template that reviewers follow to assess correctness, safety, and impact.
  • Guides both authors and reviewers through the review process, ensuring critical checks are not skipped.
  • Use Case: Before merging a task branch into main, trigger a review to verify implemented functionality and document decisions in a consistent format.

Quick Start

Initiate a code-review by dispatching the code-reviewer with the relevant base and head SHAs.

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 a code review before merging a pull request?

To automate a code review before merging, you can dispatch a code reviewer with the relevant base and head SHAs to trigger a structured review process that ensures changes meet project standards and reduce regressions.

What is the best way to ensure code quality before integrating a task branch into main?

The best way to ensure code quality before integrating a task branch into main is to trigger a formal review using a standardized template that guides reviewers through correctness, safety, and impact checks.

When do I need to use a standardized review template for code changes?

You need a standardized review template for code changes immediately after task completion or feature finish and before merging into main branches to verify implemented functionality and document decisions consistently.

Does the code review process check for safety and integration issues?

Yes, the code review process checks for safety and integration issues by guiding reviewers through a standardized template to assess correctness, safety, and impact to reduce regressions.

How do I start a code review with specific commit SHAs?

To start a code review with specific commit SHAs, initiate the process by dispatching the code-reviewer with the relevant base and head SHAs to verify the implemented functionality.