From code-review
Apply code review comments from .code-review.md. Use when the user says "review", "apply review", "apply comments", or invokes /review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-review:reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read `.code-review.md` in the current working directory and apply every review comment.
Read .code-review.md in the current working directory and apply every review comment.
.code-review.mdsrc/main.rs:10-15).code-review.md — even if some comments were skipped or required no changes.code-review.md at the end is mandatory — it signals the review is completenpx claudepluginhub scristobal/claude-plugins --plugin code-reviewWalks through code review comments one at a time, triaging each with the user before making any code changes. Supports review.jsonl, GitHub PRs, documents, and conversation input.
Fetches human review comments from pair-review for local changes or GitHub PRs and applies code changes to address each one. Useful for iterating on reviewer feedback.
Addresses code review feedback by validating issues, fixing valid ones, and batch-committing changes. Handles local agent feedback or GitHub PR threads via /fix-code-review-feedback or auto-invocation.