在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用saguaro-review
星标20
分支4
更新时间2026年3月11日 19:02
Run Saguaro code review on current changes
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Run Saguaro code review on current changes
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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 —