Skip to main content

Automated Code Review in CI/CD

CurieTech AI enables seamless, intelligent code reviews as part of your CI/CD workflows through the Code Review Agent. By integrating directly into your pipeline, this agent elevates the quality and consistency of your pull request reviews.

Setting Up in CI/CD

To enable CurieTech AI’s automated code review in your CI/CD pipeline:

  1. Generate an API Key

    • Go to Settings > API Keys.
    • Click Add API Key, and copy the generated key when prompted (you can only view it once).
  2. Use the Provided cURL Command

    • In the same API Key tab, click View Instructions.
    • Copy the pre-formatted curl command shown.
    • Paste it directly into your CI/CD pipeline workflow file (e.g., GitHub Actions, GitLab CI, Bitbucket Pipelines).
  3. How It Works Whenever a new Pull Request is created, your CI/CD workflow will trigger the API call to CurieTech AI. The Code Review Agent will:

    • Analyze the PR content.
    • Provide context-aware feedback.
    • Suggest actionable improvements.

What the Code Review Agent Does

Unlike static linters or rule-based scanners, CurieTech AI's Code Review Agent uses intent-driven analysis to:

  • Catch subtle bugs and logic flaws
  • Flag anti-patterns and inefficient design choices
  • Recommend improvements aligned with your architecture
  • Enforce security and performance best practices
  • Explain rationale with context-specific suggestions

This agent functions like a senior reviewer embedded in your team — thorough, consistent, fast, and always aligned with your development patterns.


By automating this process in your CI/CD pipelines, CurieTech AI helps you:

  • Improve code quality early
  • Eliminate repetitive review work
  • Accelerate pull request turnaround