fix: remove stale code-review-ai plugin (#134, #135)

Plugin had inconsistent content (OpenAI references, CI/CD workflow baked
into review command). Replaced by official pr-review-toolkit and
comprehensive-review plugins. Also answered discussions #138, #421, #422.
This commit is contained in:
Seth Hobson
2026-02-19 14:21:59 -05:00
parent 086557180a
commit 682abfcdeb
8 changed files with 15 additions and 666 deletions

View File

@@ -334,7 +334,7 @@ Feature Development Workflow:
1. backend-development:feature-development
2. security-scanning:security-hardening
3. unit-testing:test-generate
4. code-review-ai:ai-review
4. comprehensive-review:full-review
5. cicd-automation:workflow-automate
6. observability-monitoring:monitor-setup
```

View File

@@ -1,6 +1,6 @@
# Complete Plugin Reference
Browse all **72 focused, single-purpose plugins** organized by category.
Browse all **71 focused, single-purpose plugins** organized by category.
## Quick Start - Essential Plugins
@@ -68,14 +68,6 @@ Multi-agent coordination from backend → frontend → testing → security →
Generate pytest (Python) and Jest (JavaScript) unit tests automatically with comprehensive edge case coverage.
**code-review-ai** - AI-powered code review
```bash
/plugin install code-review-ai
```
Architectural analysis, security assessment, and code quality review with actionable feedback.
### Infrastructure & Operations
**cloud-infrastructure** - Cloud architecture design
@@ -150,11 +142,10 @@ Next.js, React + Vite, and Node.js project setup with pnpm and TypeScript best p
| **unit-testing** | Automated unit test generation (Python/JavaScript) | `/plugin install unit-testing` |
| **tdd-workflows** | Test-driven development methodology | `/plugin install tdd-workflows` |
### 🔍 Quality (3 plugins)
### 🔍 Quality (2 plugins)
| Plugin | Description | Install |
| ------------------------------ | --------------------------------------------- | -------------------------------------------- |
| **code-review-ai** | AI-powered architectural review | `/plugin install code-review-ai` |
| **comprehensive-review** | Multi-perspective code analysis | `/plugin install comprehensive-review` |
| **performance-testing-review** | Performance analysis and test coverage review | `/plugin install performance-testing-review` |

View File

@@ -70,7 +70,6 @@ Claude Code automatically selects and coordinates the appropriate agents based o
| Command | Description |
| ----------------------------------- | -------------------------- |
| `/code-review-ai:ai-review` | AI-powered code review |
| `/comprehensive-review:full-review` | Multi-perspective analysis |
| `/comprehensive-review:pr-enhance` | Enhance pull requests |
@@ -361,7 +360,7 @@ Compose multiple plugins for complex scenarios:
/unit-testing:test-generate
# 4. Review the implementation
/code-review-ai:ai-review
/comprehensive-review:full-review
# 5. Set up CI/CD
/cicd-automation:workflow-automate