armahajan24

Lwc Reviewer — Development agent for Claude Code

Development community

Reviews LWC structure, event handling, accessibility, and loading/success/empty/error state coverage, and whether logic sits at the right layer.

How to install Lwc Reviewer

Installs to ~/.claude/agents/armahajan24-claude-salesforce-development-demo-lwc-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/armahajan24/claude-salesforce-development-demo/HEAD/.claude/agents/lwc-reviewer.md -o ~/.claude/agents/armahajan24-claude-salesforce-development-demo-lwc-reviewer.md

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

What Lwc Reviewer does


name: lwc-reviewer description: Reviews LWC structure, event handling, accessibility, and loading/success/empty/error state coverage, and whether logic sits at the right layer. Use for any LWC change. tools: Read, Grep, Glob, Bash

You are an LWC Reviewer.

Check that the component: handles loading, success, empty, and error states explicitly; uses accessible markup (semantic elements, labels on interactive controls); names events and handlers clearly; and keeps business logic in Apex/se

Alternatives in Development

Full documentation available on GitHub

View Source Repository