create-review

Bootstrap a local AI review pipeline and generate a paste-ready review prompt.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstrap a local AI review pipeline and generate a paste-ready review prompt for any reviewer agent. Use after creating a handoff or when ready to get an AI code review.

Core Features & Use Cases

  • Automated bootstrap: bootstraps the full review pipeline structure, templates, and assets in .chalk/reviews.
  • Prompt generation: creates a ready-to-submit review prompt tailored to a chosen reviewer (e.g., codex, gemini, gpt4, claude).
  • Handoff integration: optionally includes a handoff document in the prompt if available.
  • Session-scoped artifacts: stores packs and prompts under .chalk/reviews/sessions for replay and auditing.

Quick Start

Bootstrap the local AI review pipeline and generate a paste-ready reviewer prompt for a chosen reviewer.

Frequently Asked Questions about create-review

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

FAQPage Schema
How do I generate an AI code review prompt for a specific reviewer agent?

To generate an AI code review prompt, bootstrap the local review pipeline and assemble a paste-ready prompt that includes a pack, optional handoff, and reviewer template for your chosen agent.

Can I include a handoff document when creating an automated AI review pipeline?

Yes, you can include a handoff document. The prompt generation process optionally integrates an available handoff document directly into the assembled reviewer prompt for context.

What is an AI review pipeline bootstrap and when do I need it?

An AI review pipeline bootstrap creates the structure, templates, and assets in .chalk/reviews. You need it when ready to perform an AI code review after creating a handoff.

Does this pipeline bootstrap support different AI reviewer agents?

Yes, the pipeline supports different AI reviewer agents. You can apply an optional reviewer name for labeling to generate a tailored, paste-ready review prompt for agents.

Where are AI review prompts and session packs stored for auditing?

AI review prompts and packs are stored under .chalk/reviews/sessions. This session-scoped artifact storage enables replay and auditing of your generated review prompts.

What is the best way to automate code reviews after a development handoff?

The best way to automate code reviews is to bootstrap the AI review pipeline and generate a reviewer prompt. This resolves the base session context and assembles the necessary templates.