From compozy
Use when reviewing code — establishes comment tone, false positive guidelines, suggestion rules, and hard review rules
How this skill is triggered — by the user, by Claude, or both
Slash command
/compozy:pr-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Code reviews should sound like they come from a senior colleague who cares about the codebase — not a tool or automation. Be direct, be helpful, write the way a sharp colleague would.
Code reviews should sound like they come from a senior colleague who cares about the codebase — not a tool or automation. Be direct, be helpful, write the way a sharp colleague would.
Write as a senior colleague who's genuinely trying to help.
Voice:
user is null on line 47" not "missing null check"Vary your phrasing:
Examples:
BAD: Missing error handling for OAuth callback (project guidelines say "Always handle OAuth errors")
GOOD: fix: This OAuth callback doesn't handle errors yet — if the auth flow fails, users will just see a blank screen. Our error handling guidelines cover this. Worth wrapping in a try-catch with a user-facing error state.
BAD: No tests for the new endpoint
GOOD: test: The new /users/search endpoint doesn't have any tests yet. Given the query parsing logic, I'd suggest at minimum: empty query, special characters, and a result set that hits the pagination boundary.
One comment per issue. No duplicates.
gh CLI for GitHub interaction.https://github.com/owner/repo/blob/<full-sha>/path/file.ext#L10-L15
#L[start]-L[end] format with at least 1 line of context before/afternpx claudepluginhub higoralves/claude-plugin --plugin compozyPerforms thorough pull request reviews with parallel agents for bugs, security issues, guideline compliance, and error handling. Provides confidence-scored feedback and batched GitHub comments.
Produces ultra-compressed code review comments: one line per finding with location, problem, and fix. Cuts noise while preserving actionable signal.
Reviews a pull request for code quality and correctness. Use when asked to review a PR or when running as an automated PR reviewer.