skills/smithery.ai/coder-code-review

coder-code-review

SKILL.md

Code Review Skill

Review code changes in coder/coder and identify bugs, security issues, and quality problems.

Workflow

  1. Get the code changes - Use the method provided in the prompt, or if none specified:

    • For a PR: gh pr diff <PR_NUMBER> --repo coder/coder
    • For local changes: git diff main or git diff --staged
  2. Read full files and related code before commenting - verify issues exist and consider how similar code is implemented elsewhere in the codebase

  3. Analyze for issues - Focus on what could break production

  4. Report findings - Use the method provided in the prompt, or summarize directly

Installs
5
First Seen
Feb 28, 2026