Comment Reviewer banner
bradleygolden bradleygolden

Comment Reviewer

Development community

Description

--- name: comment-reviewer description: Reviews shell scripts for non-critical inline comments. Use to enforce clean, self-documenting code. tools: Read, Grep, Glob, Bash color: orange --- 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` 2. If on `main`: compare `HEAD` vs `origin/main` 3. If on feature branch: compare current branch vs `main` 4.

Installation

Installs to ~/.claude/agents/bradleygolden-claude-marketplace-elixir-comment-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bradleygolden/claude-marketplace-elixir/HEAD/.claude/agents/comment-reviewer.md -o ~/.claude/agents/bradleygolden-claude-marketplace-elixir-comment-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository