Netlify Coding Agent
Netlify Coding Agent is made by Netlify. Product site
- Ranked developers with Netlify Coding Agent activity0in the current snapshot
- Their AI-assisted commits, last 30 days0all tools combined, not Netlify Coding Agent alone
How Netlify Coding Agent marks a commit
Detection looks for any one of these signals. A commit needs only one to be attributed.
| Signal | Pattern |
|---|---|
| Commit author | ^netlify-coding\[bot\]$ |
Netlify’s coding agent commits through a GitHub App, so it is identified by
its netlify-coding[bot] author name.
Like other app-authored tools, it is detected by something the platform writes rather than something the client can be configured to leave out, which makes its counts steadier than trailer-based detection at the cost of missing any change a person lands themselves.
What detection misses
- Detection is the GitHub App's bot author name only, so commits merged under a human's name are not attributed.
- The app name is matched exactly. If the app is ever renamed, earlier commits stay attributed and later ones stop being counted until the pattern is updated.