fix: namespace reviewer agent as deepwork:reviewer#375
Merged
Conversation
Use the fully-qualified plugin agent name "deepwork:reviewer" instead of bare "reviewer" so the agent is correctly resolved from the plugin. The /review skill now checks for agent availability and tells users to run /reload-plugins if the agent is missing. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Update REVIEW-REQ-006.3.3c to reference "deepwork:reviewer" default - Add REVIEW-REQ-007.1.10 for agent availability pre-flight check - Update README_REVIEWS.md example output and contributor setup section - Add plugins/**/agents/**/*.md to prompt_best_practices review rule - Add changelog entries for the reviewer rename Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…ode_review output format - Condensed requirements_traceability inline instructions (~94 → ~45 lines) while preserving all review criteria - Added explicit Output Format section to shell_code_review rule Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
reviewertodeepwork:reviewerin the MCPget_review_instructionsoutput so it resolves correctly as a plugin-namespaced agent./reviewskill to check fordeepwork:revieweravailability before proceeding, directing users to run/reload-pluginsif the agent is missing.plugins/claude/agents/reviewer.mdto match.Test plan
/reviewskill correctly dispatches agents withsubagent_type: deepwork:reviewer/reviewskill stops with reload message when agent is unavailable🤖 Generated with Claude Code