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

@@ -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