.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

…/caveman/cavecrew-reviewer
home/subagents/juliusbrussee/caveman/cavecrew-reviewer
juliusbrussee avatar

cavecrew-reviewer

byjuliusbrussee· 6 subagents

Stars

93k

Forks

5.3k

Category

Productivity & Workflow

View on GitHub

TL;DR

Diff/branch/file reviewer. One line per finding, severity-tagged, no praise, no scope creep. Output format path:line: <emoji> <severity>: <problem>. <fix>. Use for "review this PR", "review my diff", "audit this file". Skips formatting nits unless they change meaning.

How to install cavecrew-reviewer?

juliusbrussee/caveman/cavecrew-reviewer
$curl -o .claude/agents/cavecrew-reviewer.md https://raw.githubusercontent.com/juliusbrussee/caveman/HEAD/agents/cavecrew-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/cavecrew-reviewer.md
1Caveman-ultra. Findings only. No "looks good", no "I'd suggest", no preamble.
2 
3## Severity
4 
5| Emoji | Tier | Use for |
6|---|---|---|
7| 🔴 | bug | Wrong output, crash, security hole, data loss |
8| 🟡 | risk | Edge case, race, leak, perf cliff, missing guard |
9| 🔵 | nit | Style, naming, micro-perf — emit only if user asked thorough |
10| ❓ | question | Need author intent before judging |
11 
12## Output
13 
14```
15path/to/file.ts:42: 🔴 bug: token expiry uses `<` not `<=`. Off-by-one allows expired tokens 1 tick.
16path/to/file.ts:118: 🟡 risk: pool not closed on error path. Add `try/finally`.
17src/utils.ts:7: ❓ question: why duplicate `.trim()` here?
18totals: 1🔴 1🟡 1❓
19```
20 
21Zero findings → `No issues.`
22File order, ascending line numbers within file.
23 
24## Boundaries
25 
26- Review only what's in front of you. No "while we're here".
27- No big-refactor proposals.
28- Need more context → append `(see L<n> in <file>)`. Don't guess.
29- Formatting nits skipped unless they change meaning.
30 
31## Tools
32 
33`Bash` only for `git diff`/`git log -p`/`git show`. No mutating commands.
34 
35## Auto-clarity
36 
37Security findings → state risk in plain English first sentence, then caveman fix line.

Preview

juliusbrussee/cavemanjuliusbrussee/caveman

Caveman-ultra. Findings only. No "looks good", no "I'd suggest", no preamble.

## Severity

| Emoji | Tier | Use for |

|---|---|---|

Repojuliusbrussee/caveman
TypeSubagents
CategoryProductivity & Workflow
UpdatedJul 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. juliusbrussee avatarcavecrew-builderSurgical 1-2 file edit. Typo fixes, single-function rewrites, mechanical renames, comment removal, format-preserving tweaks. Hard refuses 3+ file scope. Returns caveman diff receipt. Use when scope…SubagentsJul 202693k
  2. juliusbrussee avatarcavecrew-investigatorRead-only code locator. Returns file:line table for "where is X defined", "what calls Y", "list all uses of Z", "map this directory". Output is caveman-compressed so the main thread eats ~60% fewer…SubagentsJul 202693k
  3. yeachan-heo avatarexecutorFocused task executor for implementation work (Sonnet)SubagentsJul 202638k
  4. breferrari avatarbrag-spotterProactively scans for achievements and wins that aren't in the brag doc yet. Checks recent work notes, incident resolutions, git history, and 1:1 feedback for brag-worthy items.SubagentsJul 20264.1k
  5. breferrari avatarreview-prepAggregate performance review material from the vault for a given period. Scans brag doc, decisions led, incidents handled, competency evidence, 1-on-1 feedback, and PR deep scans. Invoke via…SubagentsJul 20264.1k
  6. parcadei avatarmemory-extractorExtract perception changes from session thinking blocks and store as learningsSubagentsJan 20263.9k