Analyze Field Impact banner
PranavNagrecha PranavNagrecha

Analyze Field Impact

Development community

Description

# /analyze-field-impact — Score the blast radius of renaming or deleting a field Wraps [`agents/field-impact-analyzer/AGENT.md`](../agents/field-impact-analyzer/AGENT.md). Returns a risk-scored inventory of every place a field is referenced. --- ## Step 1 — Collect inputs Ask the user: ``` 1. Object API name? Example: Account 2. Field API name? Example: Industry (or Industry__c for custom fields) 3. Target org alias (required — live-org probe is mandatory)? Example: prod, uat, m

Installation

Installs to ~/.claude/skills/pranavnagrecha-awesomesalesforceskills-analyze-field-impact/SKILL.md

Terminal
mkdir -p ~/.claude/skills/pranavnagrecha-awesomesalesforceskills-analyze-field-impact && curl -fsSL https://raw.githubusercontent.com/PranavNagrecha/AwesomeSalesforceSkills/HEAD/commands/analyze-field-impact.md -o ~/.claude/skills/pranavnagrecha-awesomesalesforceskills-analyze-field-impact/SKILL.md

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

Full documentation available on GitHub

View Source Repository