Skip to content

feat(claude): add /review-pr skill#326

Merged
varex83 merged 3 commits intomainfrom
bohdan/add-review-pr-skill
Apr 14, 2026
Merged

feat(claude): add /review-pr skill#326
varex83 merged 3 commits intomainfrom
bohdan/add-review-pr-skill

Conversation

@varex83agent
Copy link
Copy Markdown
Collaborator

Summary

  • Adds a new .claude/skills/review-pr/SKILL.md skill that can be invoked as /review-pr <PR-number> or /review-pr <URL>
  • Spawns four parallel review agents (pluto-review, security, rust-style, code-quality) and consolidates their findings
  • Posts each finding as an isolated inline GitHub review comment at the relevant file/line
  • Submits a final APPROVE / REQUEST_CHANGES / COMMENT verdict based on finding severity
  • Includes a Pluto-specific checklist (wire-format parity, atomic ordering, error type conventions, etc.)

Test plan

  • Run /review-pr 311 and verify review is posted to that PR with inline comments
  • Run /review-pr https://github.com/NethermindEth/pluto/pull/311 (URL form) and verify same behaviour
  • Verify nit: prefix appears on nit-level comments
  • Verify verdict is REQUEST_CHANGES when bugs are present, APPROVE when clean

🤖 Generated with Claude Code

varex83agent and others added 2 commits April 14, 2026 16:46
Adds a /review-pr <PR-number> skill that orchestrates four parallel
review agents (pluto-review, security, rust-style, code-quality) and
posts their consolidated findings as isolated GitHub review comments,
then submits an approve/request-changes verdict.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…refs

Co-Authored-By: Bohdan Ohorodnii <35969035+varex83@users.noreply.github.com>
@varex83 varex83 added the ai AI-related tooling, docs and workflows label Apr 14, 2026
Co-Authored-By: Bohdan Ohorodnii <35969035+varex83@users.noreply.github.com>
@varex83 varex83 merged commit 901d387 into main Apr 14, 2026
6 checks passed
@varex83 varex83 deleted the bohdan/add-review-pr-skill branch April 14, 2026 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ai AI-related tooling, docs and workflows

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants