AI Coding Impact
AI PR tagging methods
By default, we are using the Co-authored-by in commits to identify AI PRs. If any PR commit has a tool as a co-author that PR is considered an AI PR.
Cursor
Team plan -
Identifying AI PRs -
Co-author tagging (automatic) - Cursor inserts the trailer automatically. Visible on commits and PRs in GitHub / GitLab.
Co-authored-by: Cursor <noreply@cursor.sh>Manual title tagging - Developers can add
[Cursor]to the PR title as a fallback or any other method that is convenient for the team.
Enterprise plan -
Endpoint - Commit / AI-code analytics
GET https://api.cursor.com/analytics/ai-code/commits?startDate={ms}&endDate={ms}
Also used for Enterprise access validation during onboarding.
Enterprise only — calling this endpoint on a non-Enterprise team returns: { "code": "error", "message": "You must be a member of an enterprise team to access this resource" }
Claude
Claude Code appends a Git co-author trailer to every commit where it wrote or edited code:
Co-authored-by: Claude <noreply@anthropic.com>
This trailer is recognised natively by GitHub, GitLab, and Bitbucket and surfaces on both commits and PRs.
Identifying AI PRs -
Co-author tagging (automatic) - Claude inserts the trailer automatically on accepted edits. No developer action required.
Manual title tagging: Developers can add
[Claude]to the PR title as a fallback (e.g., [claude] Feat: auth done) or use another method that is convenient for the team.
Co-pilot
As Copilot is GitHub-native, this trailer is surfaced prominently on PR pages with a Copilot badge in the contributor list.
Co-authored-by: GitHub Copilot <copilot@github.com>
Identifying AI PRs -
GitHub Copilot appends a co-author trailer on commits where code was generated via inline suggestions or Chat insertions:
Co-author tagging (automatic) - Copilot inserts the trailer automatically when suggestions are accepted.
Manual title tagging - Teams can add
[Copilot]to PR titles, which is useful for PRs where the majority of the code was AI-generated.GitHub PR labels (recommended) - A GitHub Action can detect the co-author trailer and automatically apply an AI-assisted label, enabling filtering in the PR list and project boards.
You can reach out to us at tech@typoapp.io or via live chat to share your process & we will set it up.
Read more about the AI coding feature here.
Last updated