cm-code-review

Automate code review workflows across Git-based projects with explicit SHAs and reviewer dispatch.

48|23|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/tody-agent/codymaster --skill cm-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cm-code-review
Source: https://github.com/tody-agent/codymaster/tree/main/skills/cm-code-review
Command: npx skills add https://github.com/tody-agent/codymaster --skill cm-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code review processes are often fragmented across multiple steps and tools. This skill unifies requesting reviews, receiving feedback with a clear protocol, and completing feature branches into a single, repeatable workflow.

Core Features & Use Cases

  • Request a review after finishing work in a feature branch and dispatch a reviewer with context.
  • Receive feedback following a structured protocol and respond with evidence-based changes.
  • Finishing a branch includes validating tests, merging or PR creation, and recording learnings in the project continuity log.
  • Use Case: A developer completes a feature, requests a review, and ensures the PR merges cleanly with documented decisions.

Quick Start

Request a code review after completing work in cm-execution and then act on feedback to finalize and merge the branch.

Frequently Asked Questions about cm-code-review

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

FAQPage Schema
How do I automate a code review workflow from pull request to merge?

Automated code review workflow handles requests, dispatches reviewers with context, and manages branch completion including tests and documentation. It unifies fragmented review steps into a single repeatable process for Git-based projects.

What is the best way to manage code review feedback and feature branch completion?

Managing code review feedback requires a structured protocol where developers respond with evidence-based changes. Feature branch completion follows by validating tests, merging or creating PRs, and recording learnings in the project continuity log.

Do I need explicit commit SHAs to request a code review for a feature branch?

Yes, requesting a code review requires explicit SHAs to dispatch a reviewer with accurate context. This ensures the reviewer evaluates the exact changes made on the feature branch before providing structured feedback.

How does a structured code review protocol work for software teams coordinating feature development?

A structured code review protocol works by standardizing how feedback is received and addressed. Software teams coordinate feature development by requesting reviews after work completion, acting on feedback, and finalizing merges with documented decisions.

Can I use this code review automation to finalize a Git branch with tests and documentation?

Yes, branch finalization includes validating tests, merging or creating pull requests, and recording project decisions. The workflow ensures feature branches merge cleanly while documenting the learnings gathered during the review process.

When should I not use an automated code review workflow for pull requests?

You should not use automated code review workflows when lacking explicit commit SHAs or a defined finishing protocol. The process requires a structured environment with test validation and documentation to properly complete feature branches.