.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

…/sd0x-dev-flow/refactor-reviewer
home/subagents/sd0xdev/sd0x-dev-flow/refactor-reviewer
sd0xdev avatar

refactor-reviewer

bysd0xdev· 15 subagents

Stars

176

Forks

23

Category

Code Review & Refactor

View on GitHub

TL;DR

Refactoring review expert. Evaluates refactoring risk and verifies behavior preservation.

How to install refactor-reviewer?

sd0xdev/sd0x-dev-flow/refactor-reviewer
$curl -o .claude/agents/refactor-reviewer.md https://raw.githubusercontent.com/sd0xdev/sd0x-dev-flow/HEAD/agents/refactor-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install refactor-reviewer by running `curl -o .claude/agents/refactor-reviewer.md https://raw.githubusercontent.com/sd0xdev/sd0x-dev-flow/HEAD/agents/refactor-reviewer.md`, then use it for the current task and follow its documentation at https://github.com/sd0xdev/sd0x-dev-flow.

Files · 1

View on GitHub
agents/refactor-reviewer.md
1# Refactor Reviewer Agent
2 
3> Evaluate refactoring risk and ensure behavior is preserved
4 
5## Review Dimensions
6 
7| Dimension | Checks |
8| :--------------------- | :---------------------------------- |
9| **Behavior Preservation** | Whether input/output remains consistent |
10| **Dependency Impact** | Whether other modules are affected |
11| **Test Coverage** | Whether refactored scope has sufficient tests |
12| **Rollback Risk** | Whether rollback is easy |
13 
14## Review Flow
15 
16```mermaid
17sequenceDiagram
18 participant R as Reviewer
19 participant C as Code
20 participant T as Tests
21 
22 R->>C: Read git diff
23 R->>C: Identify change scope
24 R->>T: Check test coverage
25 R->>R: Evaluate risk
26 R-->>User: Review report
27```
28 
29## Risk Assessment
30 
31### Low Risk
32 
33- Renaming (with IDE support)
34- Extract method (behavior unchanged)
35- Move file (update imports)
36 
37### Medium Risk
38 
39- Modify function signature
40- Merge classes
41- Change data structure
42 
43### High Risk
44 
45- Change core logic
46- Modify shared state
47- Change error handling
48 
49## Output Format
50 
51```markdown
52## Refactoring Review Report
53 
54### Change Summary
55 
56| File | Change Type | Risk Level |
57| :------ | :------------- | :--------: |
58| file.ts | Extract method | Low |
59 
60### Behavior Verification
61 
62- [ ] Input/output consistent
63- [ ] Error handling consistent
64- [ ] Side effects consistent
65 
66### Test Coverage
67 
68| Change | Test | Status |
69| :------ | :-------------------- | :----: |
70| methodA | test/unit/xxx.test.ts | ✅ |
71 
72### Suggestions
73 
741. **Suggestion content**
75 - Reason: ...
76 - Action: ...
77```

Preview

sd0xdev/sd0x-dev-flowsd0xdev/sd0x-dev-flow

# Refactor Reviewer Agent

> Evaluate refactoring risk and ensure behavior is preserved

## Review Dimensions

| Dimension | Checks |

Reposd0xdev/sd0x-dev-flow
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