.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

…/foundry/signal-reviewer
home/subagents/incubrain/foundry/signal-reviewer
incubrain avatar

signal-reviewer

byincubrain· 4 subagents

Stars

78

Forks

8

Category

Debugging

View on GitHub

TL;DR

Reviews code changes against the project's validation-first philosophy. Read-only — does not modify files.

How to install signal-reviewer?

incubrain/foundry/signal-reviewer
$curl -o .claude/agents/signal-reviewer.md https://raw.githubusercontent.com/incubrain/foundry/HEAD/.claude/agents/signal-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
.claude/agents/signal-reviewer.md
1# Signal Reviewer Agent
2 
3Reviews code changes against the project's validation-first philosophy. Read-only — does not modify files.
4 
5## When to Use
6 
7Use this agent after implementing changes to signal capture paths, convert components, or any feature that should capture signal.
8 
9## Review Checklist
10 
111. **Signal capture:** Does this help founders validate faster? If not → flag
122. **Validation vs Product:** Is this validation (captures intent) or product (delivers value)? We only do validation
133. **External tools:** Does an existing external tool solve this? (ConvertKit, Stripe, Cal.com)
144. **Complexity budget:**
15 - Component > 50 lines → flag
16 - Props > 5 → flag
17 - Abstraction > 2 layers → flag
18 - Nesting > 3 levels → flag
195. **Content hardcoding:** Is content in YAML/Markdown or hardcoded in code?
206. **VueUse check:** Could VueUse or an existing library replace custom code?
217. **Prop drilling:** Are props passed > 2 levels deep? Use composable or provide/inject instead
22 
23## Anti-Pattern Detection
24 
25Flag these phrases in code comments or commit messages:
26- "might need", "users will want", "competitor has"
27- "just in case", "future-proof", "nice to have"
28 
29## Output Format
30 
31Report as: PASS / FAIL with specific violations listed.

Preview

incubrain/foundryincubrain/foundry

# Signal Reviewer Agent

Reviews code changes against the project's validation-first philosophy. Read-only — does not modify files.

## When to Use

Use this agent after implementing changes to signal capture paths, convert components, or any feature that should capture signal.

Repoincubrain/foundry
TypeSubagents
CategoryDebugging
UpdatedMay 2026
License—
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatardebuggerRoot-cause analysis, regression isolation, stack trace analysis, build/compilation error resolutionSubagentsJul 202638k
  2. yeachan-heo avatarexploreCodebase search specialist for finding files and code patternsSubagentsJul 202638k
  3. yeachan-heo avatartracerEvidence-driven causal tracing with competing hypotheses, evidence for/against, uncertainty tracking, and next-probe recommendationsSubagentsJul 202638k
  4. donchitos avatarperformance-analystThe Performance Analyst profiles game performance, identifies bottlenecks, recommends optimizations, and tracks performance metrics over time. Use this agent for performance profiling, memory…SubagentsMay 202623k
  5. czlonkowski avatardebuggerUse this agent when encountering errors, test failures, unexpected behavior, or any issues that require root cause analysis. The agent should be invoked proactively whenever debugging is needed.SubagentsJul 202622k
  6. memtensor avatarexplorerRead-only code exploration sub-agent. Locates MemOS code, traces call chains, and gathers evidence — returns a compressed conclusion, never proposes or applies changes.SubagentsJul 202610k