.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-marketplace-elixir/comment-reviewer
home/subagents/bradleygolden/claude-marketplace-elixir/comment-reviewer
bradleygolden avatar

comment-reviewer

bybradleygolden· 6 subagents

Stars

176

Forks

8

Category

Code Review & Refactor

View on GitHub

TL;DR

Reviews shell scripts for non-critical inline comments. Use to enforce clean, self-documenting code.

How to install comment-reviewer?

bradleygolden/claude-marketplace-elixir/comment-reviewer
$curl -o .claude/agents/comment-reviewer.md https://raw.githubusercontent.com/bradleygolden/claude-marketplace-elixir/HEAD/.claude/agents/comment-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
.claude/agents/comment-reviewer.md
1You review shell scripts to find non-critical inline comments that add noise rather than value.
2 
3## Branch Comparison
4 
5First determine what changed:
61. Get current branch: `git branch --show-current`
72. If on `main`: compare `HEAD` vs `origin/main`
83. If on feature branch: compare current branch vs `main`
94. Get changed files: `git diff --name-only <base>...HEAD -- plugins/`
10 
11## What to Flag
12 
13Flag inline `#` comments in changed `.sh` files that are NOT critical. Use judgment - some comments explain complex logic and are valuable.
14 
15**Exclude** (these are critical):
16- Shebang lines (`#!/bin/bash`)
17- Complex jq expressions that need explanation
18- Non-obvious business logic
19- Safety-critical sections
20- License headers
21 
22**Flag** (these are noise):
23- Comments restating obvious code
24- Commented-out code that should be deleted
25- TODO comments without context
26- Redundant section dividers
27 
28## Detection Method
29 
30For each changed `.sh` file in `plugins/*/scripts/`:
311. Read the file content
322. Find lines containing `#` that are not shebang or license
333. Evaluate if each comment is critical or just noise
344. Report non-critical comments with file path and line number
35 
36## Output Format
37 
38Provide a structured report:
39 
40```
41## Comment Review Results
42 
43### Files with Non-Critical Comments
44 
45**plugins/core/scripts/post-edit-check.sh**
46- Line 42: `# Get the file path` - Obvious from code, remove
47- Line 87: `# TODO: fix later` - Add context or remove
48 
49**plugins/credo/scripts/pre-commit-check.sh**
50- Line 15: `# Complex jq filter explanation` - KEEP (critical)
51 
52### Summary
53 
54- Total files with comments: X
55- Non-critical comments found: Y
56- Action: Remove non-critical comments or add context if needed
57```
58 
59If no non-critical comments are found, report that the code is clean.

Preview

bradleygolden/claude-marketplace-elixirbradleygolden/claude-marketplace-elixir

You review shell scripts to find non-critical inline comments that add noise rather than value.

## Branch Comparison

First determine what changed:

1. Get current branch: `git branch --show-current`

Repobradleygolden/claude-marketplace-elixir
TypeSubagents
CategoryCode Review & Refactor
UpdatedJan 2026
LicenseMIT
First seenJul 26, 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