# prontolabs/pronto

Quick automated code review of your changes

Repository: https://github.com/prontolabs/pronto
Canonical: https://ross.abutalabs.com/products/pronto
Language: Ruby
License: MIT
License Family: permissive
Topics: review, automated-review, automated-analysis, linters, gitlab, bitbucket, formatter
Last push: 2026-05-04T04:55:10+00:00

## Health v2 (maintenance only)
Score: 69/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 80, release rhythm 36, longevity 100
- inputs: {"age_days": 4810, "days_push": 121, "days_rel": 271, "gap_med": 163.5, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2670, forks 250 (observed 2026-08-28T04:07:09.445929+00:00)

## What it is
Pronto is a Ruby gem that runs automated code review by analyzing only the changes in a diff rather than the whole codebase. It integrates with GitHub pull requests, GitLab, and Bitbucket, and works locally via a CLI, using pluggable runners like rubocop, flay, and brakeman.

## Use cases
- automatically review pull requests for style violations
- check only changed lines instead of the whole codebase
- run linters on a diff between branches locally
- post code review comments to GitHub, GitLab, or Bitbucket
- detect security issues introduced by new commits
- enforce styleguide compliance in CI on feature branches

## When to choose
- you have a Ruby codebase and want fast, incremental linting on diffs
- you want automated review comments on pull requests
- you want to combine multiple linters under one diff-based runner

## When to avoid
- your project is not in Ruby or lacks Ruby runner support
- you need full-codebase static analysis rather than diff-based review
- you want a language-agnostic review platform

## Facets
- artifact type: cli-tool
- maturity: active
- function: linter, code-review, cli, developer-tools, ci-cd
- domain: developer-tools, version-control, testing
- platform: cli, cross-platform, ruby
- tags: code-review, automated-review, ruby-gem, pull-requests, github, gitlab, bitbucket, diff-analysis

## Member repositories
- prontolabs/pronto (main) score 69

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:09.445929+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:18:11.475223+00:00, confidence not recorded.
  - readme: https://github.com/prontolabs/pronto (fetched 2026-08-28T04:07:09.445929+00:00, sha c5ff2025a299)
- Data as of 2026-08-30T08:39:29.467469+00:00.
