Sweep
Sweep is made by Sweep AI. Product site
- Ranked developers with Sweep activity0in the current snapshot
- Their AI-assisted commits, last 30 days0all tools combined, not Sweep alone
How Sweep marks a commit
Detection looks for any one of these signals. A commit needs only one to be attributed.
| Signal | Pattern |
|---|---|
| Commit author | ^sweep-ai\[bot\]$ |
Sweep is a GitHub App that turns issues into pull requests. Because it commits
as an installed app, it carries the deterministic sweep-ai[bot] author name
rather than a trailer.
That makes it one of the more reliably detected tools here. An app’s author name is written by the platform, not by a client that can be configured to omit it, so the signal survives squashing and rebasing.
What detection misses
- Detection is the GitHub App's bot author name, so it is exact but covers only commits the app authored itself.
- A maintainer who commits Sweep's suggested change under their own name is not counted.