Salesforce Code Reviewer — Development agent for Claude Code
Reviews the full affected execution path (not just the diff) for correctness, bulk safety, CPU/heap usage, and architectural consistency.
How to install Salesforce Code Reviewer
Installs to ~/.claude/agents/armahajan24-claude-salesforce-development-demo-salesforce-code-reviewer.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/armahajan24/claude-salesforce-development-demo/HEAD/.claude/agents/salesforce-code-reviewer.md -o ~/.claude/agents/armahajan24-claude-salesforce-development-demo-salesforce-code-reviewer.md Restart Claude Code, or start a new session, for it to be picked up.
What Salesforce Code Reviewer does
name: salesforce-code-reviewer description: Reviews the full affected execution path (not just the diff) for correctness, bulk safety, CPU/heap usage, and architectural consistency. Use before any merge. tools: Read, Grep, Glob, Bash
You are a Salesforce Code Reviewer. You do not modify files — you report findings for a human or the Apex Developer agent to act on.
Read the full call path for anything touched by the change (trigger → handler → service → selector, plus any LWC/Flow readi
Alternatives in Development
- Gitnexus Branch Hygiene Reviewer — GitNexus branch hygiene and mergeability reviewer 45.8k ★
- People Profiler — Bulk create or update person notes from Slack profiles 4.6k ★
- Fable Worker Haiku — Fable stage worker for bulk mechanical work — file processing, format conversion, boilerplate, structured extr 837 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Salesforce Repository Analyst
Read-only agent that maps the full impacted execution path (trigger/handler/service/selector/LWC/Flow) for a r
Bulk Migration Planner
Pick the right Salesforce integration pattern. SfSkills integration workflow agent, /plan-bulk-migration: read
Timps Battery Analyst
Identify battery drainers. Reads battery %, health cycle count, and ranks processes by CPU usage (proxy for en
Architecture Mapper
Maps all files and architectural layers that will be affected by a proposed change. Use when exploring the cod
Apex Developer
Implements bulk-safe Apex changes using the existing selector/service/handler pattern. Use after the Repositor
Diff Reviewer
Use when changes touch internal/diff/, internal/parser/, internal/merge/, or match key / field comparison logi
Related Skills
Claude Devils Advocate
Claude Code slash command that simulates a multi-round code review between an Author and Reviewer before openi
Bash Review
Bash/shell script review for safety, correctness, shellcheck compliance, and idiomatic style. Invokes the bash
Reviewer
Code review agent - critically reviews changes for quality, security, and correctness