> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ellipsis.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Ellipsis is an AI teammate that reviews code, fixes bugs, and more.

<Warning>
  <b>We're hiring!</b> Join our team as a <a href="https://www.ycombinator.com/companies/ellipsis/jobs/hOLJHSp-founding-ai-engineer" target="_blank">Founding AI Engineer</a> 🚀
</Warning>

Ellipsis is an <b>AI teammate</b> that installs into your GitHub repositories. It can:

<CardGroup cols={2}>
  <Card title="Code Review" icon="code" href="/features/code-review">
    Review your code and enforce your team's style guide and coding standards
  </Card>

  <Card title="Bug Fixes" icon="bug" href="/features/bug-fixes">
    Fix bugs in your codebase automatically
  </Card>

  <Card title="Pull Request Summaries" icon="code-pull-request" href="/features/pull-request-summaries">
    Write PR descriptions and automatically assign pull request authors
  </Card>

  <Card title="Implementation Plans" icon="sitemap" href="/features/implementation-plans">
    Create implementation plans for new features
  </Card>

  <Card title="Question & Answer" icon="circle-question" href="/features/question-and-answer">
    Answer questions about your codebase or about a pull request
  </Card>

  <Card title="Reports" icon="file-lines" href="/features/reports">
    Create release notes and changelogs
  </Card>

  <Card title="Code Generation" icon="code" href="/features/code-generation">
    Generate code based on your requirements and existing codebase
  </Card>

  <Card title="Workflows" icon="diagram-project" href="/features/react-workflows">
    Workflows of format "If X happens, then Ellipsis should do Y"
  </Card>

  <Card title="Analytics" icon="chart-line" href="/features/analytics">
    Help you understand your team's engineering velocity
  </Card>
</CardGroup>

Ellipsis gives every software engineer a second pair of eyes to spot problems, and second pair of hands to fix them. 🙌

<Card horizontal title="Start a free trial" icon="rocket" color="175173" href="https://app.ellipsis.dev/?ref=docs">
  Click here to start a free 7 day trial of AI Code Reviews & Bug Fixes
</Card>
