create-review

Bootstrap a local AI review workflow and generate paste-ready reviewer prompts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstrap a local AI code-review workflow and generate a paste-ready reviewer prompt, enabling teams to kick off reviews after handoffs with consistent prompts and minimal setup.

Core Features & Use Cases

  • Bootstraps a complete local review pipeline under .chalk/reviews, including scripts, templates, and session management.
  • Generates a review pack summarizing base, changes, and session context for quick review handoffs.
  • Assembles a reviewer prompt by combining the pack with an optional handoff and a reusable reviewer template, producing per-reviewer prompts.
  • Supports labeling prompts by reviewer name to maintain clear provenance across multiple reviews.
  • Includes a copy-to-clipboard workflow and a concise usage pipeline guide for repeatable reviews.

Quick Start

Run create-review with a reviewer name (e.g. gemini) to bootstrap the pipeline and generate a ready-to-use reviewer prompt.

Frequently Asked Questions about create-review

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

FAQPage Schema
How do I generate a ready-to-use prompt for AI code reviewers after a handoff?▼

You can generate a paste-ready AI reviewer prompt by running this Skill with a reviewer name; it assembles a review pack, session context, and template into a labeled prompt ready for use.

What is the best way to bootstrap a local AI review pipeline with multiple reviewer agents?▼

Bootstrapping a local AI review pipeline involves generating scripts, templates, and session management directories, which this Skill automates to support multiple reviewer agents like Claude, GPT-4, and Gemini.

Can I use this to create separate prompts for different AI reviewers like Gemini and Claude?▼

Yes, the Skill supports labeling prompts by reviewer name, allowing you to generate and maintain distinct, per-reviewer prompts for agents like Gemini, Claude, GPT-4, and Codex.

Do I need any external dependencies to set up the AI code review workflow?▼

No external dependencies are required. The Skill implements a self-contained workflow that generates the necessary scripts, templates, and session management files locally under the .chalk/reviews directory.

How does the copy-to-clipboard workflow handle the generated reviewer prompt?▼

The copy-to-clipboard workflow outputs the assembled, paste-ready reviewer prompt directly to your clipboard, enabling immediate pasting into AI reviewer interfaces for quick review handoffs.