feat(review): migrate from code-review-ai to comprehensive-review (v55)#50
Merged
feat(review): migrate from code-review-ai to comprehensive-review (v55)#50
Conversation
- Rename plugin in external-plugins.json and update install/update logic - Migrate do-review command: 2 agents default, --security/--full for 3rd - Add v55 migration in update.sh (tracking rename, partial-failure handling) - Add test scenario 29 for do-review command validation - Update website docs for comprehensive-review plugin
1fca695 to
43d12e4
Compare
Collaborator
|
👍 |
cheorges
approved these changes
Feb 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
code-review-aiplugin withcomprehensive-review(upstream removed on Feb 19)/do-reviewnow spawns 2 agents by default (architect-review + code-reviewer)--security/--fullflags add security-auditor as 3rd agent--updateProblem
The
code-review-aiplugin was removed from thewshobson/agentsmarketplace (commit). New installations fail with "Failed to install code-review-ai".Solution
Migrate to
comprehensive-review— the official replacement in the same marketplace. Thearchitect-reviewagent is byte-identical. The new plugin addscode-reviewerandsecurity-auditoragents, which are now integrated into/do-review.Agent orchestration:
Test plan
./tests/test.sh— all 30 scenarios pass./tests/test.sh 24— do-review scenario specifically (19 tests)comprehensive-review:architect-reviewagent works via Task toolarchitect-review.mdis identical between old and new plugin--updatefrom v54 migrates tracking + pluginFiles Changed
external-plugins.json— plugin ID renamecommands/do-review.md— multi-agent rewrite with --security/--full flagscommands/design.md— 3 reference updateslib/update.sh— v55 migration logictemplates/base/global-CLAUDE.md— review agent sectiontemplates/VERSION— 54 -> 55tests/scenarios/24-do-review.sh— updated + new assertionsREADME.md,CLAUDE.md,CHANGELOG.md— reference updates