Skip to content

Files

Latest commit

1c40c74 · Apr 27, 2025

History

History
58 lines (40 loc) · 2.03 KB
·

introduction.mdx

File metadata and controls

58 lines (40 loc) · 2.03 KB
·
title sidebarTitle icon
Codegen: AI Development Assistant
Introduction
lightbulb

Codegen is an intelligent code agent powered that seamlessly integrates with Slack, Github and Linear.

Explore our [Capabilities](/gen/capabilities) page to learn more about Codegen's full feature set and available tools!

Installation

Log in with GitHub to install Codegen and set up integrations.

<Card title="Get Started" href={"/gen/getting-started"} icon="Rocket"> Follow our step-by-step guide to start using Codegen

<Card title="Install Codegen" href={"https://codegen.sh/install"} icon="Gear"> Install codegen via OAuth with Github, Slack and Linear

Common Queries

Edit repo X so that the user auth flow uses JWT
Modify the authentication flow in a specified repository to use JSON Web Tokens. This ensures secure and stateless authentication.

Show me the recent activity on my repo X
Display the latest commits, pull requests, and other activities in a specified repository. This helps you stay updated with ongoing changes.

Can you figure out why my tests are failing on main?
Analyze the test failures on the main branch to identify potential issues. This assists in maintaining code quality and stability.

Can you review my PR?
Perform a code review on a specified pull request, providing feedback and suggestions. This ensures code quality and adherence to best practices.

Do we have any tickets about Y?
Search for tickets related to a specific topic or issue. This helps in tracking and managing tasks effectively.

Need Help?

If you encounter any issues while using Codegen, check out our:

<Card title="Troubleshooting Guide" href={"/gen/troubleshooting"} icon="Wrench"> Solutions to common problems and error messages

<Card title="FAQ" href={"/gen/faq"} icon="QuestionMark"> Answers to frequently asked questions