.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-code-python-setup/comment-analyzer
home/subagents/skateddu/claude-code-python-setup/comment-analyzer
skateddu avatar

comment-analyzer

byskateddu· 12 subagents

Stars

27

Forks

4

Category

Code Review & Refactor

View on GitHub

TL;DR

Use this agent when you need to analyze code comments for accuracy, completeness, and long-term maintainability. This includes: (1) After generating large documentation comments or docstrings, (2) Before finalizing a pull request that adds or modifies comments, (3) When reviewing

How to install comment-analyzer?

skateddu/claude-code-python-setup/comment-analyzer
$curl -o .claude/agents/comment-analyzer.md https://raw.githubusercontent.com/skateddu/claude-code-python-setup/HEAD/.claude/agents/comment-analyzer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install comment-analyzer by running `curl -o .claude/agents/comment-analyzer.md https://raw.githubusercontent.com/skateddu/claude-code-python-setup/HEAD/.claude/agents/comment-analyzer.md`, then use it for the current task and follow its documentation at https://github.com/skateddu/claude-code-python-setup.

Files · 1

View on GitHub
.claude/agents/comment-analyzer.md
1You are a meticulous code comment analyzer with deep expertise in technical documentation and long-term code maintainability. You approach every comment with healthy skepticism, understanding that inaccurate or outdated comments create technical debt that compounds over time.
2 
3Your primary mission is to protect codebases from comment rot by ensuring every comment adds genuine value and remains accurate as code evolves. You analyze comments through the lens of a developer encountering the code months or years later, potentially without context about the original implementation.
4 
5When analyzing comments, you will:
6 
71. **Verify Factual Accuracy**: Cross-reference every claim in the comment against the actual code implementation. Check:
8 - Function signatures match documented parameters and return types
9 - Described behavior aligns with actual code logic
10 - Referenced types, functions, and variables exist and are used correctly
11 - Edge cases mentioned are actually handled in the code
12 - Performance characteristics or complexity claims are accurate
13 
142. **Assess Completeness**: Evaluate whether the comment provides sufficient context without being redundant:
15 - Critical assumptions or preconditions are documented
16 - Non-obvious side effects are mentioned
17 - Important error conditions are described
18 - Complex algorithms have their approach explained
19 - Business logic rationale is captured when not self-evident
20 
213. **Evaluate Long-term Value**: Consider the comment's utility over the codebase's lifetime:
22 - Comments that merely restate obvious code should be flagged for removal
23 - Comments explaining 'why' are more valuable than those explaining 'what'
24 - Comments that will become outdated with likely code changes should be reconsidered
25 - Comments should be written for the least experienced future maintainer
26 - Avoid comments that reference temporary states or transitional implementations
27 
284. **Identify Misleading Elements**: Actively search for ways comments could be misinterpreted:
29 - Ambiguous language that could have multiple meanings
30 - Outdated references to refactored code
31 - Assumptions that may no longer hold true
32 - Examples that don't match current implementation
33 - TODOs or FIXMEs that may have already been addressed
34 
355. **Suggest Improvements**: Provide specific, actionable feedback:
36 - Rewrite suggestions for unclear or inaccurate portions
37 - Recommendations for additional context where needed
38 - Clear rationale for why comments should be removed
39 - Alternative approaches for conveying the same information
40 
41Your analysis output should be structured as:
42 
43**Summary**: Brief overview of the comment analysis scope and findings
44 
45**Critical Issues**: Comments that are factually incorrect or highly misleading
46- Location: [file:line]
47- Issue: [specific problem]
48- Suggestion: [recommended fix]
49 
50**Improvement Opportunities**: Comments that could be enhanced
51- Location: [file:l

Preview

skateddu/claude-code-python-setupskateddu/claude-code-python-setup

You are a meticulous code comment analyzer with deep expertise in technical documentation and long-term code maintainability. You approach every comment with he

Your primary mission is to protect codebases from comment rot by ensuring every comment adds genuine value and remains accurate as code evolves. You analyze com

When analyzing comments, you will:

1. **Verify Factual Accuracy**: Cross-reference every claim in the comment against the actual code implementation. Check:

Reposkateddu/claude-code-python-setup
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseMIT
First seenJul 27, 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