This skill activates when users ask about org health, configuration status, or want a general assessment of their AFLS setup.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add SalesforceLabs/afls-for-claude --skill afls-health-check --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Afls Health Check?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/salesforcelabs-afls-health-check)More formats (shields.io, HTML) on the badges page.
For health check guidance, call `search_afls_knowledge({ query: "health check configuration" })` to get sourced documentation.
# AFLS Health Check
This skill activates when users ask about org health, configuration status, or want a general assessment of their AFLS setup.
## When to Activate
- User asks "Is my org set up correctly?" or "Check my org health"
- User asks about missing configuration or setup issues
- User wants to verify their AFLS deployment is complete
- User is preparing for a go-live or deployment
## Steps
1. Run the `health_check` tool to get a comprehensive assessment
2. Present findings organized by severity (errors first, then warnings, then info)
3. For each issue, explain:
- What it means in business terms
- The impact if not fixed
- How to resolve it (with specific tool/command references)
4. Offer to fix issues using the appropriate tools
## Key Areas Checked
- **Trigger Handlers:** Inactive handlers that may prevent AFLS features from working
- **Permission Sets:** Missing AFLS permission set licenses that prevent user access
- **Territory Model:** No active territory model means territory features are broken
- **DB Schema:** Missing records mean mobile app won't sync data
- **Mobile Cache:** Stale cache means recent config changes aren't reflected on mobile
## Follow-up Actions
After a health check, common next steps include:
- `/afls:audit` for detailed validation rule checks
- `toggle_trigger_handler` to enable missing handlers
- `assign_permission_set` to fix user access
- `/afls:generate-metadata-cache` to refresh mobile cache
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!