en un clic
saguaro-review
Run Saguaro code review on current changes
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Run Saguaro code review on current changes
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
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
Basé sur la classification professionnelle SOC
| 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 —