Overview
When Code Optimizer detects issues, you can generate AI-powered fixes that are submitted as pull requests for team review.Generating a Fix
Step-by-Step Process
1
Select an Issue
From the Code Optimizer dashboard, click on any Ongoing issue to view its details.
2
Review Issue Details
Read the issue description, affected code location, and recommended remediation.
3
Generate Fix
Click “Generate Fix” to invoke AI-powered remediation.
4
Review the Pull Request
Code Optimizer creates a PR in your repository.
Issue Resolution
Issues are marked Resolved when:- You merge the fix PR
- Trigger a new scan
- The issue is no longer detected
Ignoring Issues
When to ignore:- False positives or scanner errors
- Intentional design decisions that violate standard rules
- Rules that don’t apply to your use case
- Low priority issues you’re not addressing now