review-changes

Generate a handoff and review artifact for git code changes.

6|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/GeneralJerel/chalk-skills --skill review-changes-generaljerel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-changes
Source: https://github.com/GeneralJerel/chalk-skills/tree/main/skills/review-changes
Command: npx skills add https://github.com/GeneralJerel/chalk-skills --skill review-changes-generaljerel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the end-to-end review workflow for code changes, generating a handoff, initiating a review, and offering fixes before merging.

Core Features & Use Cases

  • Handoff generation and context capture to summarize changes.
  • Self-review and external-review workflows with user checkpoints.
  • Optional fix-finder and remediation guidance to accelerate merges.

Quick Start

Initiate an end-to-end review of my current changes.

Frequently Asked Questions about review-changes

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

FAQPage Schema
How do I automate a full code review workflow for pull requests?

Automate a code review workflow by coordinating a complete pipeline that generates a handoff, produces a review artifact, and offers to fix findings before merge. This applies to software projects managed in git and supports both self-review and external-review workflows with user checkpoints.

What is a code change handoff and when do I need it?

A code change handoff is a structured report that summarizes changes and captures context for reviewers. You need it when orchestrating self-reviews or external handoffs in git to ensure outputs are auditable and review artifacts are properly generated before merging.

Can I use this code review pipeline for self-review before merging?

Yes, you can use this code review pipeline for self-review before merging. It supports both self-review and external-review workflows with user checkpoints, allowing you to generate handoffs and review artifacts independently before initiating a merge.

How do I generate a review artifact from a git diff?

Generate a review artifact from a git diff by initiating the review pipeline. The process uses YAML frontmatter metadata and structured handoff reporting to capture context, producing an auditable artifact that details findings before merge.

What is the best way to fix code review findings before merge?

The best way to fix code review findings before merge is using an automated fix-finder that offers remediation guidance. This accelerates merges by identifying issues in the review artifact and providing actionable steps to resolve them within the workflow.

Does the review workflow support user checkpoints during the process?

Yes, the review workflow supports user checkpoints during the process. Both self-review and external-review workflows include user checkpoints to ensure manual validation occurs at key stages before generating artifacts or offering to fix findings for merge.