Add code review assist skill and expand vMCP anti-patterns#4302
Merged
Conversation
Adds a new Claude Code skill (code-review-assist) for human-in-the-loop PR review sessions. The skill structures review output, tracks session notes for continuous improvement, and focuses on surfacing what matters most to the reviewer. Adds two new anti-patterns to vmcp-anti-patterns.md based on recurring patterns observed during review: - Unnecessary abstraction / interface modification - Premature optimization Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4302 +/- ##
==========================================
+ Coverage 68.77% 68.84% +0.07%
==========================================
Files 473 473
Lines 47917 47917
==========================================
+ Hits 32955 32989 +34
+ Misses 12309 12269 -40
- Partials 2653 2659 +6 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
When a PR touches vMCP code, the skill now runs vmcp-review and surfaces the most important findings inline rather than requiring the reviewer to run both skills separately. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
JAORMX
approved these changes
Mar 23, 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-assist) for human-in-the-loop PR review sessions that structures review output, tracks what the skill surfaces vs. what the reviewer actually cares about, and proposes skill improvements at session end.#8Unnecessary Abstraction / Interface Modification,#9Premature Optimization) tovmcp-anti-patterns.md.Type of change
Test plan
Used the skill across a review session covering PRs #4286, #4294, #4290, #4241, #4299. Compared skill output against actual reviewer comments to identify gaps, then updated the skill and rules based on observed patterns.
Changes
.claude/skills/code-review-assist/SKILL.md.claude/rules/vmcp-anti-patterns.mdSpecial notes for reviewers
The code-review-assist skill is distinct from the existing
code-revieweragent — the agent runs autonomously checking conventions, while this skill is for interactive sessions where the reviewer is actively making decisions. The session tracking section is designed so each review session improves the next.Generated with Claude Code