with one click
saguaro-review
Run Saguaro code review on current changes
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run Saguaro code review on current changes
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Generate a single Saguaro review rule using the AI pipeline with preview and approval
Auto-generate Saguaro review rules using the full AI pipeline with approval before writing
Switch the AI model used for Saguaro code reviews
| name | saguaro-review |
| description | Run Saguaro code review on current changes |
Choose review mode — You MUST use the AskUserQuestion tool with structured options (NOT a free-text question). Call it exactly like this:
AskUserQuestion({
questions: [{
question: "What type of review would you like to run?",
header: "Review type",
options: [
{ label: "Both (Recommended)", description: "Run both rules and classic reviews together for maximum coverage" },
{ label: "Rules only", description: "Optimized for bug and codebase violations — maximum signal, lowest noise" },
{ label: "Classic only", description: "Senior-level review where the agent is more permissive in its analysis, borrowing the best elements from Saguaro's GitHub review product" }
],
multiSelect: false
}]
})
Map the user's selection: "Both" → mode "full", "Rules only" → mode "rules", "Classic only" → mode "classic".
Run the review — Call the saguaro_review MCP tool with:
mode: "rules", "classic", or "full" based on the user's choicebase_branch: defaults to "main" (ask only if the user specifies a different branch)head_branch: defaults to "HEAD"Present results —