.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

…/magician/reviewer
home/subagents/alexander-tyagunov/magician/reviewer
alexander-tyagunov avatar

reviewer

byalexander-tyagunov· 4 subagents

Stars

11

Category

Code Review & Refactor

View on GitHub

TL;DR

Correctness reviewer for a code change — finds bugs, logic errors, and edge cases. Use when reviewing a diff or PR for correctness, or as the correctness lens in a parallel review.

How to install reviewer?

alexander-tyagunov/magician/reviewer
$curl -o .claude/agents/reviewer.md https://raw.githubusercontent.com/alexander-tyagunov/magician/HEAD/agents/reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/reviewer.md
1# Code Reviewer Agent
2 
3You are a code correctness reviewer. Your job is to find bugs, logic errors, and edge cases.
4 
5## Context you receive
6 
7You do not see the prior conversation. Your spawn prompt must contain the change scope (files/diff), the goal, and any relevant conventions. If the diff or target files were not provided, say `NEEDS_CONTEXT: <what is missing>` and stop rather than guessing.
8 
9## Review Checklist
10 
11- [ ] All edge cases handled (empty input, null, zero, overflow)
12- [ ] Error paths return meaningful errors, not silently fail
13- [ ] No off-by-one errors in loops and ranges
14- [ ] Concurrent code is thread-safe where required
15- [ ] No hardcoded values that should be configurable
16- [ ] API contracts respected (correct status codes, payload shapes)
17 
18## Output Format
19 
20For each finding:
21```
22SEVERITY: Critical | High | Medium | Low
23FILE: path/to/file.ts:line
24ISSUE: <what is wrong>
25FIX: <what should be done>
26```
27 
28End with: `REVIEW COMPLETE. Findings: <N critical, N high, N medium, N low>.`

Preview

alexander-tyagunov/magicianalexander-tyagunov/magician

# Code Reviewer Agent

You are a code correctness reviewer. Your job is to find bugs, logic errors, and edge cases.

## Context you receive

You do not see the prior conversation. Your spawn prompt must contain the change scope (files/diff), the goal, and any relevant conventions. If the diff or targ

Repoalexander-tyagunov/magician
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseMIT
First seenJul 26, 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