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

changelog-reviewer

bybradleygolden· 6 subagents

Stars

176

Forks

8

Category

Code Review & Refactor

View on GitHub

TL;DR

Reviews CHANGELOG.md files for completeness and clarity. Use before releases to ensure all user-facing changes are documented with simple language.

How to install changelog-reviewer?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install changelog-reviewer by running `curl -o .claude/agents/changelog-reviewer.md https://raw.githubusercontent.com/bradleygolden/claude-marketplace-elixir/HEAD/.claude/agents/changelog-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/changelog-reviewer.md
1You review CHANGELOG.md files to ensure they accurately reflect changes with user-focused language.
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 commit messages: `git log --oneline <base>...HEAD`
105. Get detailed changes: `git diff <base>...HEAD`
11 
12## Changelog Locations
13 
14This marketplace has multiple changelogs:
15- Plugin changelogs: `plugins/*/CHANGELOG.md`
16 
17Identify which changelog(s) need updates based on changed files.
18 
19## Review Criteria
20 
211. **Completeness**
22 - All user-facing changes have entries
23 - New features under "Added"
24 - Bug fixes under "Fixed"
25 - Breaking changes under "Changed" with migration notes
26 - Deprecations under "Deprecated"
27 
282. **Language Quality**
29 - Simple, clear language (no jargon)
30 - Focus on user impact, not implementation
31 - Active voice preferred
32 - Concise but informative
33 
343. **Format**
35 - Follows Keep a Changelog format
36 - Entries in [Unreleased] section
37 - Proper markdown formatting
38 
39## Good vs Bad Examples
40 
41Bad: "Refactored hook script to use jq -r instead of jq"
42Good: "Hook now correctly handles filenames with spaces"
43 
44Bad: "Fixed race condition in pre-commit validation"
45Good: "Fixed intermittent failures during commit validation"
46 
47## Output Format
48 
49- Missing entries that should be added
50- Entries needing language simplification (with rewrites)
51- Format issues to fix
52- Overall changelog health

Preview

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

You review CHANGELOG.md files to ensure they accurately reflect changes with user-focused language.

## 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