Quick Start

Get AI-powered code reviews on your pull requests in under 5 minutes.

Step 1: Install the GitHub App

Click the button below to install the Jasper GitHub App on your organization or personal account:

Install Jasper GitHub App

Step 2: Select Repositories

During installation, choose which repositories Jasper should have access to:

  • All repositories - Jasper will automatically review PRs on all current and future repos
  • Select repositories - Choose specific repos for Jasper to monitor

Step 3: Create a Pull Request

That's it! Now when you create or update a pull request, Jasper will automatically:

  1. Analyze your code changes using Claude AI
  2. Post a comprehensive review comment with findings
  3. Add inline comments on specific lines that need attention
  4. Provide an overall verdict (Approve, Request Changes, or Comment)

Free Tier

Every organization gets 10 free reviews per month. No credit card required to get started.

What Happens During a Review?

When a PR is opened or updated, Jasper performs a comprehensive analysis:

  • Code Quality - Readability, naming conventions, code structure
  • Security - Potential vulnerabilities, injection risks, auth issues
  • Performance - Inefficiencies, N+1 queries, memory concerns
  • Best Practices - Language idioms, framework patterns, DRY principles
  • Bug Detection - Logic errors, edge cases, null checks

Interacting with Reviews

After receiving a review, you can:

  • Reply to any comment to ask follow-up questions
  • Use @jasper to chat with the AI about your code
  • Use slash commands like /jasper explain for specific actions

Next Steps