code-review
πPluginkurosame/claude-code-plugins
Read-only code review slash commands with stack-specific variants under `/review-<stack>`. Reports findings without editing files.
Part of
kurosame/claude-code-plugins
Installation
/plugin marketplace add kurosame/claude-code-plugins/plugin install code-review@kurosame-claude-code-pluginsMore from this repository6
Loads a task description from `.claude-task.md` and surfaces it as findings for `/apply-fix` to consume. Read-only β reports findings without editing files.
Reviews the entire codebase against the project's AI meta configuration files and reports what should be added, updated, or created. Read-only β reports findings without editing files.
Groups uncommitted changes by relatedness and opens one PR per group from a fresh branch off main (falls back to a single PR when only one group).
Applies fixes (from prior review findings or check failures) and iterates the project's check commands (lint, type-check, build, test) until all pass.
A collection of plugins for Claude Code
Slash commands that orchestrate Playwright's auto-generated planner / generator / healer agents for end-to-end testing in CI. Pairs with `npx playwright init-agents --loop=claude`.