create-review
Installation
SKILL.md
Create Review
Bootstrap the review pipeline and generate a paste-ready review prompt for any AI reviewer.
Step 1: Determine the reviewer and session
Reviewer: If the user provided $ARGUMENTS, sanitize it to a safe kebab-case string (lowercase, strip any characters that aren't alphanumeric or hyphens, collapse multiple hyphens) and use that as the reviewer name (e.g. codex, gemini, gpt4, claude). If no argument, use generic.
Session: Detect from context:
- If
.chalk/reviews/exists, check for the most recent session directory - Otherwise, infer from the current branch name (kebab-case)
- If on
main/master, ask the user
Store as {reviewer} and {session}.
Step 2: Bootstrap the review pipeline
Check if .chalk/reviews/scripts/pack.sh exists. If not, bootstrap the full pipeline: