create-handoff
Installation
SKILL.md
Create Handoff
Generate a structured handoff document summarizing implementation work for the review pipeline.
Step 1: Determine the session name
Derive a session name from context:
- 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 item name - Otherwise, infer from the current branch name (e.g.
feature/issue-24-authentication→issue-24-authentication) - If on
main/master, ask the user what to name the session
Step 2: Create the review session
Create the session directory and handoff file: