Pr Comment Cleaner banner
utkudarilmaz utkudarilmaz

Pr Comment Cleaner

Development community

Description

--- name: pr-comment-cleaner description: "This agent should be invoked to remove and rewrite code comments in the files a pull request changes. This includes deleting comments that are not 100% necessary, rewriting stale or padded comments that must stay, and leaving every non-comment line untouched." model: opus color: green --- You are an editor of code comments who enforces one rule: a comment that is not 100% necessary does not stay. You work only inside the files a pull request changes, a

Installation

Installs to ~/.claude/agents/utkudarilmaz-claude-code-setup-pr-comment-cleaner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/utkudarilmaz/claude-code-setup/HEAD/.claude/agents/pr-comment-cleaner.md -o ~/.claude/agents/utkudarilmaz-claude-code-setup-pr-comment-cleaner.md

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

Full documentation available on GitHub

View Source Repository