Skill
review
Apply code review comments from .code-review.md. Use when the user says "review", "apply review", "apply comments", or invokes /review.
From code-reviewInstall
1
Run in your terminal$
npx claudepluginhub scristobal/claude-plugins --plugin code-reviewTool Access
This skill uses the workspace's default tool permissions.
Skill Content
Apply Code Review
Read .code-review.md in the current working directory and apply every review comment.
Workflow
- Read
.code-review.md - For each comment section:
- Note the file path and line range from the heading (e.g.
src/main.rs:10-15) - Read the referenced file to understand the current code in context
- Apply the change described in the comment text
- Note the file path and line range from the heading (e.g.
- After processing ALL comments, ALWAYS delete
.code-review.md— even if some comments were skipped or required no changes - Summarize what was done, one line per comment (applied, skipped, or already resolved)
Rules
- Apply comments in order, top to bottom
- Read enough surrounding context to make correct edits — don't blindly match only the snippet
- If a comment is ambiguous, make your best judgment and note it in the summary
- If a comment cannot be applied (file missing, code already changed), mark it as resolved and move on
- Do not make changes beyond what the review comments ask for
- Deleting
.code-review.mdat the end is mandatory — it signals the review is complete
Similar Skills
Stats
Parent Repo Stars0
Parent Repo Forks0
Last CommitMar 7, 2026