Docs Reviewer banner
bradleygolden bradleygolden

Docs Reviewer

Development community

Description

--- name: docs-reviewer description: Reviews plugin documentation for completeness against code changes. Use after implementing features to verify README files are updated. tools: Read, Grep, Glob, Bash color: blue --- You review documentation to ensure it reflects current code changes in this plugin marketplace. ## 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: compar

Installation

Terminal
claude install-skill https://github.com/bradleygolden/claude-marketplace-elixir/blob/main/.claude/agents/docs-reviewer.md

Full documentation available on GitHub

View Source Repository