AI-powered PR Summaries

Typo automatically generates AI-powered summaries for every pull request, giving reviewers quick visibility into its purpose, scope, and code churn. These summaries expedite the review process by providing context upfront, before delving into the code.

The PR summary includes the following sections:

  1. Overview – A summary of the code changes in the PR.

  2. Key Changes – Detailed breakdown of changes across functions and sections.

  3. Work Breakdown – Insights into the type and nature of work involved.

  4. Recommendations – Suggested improvements or changes.

In addition, Typo helps you better understand engineering effort by categorizing code changes within PRs. This classification gives deeper insight into the kind of work being done:

  • New Work – Completely new lines of code introduced in a PR.

  • Rework – Changes made to recently written code (within the last 30 days).

  • Refactor – Updates to older, existing code (written more than 30 days ago).

  • Churn – Lines of code removed in a PR.

You can manage these from settings here. Navigate to the code health tab.

Last updated