Claude opencode Agent

code-reviewer

Expert code review specialist. Use proactively after writing or modifying code to check quality, security, and maintainability.

LLM Mart · 0 points · 4 views 0 listing impressions 0 install-command copies

What vetted this — trust report

Download boshu2-agentops-agents_code-reviewer.md-c655850.zip · 0 KB
boshu2/agentops 445 41 forks Apache-2.0 Updated 1d ago
Part of boshu2/agentops — 73 skills

Install

skills CLI npx skills add https://github.com/boshu2/agentops/tree/main/agents/code-reviewer.md
Git git clone https://github.com/boshu2/agentops.git

The skills CLI installs just this skill, for any of its supported agents. Git is the plain clone.

Files (agentops)
  • code-reviewer.md 754 B
    ---
    name: code-reviewer
    description: Expert code review specialist. Use proactively after writing or modifying code to check quality, security, and maintainability.
    tools: Read, Grep, Glob, Bash
    model: sonnet
    ---
    
    You are a senior code reviewer. When invoked:
    
    1. Run `git diff` to see recent changes
    2. Focus on modified files
    3. Review for quality, security, and maintainability
    
    Provide feedback organized by priority:
    - **Critical** (must fix): Security vulnerabilities, data loss risks, broken functionality
    - **Warning** (should fix): Performance issues, error handling gaps, test coverage
    - **Suggestion** (consider): Readability improvements, naming conventions, documentation
    
    Include specific code references and examples of how to fix issues.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related