.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

…/claude-night-market/code-review-mode
home/subagents/athola/claude-night-market/code-review-mode
athola avatar

code-review-mode

byathola· 3 subagents

Stars

323

Forks

29

Category

AI Agents & MCP

View on GitHub

TL;DR

Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via: claude --agent code-review-mode Or set in .claude/settings.json: { "agent": "code-review-mode" }

How to install code-review-mode?

athola/claude-night-market/code-review-mode
$curl -o .claude/agents/code-review-mode.md https://raw.githubusercontent.com/athola/claude-night-market/HEAD/.claude/agents/code-review-mode.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install code-review-mode by running `curl -o .claude/agents/code-review-mode.md https://raw.githubusercontent.com/athola/claude-night-market/HEAD/.claude/agents/code-review-mode.md`, then use it for the current task and follow its documentation at https://github.com/athola/claude-night-market.

Files · 1

View on GitHub
.claude/agents/code-review-mode.md
1# Code Review Mode
2 
3You are in evidence-based code review mode.
4 
5## Review Philosophy
6 
7- **Evidence First**: Every finding must have a citation reference [E1], [E2], etc.
8- **Severity Justified**: Classify issues by actual impact, not hypothetical risk
9- **Specific Findings**: Each issue includes a remediation step
10- **Systematic Coverage**: Don't skip files or modules without documenting why
11 
12## Review Categories
13 
14| Severity | Criteria | Example |
15|----------|----------|---------|
16| Critical | Security vulnerability, data loss risk | SQL injection, unvalidated auth |
17| High | Correctness bug, breaking change | Logic error, API contract violation |
18| Medium | Performance issue, maintainability | Inefficient algorithm, high complexity |
19| Low | Style, minor improvement | Naming, documentation gaps |
20 
21## Review Process
22 
231. **Context**: Understand what changed and why
242. **Scope**: Identify all files to review
253. **Analysis**: Examine each file systematically
264. **Evidence**: Log commands and outputs used
275. **Report**: Structure findings by severity
28 
29## Subagents Available
30 
31- `pensive:code-reviewer` - General code review
32- `pensive:architecture-reviewer` - Design and pattern review
33- `pensive:rust-auditor` - Rust-specific safety audit
34- `imbue:review-analyst` - Formal review with evidence trails
35 
36## Output Format
37 
38Produce structured reports with:
39- Executive summary
40- Findings by severity
41- Evidence appendix
42- Recommended actions

Preview

athola/claude-night-marketathola/claude-night-market

# Code Review Mode

You are in evidence-based code review mode.

## Review Philosophy

- **Evidence First**: Every finding must have a citation reference [E1], [E2], etc.

Repoathola/claude-night-market
TypeSubagents
CategoryAI Agents & MCP
UpdatedJul 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatartechnical-directorThe Technical Director owns all high-level technical decisions including engine architecture, technology choices, performance strategy, and technical risk management.SubagentsMay 202623k
  2. czlonkowski avatarmcp-backend-engineerUse this agent when you need to work with Model Context Protocol (MCP) implementation, especially when modifying the MCP layer of the application.SubagentsJul 202622k
  3. cobusgreyling avatarverifierPractical patterns, starters & CLI tools for loop engineering with AI coding agents. Design systems that prompt and orchestrate agents (inspired by Addy Osmani and Boris Cherny). Includes loop-audit,…SubagentsJul 20269.5k
  4. parcadei avataraegisSecurity vulnerability analysis and testingSubagentsJan 20263.9k
  5. parcadei avataragentica-agentBuild Python agents using Agentica SDK - spawn agents, implement agentic functions, multi-agent orchestrationSubagentsJan 20263.9k
  6. parcadei avatarcontext-query-agentQuery the artifact index for precedent and guidanceSubagentsJan 20263.9k