When cubic identifies an issue in your code, you can request an AI-generated fix that:
Analyzes the issue - Reviews the problem and relevant context
Generates a solution - Creates a targeted fix addressing the specific issue
Opens a fix PR - Automatically creates a new pull request targeting your original PR’s branch
Preserves review flow - Allows you to review the fix separately before merging into your main PR
Fix PRs target the branch of your original PR, not the main branch. This lets you review and test
the fix in isolation before incorporating it into your work.