Prerequisites
- GitHub integration configured for your organization
- Code mappings set up for your project
- Seer AI enabled in your organization settings
Seer AI is available on Business and Enterprise plans. Visit your organization’s Settings > Seer to enable it.
Commands
Explain: Root Cause Analysis
Theissue explain command analyzes an issue and identifies the root cause:
- Identified root causes
- Reproduction steps
- Relevant code locations
- Human Output
Issue ID Formats
You can reference issues in multiple ways:Force Fresh Analysis
Use--force to trigger a new analysis even if one exists:
Plan: Solution Generation
Theissue plan command generates a solution plan with implementation steps:
The plan command automatically runs root cause analysis if needed, so you don’t need to run
explain first.- Human Output
- JSON Output
Selecting a Root Cause
If multiple root causes are identified, you must specify which one to plan for:Regenerate a Plan
Use--force to create a new plan even if one exists:
Scripting with JSON Output
Both commands support--json for automation:
Troubleshooting
Seer Not Enabled
If you see an error about Seer not being enabled:No Budget Remaining
GitHub Integration Required
- Install the GitHub integration in Settings > Integrations
- Configure code mappings in your project settings
- Try the command again