.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

home/subagents/code review & refactor
home/subagents/code review & refactor

Code Review & Refactor Subagents

809 code review & refactor subagents for Claude Code and AI agents, ranked by real installs from npm, PyPI and skills.sh.

#Type
  1. 1addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 2026—80k
  2. 2shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 2026—64k
  3. 3yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 2026—38k
  4. 4yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 2026—38k
  5. 5yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 2026—38k
  6. 6donchitos 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 2026—23k
  7. 7donchitos avatarlead-programmerThe Lead Programmer owns code-level architecture, coding standards, code review, and the assignment of programming work to specialist programmers.SubagentsMay 2026—23k
  8. 8donchitos avatarue-blueprint-specialistThe Blueprint specialist owns Blueprint architecture decisions, Blueprint/C++ boundary guidelines, Blueprint optimization, and ensures Blueprint graphs stay maintainable and performant. They prevent…SubagentsMay 2026—23k
  9. 9donchitos avatarunity-specialistThe Unity Engine Specialist is the authority on all Unity-specific patterns, APIs, and optimization techniques. They guide MonoBehaviour vs DOTS/ECS decisions, ensure proper use of Unity subsystems…SubagentsMay 2026—23k
  10. 10donchitos avatarunreal-specialistThe Unreal Engine Specialist is the authority on all Unreal-specific patterns, APIs, and optimization techniques. They guide Blueprint vs C++ decisions, ensure proper use of UE subsystems (GAS,…SubagentsMay 2026—23k
  11. 11czlonkowski avatarcode-reviewerUse this agent when you need to review recently written or modified code for quality, security, and maintainability. This agent should be invoked immediately after code changes are made to ensure…SubagentsJul 2026—22k
  12. 12mindfold-ai avatartrellis-checkCode quality check expert. Reviews code changes against specs and self-fixes issues.SubagentsJul 2026—13k
  13. 13memtensor avatarcode-reviewerCode-review sub-agent. Reviews MemOS diffs for contract consistency, Ruff / typing / optional-dependency handling, and test evidence; returns APPROVE or CHANGES_REQUESTED.SubagentsJul 2026—10k
  14. 14memtensor avatardesign-reviewerDesign-review sub-agent. Reviews design docs across the four dimensions of architecture, interface, performance, and security, covering MemOS's multi-memory / multi-storage backend constraints.SubagentsJul 2026—10k
  15. 15unoplatform avatararchitectReviews changes for how they fit the broader Uno Platform framework — flags tech debt, bad patterns, scalability issues, layering violations, and wrong platform-specialization choices. Use after a…SubagentsJul 2026—10.0k
  16. 16unoplatform avatarcontractReviews changes for contract stability — public API surface vs WinUI parity (binary/source compat, [Uno.NotImplemented] handling, DependencyProperty registration), public surface minimality, and test…SubagentsJul 2026—10.0k
  17. 17unoplatform avatarjeromeThe Socratic questioner of the review panel — surfaces the questions the author didn't ask: unstated intent, hidden assumptions, unconsidered platform/parity alternatives, and missing evidence.SubagentsJul 2026—10.0k
  18. 18unoplatform avataroperabilityReviews changes for diagnosability and resilience — structured logging discipline, CancellationToken propagation (incl. source generators), async-void safety, and the diagnosability of tooling…SubagentsJul 2026—10.0k
  19. 19unoplatform avatarperformanceAudits changes for performance hazards on all targets — blocking calls, async void time-bombs, source-generator allocation/cancellation discipline, layout/render hot-path allocations, property-system…SubagentsJul 2026—10.0k
  20. 20unoplatform avatarqualityValidates that a change correctly addresses its stated requirement, evaluates solution elegance, checks for duplication across platform partials and missed refactoring, verifies sample/test coverage,…SubagentsJul 2026—10.0k
  21. 21unoplatform avatarskepticChallenges decisions, questions assumptions, and surfaces edge cases other agents missed — with WinUI-parity and cross-platform correctness front of mind. Use after a completed change to stress-test…SubagentsJul 2026—10.0k
  22. 22diet103 avatarcode-architecture-reviewerUse this agent when you need to review recently written code for adherence to best practices, architectural consistency, and system integration.SubagentsJul 2026—10.0k
  23. 23diet103 avatarcode-refactor-masterUse this agent when you need to refactor code for better organization, cleaner architecture, or improved maintainability. This includes reorganizing file structures, breaking down large components…SubagentsJul 2026—10.0k
  24. 24diet103 avatarrefactor-plannerUse this agent when you need to analyze code structure and create comprehensive refactoring plans. This agent should be used PROACTIVELY for any refactoring requests, including when users ask to…SubagentsJul 2026—10.0k
  25. 25agricidaniel avatarskill-reviewerFresh-context reviewer for Claude Ads skill and agent routing, progressive disclosure, prompt contracts, safety boundaries, examples, and runnable verification.SubagentsJul 2026—7.6k
  26. 26chriswiles avatarcode-reviewerMUST BE USED PROACTIVELY after writing or modifying any code. Reviews against project standards, TypeScript strict mode, and coding conventions. Checks for anti-patterns, security issues, and…SubagentsJan 2026—6.0k
  27. 27areal-project avatarsimple-code-reviewerLightweight code reviewer for quick quality checks. Use PROACTIVELY after code changes to catch common issues.SubagentsJul 2026—5.6k
  28. 28mock-server avatarcode-reviewerPre-commit code reviewer — checks for correctness, security, and MockServer conventions. Spawn this agent when you need a focused review of staged/unstaged changes before committing.SubagentsJul 2026—4.9k
  29. 29mock-server avatarreview-cheapIntermediate deep reviewer for quality loops — non-authoritative PASS. Spawn this agent as a cost-effective first-pass review before escalating to review-final. Its PASS verdict is not binding.SubagentsJul 2026—4.9k
  30. 30mock-server avatarreview-finalAuthoritative final reviewer — issues binding PASS/BLOCK verdicts. Spawn this agent as the last gate before committing. Its verdict is definitive. It reviews the full change set independently,…SubagentsJul 2026—4.9k
  31. 31mock-server avatarsimplifierCode simplification specialist — reduces implementation changes to the smallest correct form. Spawn this agent after implementing a feature to remove over-engineering, dead code, and unnecessary…SubagentsJul 2026—4.9k
  32. 32galaxy-dawn avatarcode-reviewerExpert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.SubagentsJul 2026—4.9k
  33. 33thunderbird avatarpowersync-sync-reviewerUse to review any change that touches PowerSync synced tables before merging — diffs that modify shared/powersync-tables.ts, a config.yaml sync rule, backend or frontend Drizzle schema,…SubagentsJul 2026—4.7k
  34. 34thunderbird avatarreact-effect-reviewerUse to review React (.tsx) changes for the project's useEffect discipline and React conventions before merging — flags effects used for derived state, prop→state syncing, parent notification,…SubagentsJul 2026—4.7k
  35. 35breferrari avatarreview-fact-checkerVerify every factual claim in a review draft against vault sources. Returns verified/unverified/flagged claims.SubagentsJul 2026—4.1k
  36. 36nyldn avatarcode-reviewerCode review expert for quality analysis, security vulnerabilities, and production reliabilitySubagentsJul 2026—3.9k
  37. 37parcadei avatarcriticFeature and implementation code reviewSubagentsJan 2026—3.9k
  38. 38parcadei avatarphoenixRefactoring planning AND migration planningSubagentsJan 2026—3.9k
  39. 39parcadei avatarresearch-codebaseDocument the codebase comprehensivelySubagentsJan 2026—3.9k
  40. 40parcadei avatarreview-agentReview implementation by comparing plan (intent) vs Braintrust session (reality) vs git diff (changes)SubagentsJan 2026—3.9k
  41. 41matt1398 avatarquality-fixerUse this agent when the user wants to fix all code quality issues in the project, including linting, formatting, and unused code detection.SubagentsMay 2026—3.8k
  42. 42hughyau avatarself-critic在完成阶段性工作后使用此 agent 进行"治病救人"式的工作审查。基于毛泽东"批评与自我批评"的方法论,对已完成的工作进行系统性审视,找出问题并提出改进建议。SubagentsJul 2026—3.6k
  43. 43giancarloerra avatarcodebase-explorerDeep codebase exploration using SocratiCode. Combines semantic search, dependency graphs, and context artifacts to answer questions about code structure and behaviour.SubagentsJul 2026—3.2k
  44. 44rohitg00 avatarreviewerCode review specialist that verifies every finding against actual code before reporting. Use before committing, for PR reviews, or after major changes.SubagentsJul 2026—2.7k
  45. 45jeremylongshore avatarskill-auditorAudit and fix Claude Code SKILL.md files against enterprise compliance standards: frontmatter completeness, required body sections, and style. Use when validating or repairing skills in a plugin…SubagentsJul 2026—2.6k
  46. 46windy3f3f3f3f avatarreviewerCode review specialist — analyzes code quality and suggests improvementsSubagentsJul 2026—2.5k
  47. 47huggingface avataralignment-reviewerReview code changes for bugs (Tier 1) and alignment with OpenEnv principles (Tier 2). Use when reviewing PRs or before committing.SubagentsJul 2026—2.5k
  48. 48wesammustafa avatarcoder-reviewerUse this agent for code quality review of completed implementations — assessing maintainability, performance, test coverage, and standards compliance as the final quality gate before security review.SubagentsJul 2026—2.4k
  49. 490xsteph avatarcode-auditorDelegates to this agent when the user wants a secure-code review of application source — static analysis for injection, auth, secrets, deserialization, and OWASP issues; SAST tooling guidance…SubagentsJun 2026—2.0k
  50. 50natively-ai-assistant avatarcode-reviewerUse this agent when you need to conduct comprehensive code reviews focusing on code quality, security vulnerabilities, and best practices.SubagentsJul 2026—2.0k
  51. 51kochava-studios avatarcode-deduplicatorUse this agent when you need to identify and eliminate code duplication through systematic refactoring. Examples: <example>Context: User has written several similar functions with repeated logic…SubagentsApr 2026—2.0k
  52. 52stacklok avatarcode-reviewerReviews code for ToolHive best practices, security patterns, Go conventions, and architectural consistencySubagentsJul 2026—2.0k
  53. 53kubb-labs avatarcode-reviewerReviews TypeScript changes in this monorepo for correctness, security, and maintainability. Use after implementing a feature or before opening a PR.SubagentsJul 2026—1.8k
  54. 54xu-xiang avatarcode-reviewer资深代码审查(Code Review)专家。主动审查代码的质量、安全性与可维护性。在编写或修改代码后立即使用。所有代码变更**必须使用**此工具。SubagentsMar 2026—1.8k
  55. 55xu-xiang avatargo-reviewer专家级 Go 代码审查员 (Expert Go code reviewer),专注于地道的 Go 编写习惯、并发模式、错误处理和性能。适用于所有 Go 代码变更。Go 项目必须使用。SubagentsMar 2026—1.8k
  56. 56xu-xiang avatarpython-reviewer专业的 Python 代码审查员,擅长 PEP 8 规范、Pythonic 惯用法、类型提示(Type Hints)、安全性与性能。适用于所有 Python 代码变更。在 Python 项目中必须使用(MUST BE USED)。SubagentsMar 2026—1.8k
  57. 57xu-xiang avatarrefactor-cleaner冗余代码清理与合并专家。主动用于移除未使用的代码、重复项并进行重构。运行分析工具(knip、depcheck、ts-prune)来识别冗余代码并安全地将其移除。SubagentsMar 2026—1.8k
  58. 58feiskyer avatargithub-issue-fixerGitHub issue resolution specialist. Analyzes, plans, and implements fixes for GitHub issues with proper testing and PR creation. Use when fixing specific GitHub issues.SubagentsJul 2026—1.6k
  59. 59feiskyer avatarpr-reviewerExpert code reviewer for GitHub pull requests. Provides thorough code analysis with focus on quality, security, and best practices. Use when reviewing PRs for code quality and potential issues.SubagentsJul 2026—1.6k
  60. 60a5c-ai avatarcode-reviewerReview TypeScript code changes for consistency, type safety, and monorepo patterns across babysitter packagesSubagentsJul 2026—1.6k
  61. 61disler avatarscout-report-suggestUse proactively to scout codebase issues, identify problem locations, and suggest resolutions. Specialist for read-only analysis and reporting without making changes.SubagentsFeb 2026—1.5k
  62. 62pedrohcgs avatarquarto-criticAdversarial QA agent that compares Quarto HTML against Beamer PDF benchmark. Produces harsh, actionable criticism. Does NOT edit files — read-only analysis only.SubagentsJun 2026—1.4k
  63. 63pedrohcgs avatarquarto-fixerImplements fixes from the quarto-critic agent. Applies changes to QMD files, re-renders slides, and verifies fixes. Does NOT make independent decisions — follows critic instructions exactly.SubagentsJun 2026—1.4k
  64. 64pedrohcgs avatarr-reviewerR code reviewer for academic scripts. Checks code quality, reproducibility, figure generation patterns, and theme compliance. Use after writing or modifying R scripts.SubagentsJun 2026—1.4k
  65. 65happier-dev avatarcode-reviewerDeprecated placeholder. Do not use; follow root AGENTS.md and package instructions instead.SubagentsJul 2026—1.4k
  66. 66cloudai-x avatarcode-reviewerExpert code review specialist. Use PROACTIVELY after writing or modifying code, before commits, when asked to review changes, PR review, code quality check, lint, or standards audit. Focuses on…SubagentsJul 2026—1.4k
  67. 67cloudai-x avatarrefactorerCode refactoring specialist for improving code quality, reducing technical debt, eliminating code smells, reducing complexity, and applying design patterns. Use PROACTIVELY when code needs…SubagentsJul 2026—1.4k
  68. 68qdhenry avatararchitecture-auditorSoftware architecture and design pattern specialist. Use PROACTIVELY when adding new features, refactoring code, or reviewing system design. MUST BE USED for architectural decisions and major code…SubagentsMar 2026—1.3k
  69. 69qdhenry avatarcode-auditorProactive code quality assurance specialist. MUST BE USED after any code changes to ensure quality, security, and performance standards. Use PROACTIVELY to review code quality, identify issues, and…SubagentsMar 2026—1.3k
  70. 70qdhenry avatarREADMEProfessional slash commands for Claude Code that provide structured workflows for software development tasks including code review, feature creation, security auditing, and architectural analysis.SubagentsMar 2026—1.3k
  71. 71qdhenry avatarWORKFLOW_EXAMPLESProfessional slash commands for Claude Code that provide structured workflows for software development tasks including code review, feature creation, security auditing, and architectural analysis.SubagentsMar 2026—1.3k
  72. 72sceneview avatarsv-code-reviewerCorrectness + threading + minimality reviewer for a SceneView change. Filament JNI main-thread rule, Compose/SwiftUI idiom, behavior-preservation, edge cases. Read-only; ERROR = blocks merge.SubagentsJul 2026—1.3k
  73. 73sceneview avatarsv-impact-reviewerCross-platform public-API impact reviewer for SceneView. The autonomous-merge SAFETY GATE — a breaking public-API change or an unmirrored cross-platform divergence is an ERROR that BLOCKS auto-merge.…SubagentsJul 2026—1.3k
  74. 74hyhmrright avatareval-curatorAuthors and maintains the brooks-lint eval suite in evals/evals.json — the benchmark scenarios covering R1–R6 (code decay) and T1–T6 (test decay), including the false-positive / tradeoff cases that…SubagentsJul 2026—1.3k
  75. 75grafbase avatarcode-reviewerExpert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code.SubagentsJul 2026—1.2k
  76. 76sheshbabu avatarcode-reviewerUse this agent when you need to review code for adherence to project conventions and best practices. Examples: <example>Context: User has just written a new React component and wants to ensure it…SubagentsApr 2026—1.1k
  77. 77withkynam avatarvc-code-reviewerComprehensive code review with scout-based edge case detection. Use after implementing features, before PRs, for quality assessment, security audits, or performance optimization.SubagentsJun 2026—1.1k
  78. 78withkynam avatarvc-code-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJun 2026—1.1k
  79. 79dtsola avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsMay 2026—1.0k
  80. 80huangjia2019 avatarcode-reviewerReview code changes for quality, security, and best practices. Proactively use this after code modifications.SubagentsJul 2026—1.0k
  81. 81guanyang avataragent-refactorerPrincipal Clean Code Specialist specializing in code simplification, performance tuning, and refactoring loops.SubagentsJul 2026—938
  82. 82guanyang avataragent-reviewerSenior Technical Lead and Security Auditor specializing in code quality, correctness, and security audits.SubagentsJul 2026—938
  83. 83getsentry avatarcode-simplifier<!-- Based on Anthropic's code-simplifier subagent: https://github.com/anthropics/claude-plugins-official/blob/main/plugins/code-simplifier/agents/code-simplifier.md -->SubagentsJul 2026—892
  84. 84getsentry avatarsenpaiUse this agent when a user needs mentoring, guidance, or explanations about Sentry's infrastructure, engineering practices, or technical concepts as a new hire. Examples:SubagentsJul 2026—892
  85. 85hoangsonww avatarbackend-reviewerReview backend route and hook logic for regressions, data integrity risks, and missing tests.SubagentsJul 2026—854
  86. 86hoangsonww avatarfrontend-reviewerReview React UI changes for behavior regressions, state consistency, and UX breakage.SubagentsJul 2026—854
  87. 87go-kratos avatarcode-quality-reviewerUse this agent when you need to review code for quality, maintainability, and adherence to best practices. Examples:\n\n- After implementing a new feature or function:\n user: 'I've just written a…SubagentsJul 2026—804
  88. 88sethgammon avatararch-reviewerRead-only architecture reviewer. Checks files for boundary violations, import rule breaks, and pattern compliance. Does not modify files.SubagentsJul 2026—803
  89. 89sangrokjung avatarcode-reviewer코드 품질·보안·유지보수성 2단계 리뷰 (스펙 준수 → 코드 품질). 심각도 등급 이슈와 수정 제안 산출. Use proactively when 코드 변경 완료 후, PR 머지 전, "리뷰해줘" 요청 시. 보안 전용은 security-reviewer, DB 쿼리는 database-reviewer, 아키텍처 판단은 architect 사용.SubagentsJul 2026—791
  90. 90sangrokjung avatarrefactor-cleaner데드 코드·미사용 exports·의존성 제거, 중복 통합 전문. knip/depcheck/ts-prune 감지 → Grep 참조 검증 → 안전 제거. 피처 브랜치에서만 동작. Use proactively when "데드 코드", "미사용 코드", "정리해줘", "클린업", "리팩토링" 요청 시. 빌드 에러 수정은 build-error-resolver, 새…SubagentsJul 2026—791
  91. 91h-mmer avatarjs-analyzerJavaScript static analysis agent for client-side security review. Use for analyzing JS bundles, finding hardcoded secrets, tracing DOM XSS source-sink flows, identifying postMessage handlers,…SubagentsJun 2026—776
  92. 92agentworkforce avatarfixerUse for quick fixes, hotfixes, urgent patches, and time-sensitive bug repairs.SubagentsJul 2026—774
  93. 93agentworkforce avatarrefactorerCode refactoring and tech debt reduction. Use for improving code structure, extracting abstractions, reducing duplication, and improving maintainability without changing behavior.SubagentsJul 2026—774
  94. 94worldflowai avatarcode-reviewerExpert code review specialist. Proactively reviews code for quality, security, and maintainability. Use immediately after writing or modifying code. MUST BE USED for all code changes.SubagentsJan 2026—687
  95. 95worldflowai avatarrefactor-cleanerDead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring. Runs analysis tools (knip, depcheck, ts-prune) to identify dead code and safely…SubagentsJan 2026—687
  96. 96shinpr avatarcode-reviewerValidates Design Doc compliance and implementation completeness from third-party perspective. Use PROACTIVELY after implementation completes or when "review/implementation check/compliance" is…SubagentsJul 2026—652
  97. 97shinpr avatarcodebase-analyzerAnalyzes existing codebase objectively for facts about implementation, user behavior patterns, and technical architecture. Use when existing code needs to be understood without hypothesis bias.…SubagentsJul 2026—652
  98. 98shinpr avatarquality-fixerSpecialized agent for fixing quality issues in software projects. Executes all verification and fixing tasks related to code quality, correctness guarantees, testing, and building in a completely…SubagentsJul 2026—652
  99. 99thibautbaissac avatartdd-refactoring-agentImproves code structure while keeping all tests green during the TDD REFACTOR phase using proven refactoring patterns. Use proactively after tests pass to clean up implementation code. Use when…SubagentsJun 2026—637
  100. 100adaline avatarcode-reviewerRead-only code review agent. Catches type issues, pattern violations, missing tests. Cannot modify files.SubagentsJul 2026—601

More subagents categories

Backend & APIs542Testing & QA507Product & Project Management497Agent Meta & Communication463Documentation & Knowledge418DevOps & CI/CD386Security383AI Agents & MCP320Debugging290Research281All Subagents →