{
  "markdown": "# Octopus Claude Code Plugin\n\nAI-powered code review in Claude Code, powered by [Octopus](https://octopus-review.ai).\n\n## Features\n\n- `/review` slash command for instant PR reviews\n- Natural language triggers (\"octopus review\", \"review my code\")\n- Autofix skill: scan open PRs for Octopus review comments, apply fixes, and push updates\n- False positive handling with reactions and explanations\n- Autonomous review-fix cycles\n- Full integration with the Octopus platform (indexing, knowledge base, analysis)\n\n## Prerequisites\n\n### 1. Install Octopus CLI\n\n```bash\n# macOS / Linux\ncurl -fsSL https://octopus-review.ai/install.sh | sh\n\n# Windows (PowerShell)\nirm https://octopus-review.ai/install.ps1 | iex\n```\n\n### 2. Authenticate\n\n```bash\noctopus login\n```\n\nThis opens your browser to authorize the CLI with your Octopus account.\n\nAlternatively, use a token:\n\n```bash\noctopus login --token oct_your_api_token\n```\n\n### 3. Install the Plugin\n\nFrom the Claude Code Plugin Marketplace:\n\n```\nclaude plugin install octopus\n```\n\nOr from within Claude Code:\n\n```\n/plugin install octopus\n```\n\n## Usage\n\n### Slash Command\n\n```\n/review\n/review 42\n/review https://github.com/owner/repo/pull/42\n```\n\n### Natural Language\n\nJust ask Claude naturally:\n\n- \"Review my code\"\n- \"Check this PR for security issues\"\n- \"Octopus review my changes\"\n\n### Autofix\n\nFix unresolved review comments from Octopus:\n\n- \"Octopus autofix\"\n- \"Octopus fix\"\n\nThis scans your open PRs for unresolved `octopus-review[bot]` comments, presents them with a summary, and helps you fix them. Comments from other review tools (CodeRabbit, Greptile, etc.) are ignored.\n\nFor each comment the skill will:\n- Apply the fix and reply in the thread\n- React with a thumbs up for valid suggestions\n- React with a thumbs down and explain for false positives\n- Post a final summary tagging @octopus when done\n\n### Other Commands\n\n```bash\noctopus repo status      # Check repository status\noctopus repo index       # Trigger code indexing\noctopus repo analyze     # Run AI analysis\noctopus repo chat        # Interactive chat about codebase\noctopus usage            # Check usage and billing\n```\n\n## Plugin Structure\n\n```\n.claude-plugin/\n  plugin.json              # Plugin manifest\nagents/\n  code-reviewer.md         # Specialized code review agent\ncommands/\n  review.md                # /review slash command\nskills/\n  autofix/\n    SKILL.md               # Autofix skill (scan PRs, fix Octopus review comments)\n  code-review/\n    SKILL.md               # Code review skill (natural language triggers)\n```\n\n## Links\n\n- [Octopus Website](https://octopus-review.ai)\n- [Octopus CLI Documentation](https://octopus-review.ai/docs/cli)\n- [GitHub](https://github.com/nicidob/octopus-claude-plugin)\n\n## License\n\nMIT\n",
  "bytes": 2749,
  "sha": "f2bedc21442ad178cdfcd1e0f6533e0f04dc5d244cf69d4e5a7b872dd6159827",
  "repo_slug": "octopusreview/claude-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_octopusreview_claude_plugin_octopus_f9d63c96/readme"
}