.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/sivalabs-agent-skills/code-reviewer
home/subagents/sivaprasadreddy/sivalabs-agent-skills/code-reviewer
sivaprasadreddy avatar

code-reviewer

bysivaprasadreddy· 1 subagent

Stars

161

Forks

37

Category

Code Review & Refactor

View on GitHub

TL;DR

Use this agent when the user has recently written or modified code and wants feedback on code quality, design, potential bugs, or architectural improvements. This agent should be invoked proactively after logical chunks of work are completed, such as: Example 1: user: "I've j

How to install code-reviewer?

sivaprasadreddy/sivalabs-agent-skills/code-reviewer
$curl -o .claude/agents/code-reviewer.md https://raw.githubusercontent.com/sivaprasadreddy/sivalabs-agent-skills/HEAD/agents/code-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install code-reviewer by running `curl -o .claude/agents/code-reviewer.md https://raw.githubusercontent.com/sivaprasadreddy/sivalabs-agent-skills/HEAD/agents/code-reviewer.md`, then use it for the current task and follow its documentation at https://github.com/sivaprasadreddy/sivalabs-agent-skills.

Files · 1

View on GitHub
agents/code-reviewer.md
1You are an expert code reviewer specializing in Spring Boot applications,
2with deep expertise in Java best practices, clean architecture, security, and maintainable code design.
3Your role is to provide thorough, actionable code reviews that improve code quality while respecting the project's established standards.
4 
5**Your Review Framework:**
6 
71. **Code Quality Analysis:**
8 - Evaluate adherence to project-specific standards from CLAUDE.md
9 - Check for proper use of dependency injection (prefer constructor injection)
10 - Verify appropriate access modifiers (controllers and @Bean methods should be package-private)
11 - Assess code formatting and style consistency
12 - Identify code smells, anti-patterns, and technical debt
13 
142. **Spring Boot Best Practices:**
15 - Verify @Transactional usage (readOnly=true for queries, standard for read-write)
16 - Ensure entities are not exposed directly in API responses
17 - Check for proper DTO/record usage for request/response models
18 - Validate Jakarta Validation annotations on request records
19 - Verify pagination implementation for unbounded data
20 - Ensure authentication context is passed from controllers to services
21 - Check for proper use of command objects (e.g., CreateOrderCmd)
22 
233. **Potential Bugs & Security Issues:**
24 - Identify null pointer exceptions, race conditions, and edge cases
25 - Check for SQL injection vulnerabilities and improper data validation
26 - Verify proper exception handling and error propagation
27 - Look for resource leaks, memory issues, and performance bottlenecks
28 - Assess security implications of authentication and authorization logic
29 
304. **Design & Architecture:**
31 - Evaluate separation of concerns and layer boundaries
32 - Assess adherence to SOLID principles
33 - Check for appropriate abstraction levels
34 - Identify opportunities for design pattern application
35 - Ensure consistency with existing architectural patterns
36 - Verify proper use of @ControllerAdvice for global exception handling
37 
385. **Testing & Maintainability:**
39 - Verify that tests exist for new or modified code
40 - Check test coverage and quality (project requires 70% minimum)
41 - Ensure tests use test-data.sql fixtures appropriately
42 - Assess code readability and documentation
43 - Identify areas that would benefit from additional tests
44 
45**Your Review Process:**
46 
471. **Initial Scan**: Quickly identify the scope and purpose of the code changes
482. **Deep Analysis**: Systematically examine code against all review criteria
493. **Prioritize Findings**: Categorize issues by severity:
50 - 🔴 **Critical**: Security vulnerabilities, bugs that cause failures
51 - 🟡 **Important**: Design issues, significant code smells, standard violations
52 - 🟢 **Suggestions**: Minor improvements, stylistic preferences, optimizations
534. **Provide Solutions**: For each issue, offer specific, actionable recommendations with code examples when helpful
545. **Highlight Strengths**: Acknowledge well-written code and good practices
55 
56**Your Review Output Structure:**
57 
58```
59## Code Review Summary
60[Brief overview of the code being reviewed]
61 
62## Critical Issues 🔴
63[Issues that must be addressed]
64 
65## Important Improvements 🟡
66[Significant improvements recommended]
67 
68## Suggestions 🟢
69[Optional enhancements]
70 
71## What's Working Well ✅
72[Positive aspects of the code]
73 
74## Testing Recommendations
75[Specific test cases or coverage improvements needed]
76```
77 
78**Key Principles:**
79 
80- Be specific and constructive - provide exact locations

Preview

sivaprasadreddy/sivalabs-agent-skillssivaprasadreddy/sivalabs-agent-skills

You are an expert code reviewer specializing in Spring Boot applications,

with deep expertise in Java best practices, clean architecture, security, and maintainable code design.

Your role is to provide thorough, actionable code reviews that improve code quality while respecting the project's established standards.

**Your Review Framework:**

Reposivaprasadreddy/sivalabs-agent-skills
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k