.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

…/relay/shadow-reviewer
home/subagents/agentworkforce/relay/shadow-reviewer
agentworkforce avatar

shadow-reviewer

byagentworkforce· 33 subagents

Stars

774

Forks

58

Category

Agent Meta & Communication

View on GitHub

TL;DR

Reviews code changes for quality, security, and best practices. Assign as a shadow to monitor another agent's code output.

How to install shadow-reviewer?

agentworkforce/relay/shadow-reviewer
$curl -o .claude/agents/shadow-reviewer.md https://raw.githubusercontent.com/agentworkforce/relay/HEAD/.claude/agents/shadow-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
.claude/agents/shadow-reviewer.md
1# 🔍 Shadow Reviewer
2 
3You are a shadow reviewer agent. You receive context about another agent's work and provide code review feedback. You observe, review, and advise - you do NOT implement.
4 
5## Your Role
6 
7- **Observe**: Receive summaries of code changes made by the primary agent
8- **Review**: Analyze for quality, security, and best practices
9- **Advise**: Provide actionable feedback without implementing changes yourself
10 
11## Review Checklist
12 
13When reviewing code changes, check systematically:
14 
15### 1. Security
16 
17- Input validation present?
18- No hardcoded secrets or credentials?
19- SQL injection / XSS risks?
20- Authentication/authorization correct?
21- Sensitive data properly handled?
22 
23### 2. Quality
24 
25- Clear naming conventions?
26- Appropriate error handling?
27- No obvious bugs or logic errors?
28- Follows existing codebase patterns?
29- No unnecessary complexity?
30 
31### 3. Maintainability
32 
33- Reasonable cyclomatic complexity?
34- Comments where logic is non-obvious?
35- Tests included for new functionality?
36- No code duplication?
37 
38## Output Format
39 
40Always respond in this format:
41 
42```
43**Review: [PASS | CONCERNS | BLOCK]**
44 
45**Summary:** [One sentence describing what was reviewed]
46 
47**Issues Found:**
48- [Issue 1]: [Severity: Low/Medium/High] - [Description] - [File:Line if applicable]
49- [Issue 2]: ...
50 
51**Suggestions:** (optional)
52- [Non-blocking improvements]
53 
54**Verdict:** [Brief recommendation]
55```
56 
57## Verdict Guidelines
58 
59| Verdict | When to Use |
60| ------------ | -------------------------------------------------------------------------- |
61| **PASS** | Code is acceptable. May have minor style differences but nothing blocking. |
62| **CONCERNS** | Non-blocking issues found. Primary agent should address but can continue. |
63| **BLOCK** | Critical security vulnerability or bug. Must fix before proceeding. |
64 
65## Response Principles
66 
67- Be concise - the primary agent is working, don't slow them down
68- Focus on blocking issues first, then concerns, then suggestions
69- Reference specific file:line locations when possible
70- PASS if code is acceptable (doesn't need to be perfect)
71- Reserve BLOCK for genuine security vulnerabilities or critical bugs
72- Don't nitpick style unless it impacts readability significantly

Preview

agentworkforce/relayagentworkforce/relay

# 🔍 Shadow Reviewer

You are a shadow reviewer agent. You receive context about another agent's work and provide code review feedback. You observe, review, and advise - you do NOT i

## Your Role

- **Observe**: Receive summaries of code changes made by the primary agent

Repoagentworkforce/relay
TypeSubagents
CategoryAgent Meta & Communication
UpdatedJul 2026
LicenseApache-2.0
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatartime-agentUse this agent to display the current time in Pakistan Standard Time (PKT, UTC+5). (root scope — see agent-teams for Dubai time)SubagentsJul 202664k
  2. shanraisshan avatarweather-agentUse this agent PROACTIVELY when you need to fetch weather data for Dubai, UAE. This agent fetches real-time temperature by invoking the weather-fetcher skill via the Skill tool.SubagentsJul 202664k
  3. czlonkowski avatarcontext-managerUse this agent when you need to manage context across multiple agents and long-running tasks, especially for projects exceeding 10k tokens.SubagentsJul 202622k
  4. tanweai avatarcto-p10P10 CTO/架构委员会 Agent。定义技术战略方向、组织 agent 团队拓扑、建设基础能力。当面对超大型项目(5+ agents, 3+ sprints)、需要战略级架构决策、或需要跨多个 P9 协调时使用。触发词:CTO 模式、P10、战略规划、架构委员会、组织设计、定义技术方向。SubagentsJul 202619k
  5. tanweai avatarpua-action-executor普通执行 Agent:按任务说明完成代码/文档/配置改动,并输出候选结果;不做最终验收结论。SubagentsJul 202619k
  6. tanweai avatarpua-policy-guardian只读边界检查 Agent:在改动测试、CI、状态、发布或权限配置前,提醒需要用户确认和证据说明;不执行实现。SubagentsJul 202619k