mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-03-17 10:33:08 +00:00
Adapted from PR #23 by @jai-deepsource (DeepSource). Original: https://github.com/anthropics/claude-plugins-official/pull/23
767 B
767 B
description, allowed-tools
| description | allowed-tools |
|---|---|
| Perform code review to identify security and quality issues with Autofix Bot. | mcp__autofix__CheckAuthStatus, mcp__autofix__Authenticate, mcp__autofix__ReviewCode |
IMPORTANT: You MUST use the Autofix Bot MCP tools for this task. Do NOT perform your own code review or analysis.
Instructions
- Call
mcp__autofix__CheckAuthStatusto check authentication status - If not authenticated, call
mcp__autofix__Authenticateto log in - Ask user what to review: uncommitted changes, last commit, or entire branch
- Call
mcp__autofix__ReviewCodewith the user's selected target - Present the issues returned by ReviewCode in a clear format
Do NOT skip any tool calls. Do NOT substitute your own analysis for the tool results.