Skip to content

Update code-review plugin for claude-code-action#14130

Closed
fvolcic wants to merge 3 commits intoanthropics:mainfrom
fvolcic:main
Closed

Update code-review plugin for claude-code-action#14130
fvolcic wants to merge 3 commits intoanthropics:mainfrom
fvolcic:main

Conversation

@fvolcic
Copy link
Copy Markdown
Collaborator

@fvolcic fvolcic commented Dec 16, 2025

Updates the code-review prompt to improve performance when used with claude-code-action.

Changes

  • Reduced agent count from 4 to 2 for faster reviews
  • Removed secondary validation pass
  • Added inline comments with committable suggestions via MCP
  • Added duplicate review prevention

fvolcic and others added 2 commits January 7, 2026 20:04
…fy issue criteria

1. Remove redundant tool parameter descriptions - MCP tool is source of truth

2. Clarify what issues to flag:
   - Compile/parse errors (syntax, types, imports, references)
   - Clear logic errors that produce wrong results regardless of inputs
   - CLAUDE.md violations

3. Clarify what NOT to flag:
   - Code style or quality concerns
   - Issues that depend on specific inputs or state
   - Subjective suggestions
fix(code-review): clarify that suggestion blocks replace entire line range
@fvolcic fvolcic closed this by deleting the head repository Apr 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants