Documentation
README
Canonical Skill Example: review
A complete skill demonstrating all gold-standard conventions, annotated with convention callouts.
---
name: review # kebab-case, matches skill directory name
description: Multi-agent code review # trigger-focused, no workflow details
with specialized perspectives
user-invocable: true
argument-hint: "PR number, branch # shown in / menu
name, file path, or 'staged'"
---
# Note: allowed-tools is deprecated — tools are available by default
Persona
Act as a code review orchestrator...
Review Target: $ARGUMENTS
This is the opening of the README. Read the full README on GitHub.