
Getting Started Guide
How to Use Cubic
A practical guide to get you up and running with Cubic. Written by Delv Editorial, Delv Team.
Getting started with Cubic
In this guide, you'll learn how to set up Cubic and perform your first code review. By the end, you'll be able to leverage its AI capabilities to catch cross-file logic issues in your codebase.Step 1: Sign up and set up
- Go to Cubic's website.
- Click on the Sign Up button in the top right corner.
- Enter your email address and create a password, or use a GitHub account to sign up.
- Verify your email if prompted.
- Once logged in, you can link your GitHub account to access your repositories. Click on Connect GitHub and authorise Cubic to access your repositories.
Step 2: Your first code review
- After linking your GitHub account, you'll see a list of your repositories.
- Select a public repository or, if you have a paid plan, a private one. Click on the repository name.
- In the repository overview, click on the Review button.
- Cubic will begin scanning your code. Once the analysis is complete, you’ll see a summary of findings.
- Click on the View Details button to explore specific issues. You can navigate through the visual diagrams to understand the context of each issue.
Step 3: Get better results
- To refine your analysis, use the Filters option to focus on specific file types or areas of concern.
- Review the Recommendations provided by Cubic and apply them directly in your code.
- Regularly revisit your repository to catch new issues as your code evolves. You can set reminders for periodic reviews using the Schedule Review feature.