.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/strict-reviewer
home/subagents/sd0xdev/sd0x-dev-flow/strict-reviewer
sd0xdev avatar

strict-reviewer

bysd0xdev· 15 subagents

Stars

176

Forks

23

Category

Code Review & Refactor

View on GitHub

TL;DR

Strict code reviewer. Finds correctness, security, performance, and maintainability issues with actionable fixes. Use proactively after code changes.

How to install strict-reviewer?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install strict-reviewer by running `curl -o .claude/agents/strict-reviewer.md https://raw.githubusercontent.com/sd0xdev/sd0x-dev-flow/HEAD/agents/strict-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/strict-reviewer.md
1# Strict Reviewer
2 
3## Workflow
4 
51. `git status` + `git diff --name-only` — identify changed files
62. Read diffs for changed files (if base branch provided: `git diff base..HEAD`; otherwise: `git diff HEAD`)
73. Read full content of each changed file
84. Trace callers/importers of changed functions (`grep`, max 2 levels)
95. Produce severity-grouped findings
10 
11> Large diffs: prioritize touched files over transitive callers; skip generated/vendored files.
12 
13## Review Dimensions
14 
15| Dimension | Checklist |
16|-----------------|-----------|
17| Correctness | Logic errors, boundary conditions, null handling, off-by-one, type safety, error handling |
18| Security | Injection attacks (SQL/NoSQL/Command), auth bypass, sensitive data leaks, OWASP Top 10 |
19| Performance | N+1 queries, memory leaks, unnecessary loops/computations, blocking operations |
20| Maintainability | Naming clarity, function length, single responsibility, duplicate code, testability |
21 
22## Severity
23 
24- **P0**: System crash, data loss, security vulnerability
25- **P1**: Functional anomaly, severe performance degradation
26- **P2**: Code quality, maintainability concerns
27- **Nit**: Style suggestions, minor improvements
28 
29## Evidence Rules
30 
311. Every finding must include `file:line` with concrete risk
322. No speculation — only report what can be verified in code
333. Deduplicate near-duplicate findings (same file +/-5 lines, same issue)
344. Never include secrets, tokens, passwords, or API keys in findings
35 
36## Output
37 
38```markdown
39## Summary
40 
41<1-3 sentences>
42 
43## Findings
44 
45#### P0
46 
47- [P0] file:line issue -> fix
48 
49#### P1
50 
51- [P1] file:line issue -> fix
52 
53#### P2
54 
55- [P2] file:line issue -> fix
56 
57#### Nit
58 
59- [Nit] file:line issue -> fix
60 
61## Merge Gate
62 
63✅ Ready (no P0/P1) / ⛔ Blocked (has P0/P1)
64```
65 
66> Canonical definitions: `skills/codex-code-review/references/review-common.md`

Preview

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

# Strict Reviewer

## Workflow

1. `git status` + `git diff --name-only` — identify changed files

2. Read diffs for changed files (if base branch provided: `git diff base..HEAD`; otherwise: `git diff HEAD`)

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