review
Installation
SKILL.md
Web Design Guidelines Review (Subagent)
Step 1: Determine Target
With argument: Use it directly.
Without argument: Determine from session context:
- Clear single target (one commit, one file) → use it
- Ambiguous (multiple commits, unclear scope) → ask user via
AskUserQuestion
Ask when unclear. Use AskUserQuestion with options:
Always include:
- All session changes — all commits made in this conversation (if multiple)
- Whole feature branch — diff of current branch vs main
- Last commit (hash) — most recent commit only
- Uncommitted changes — only if they exist