# Contributors

### **AI Coding**

<div align="left"><figure><img src="/files/HNLAOCUX4nEvRfyGQgFv" alt="" width="563"><figcaption></figcaption></figure></div>

#### Usage

Shows how effectively your team is utilising AI by tracking total AI-assisted code contributions, PR activity, and overall adoption of AI-generated code.

**AI Commits**\
&#x20;Represents the total number of commits made using AI by the selected user within the chosen date range.

**AI PRs**\
&#x20;Shows the number of merged AI-assisted PRs compared to non-AI PRs authored by the selected user within the selected date range.

**Acceptance Rate**\
&#x20;Represents the percentage of AI-generated code suggestions accepted by the selected user within the chosen date range.

#### Impact

Shows the impact of AI on your development workflow by tracking changes in PR speed, review efficiency, and code delivery size.

<div align="left"><figure><img src="/files/9SEBUkrs8QUR4a83OjDK" alt="" width="563"><figcaption></figcaption></figure></div>

**PR Cycle Time**\
Represents the difference in PR Cycle Time for AI-assisted PRs authored by the selected user compared to non-AI PRs merged within the selected time range.

**PR Review Time**\
Shows the difference in review time for AI-assisted PRs authored by the selected user compared to non-AI PRs merged within the selected time range.

**PR Size**\
Represents the difference in PR size between merged AI-assisted PRs and non-AI PRs authored by the selected user within the selected time range.

#### Spend

Shows the financial metrics of your AI investment by tracking total token consumption, overall expenditure, and the unit cost breakdown of AI-assisted delivery.

<div align="left"><figure><img src="/files/kfsv8kOf9iwt3Fpvil5t" alt="" width="563"><figcaption></figcaption></figure></div>

**Total Tokens**\
Represents the total volume of tokens consumed during AI-assisted coding activities by the selected user within the chosen date range.

**Total Spend**\
Represents the total estimated financial cost incurred from token consumption by the selected user within the chosen date range.

**Cost per AI PR**\
Represents the average cost incurred per PR. This is calculated by dividing the total cost by the number of merged AI PRs authored by this user in the selected time range.

### **Activity**

<div align="left"><figure><img src="/files/SdXk1MerEfjxgvZg2GOi" alt="" width="563"><figcaption></figcaption></figure></div>

#### **Issue Summary**

View a breakdown of all in-progress and completed issues for the selected member within the chosen time range.

#### **Work Breakup**

Shows how the members’ completed issues and PRs are distributed across different work categories.

#### Meeting Time

Shows the average time a selected developer spends in meetings each week (or within the selected time range). This includes calendar events with more than one attendee and excludes any events declined by the user. Read more about meeting insights [here.](/typo-help-docs/engineering-metrics/meeting-insights.md)

#### **PR Created**

Displays stats for all pull requests authored by the selected developer.

#### **PR Reviewed**

Reflects stats for all pull requests reviewed by the developer.

#### **PR Code Quality**

Highlights code health issues found in the developer’s PRs, categorized into two types: Security and Vulnerability.

#### **Performance Across Sprints**

Shows the developer’s performance across past sprints. These metrics are based on the issues assigned to them, along with time estimates for each sprint.

### **Worklog**

Displays the developer’s Git activity throughout the month, helping you assess workload distribution and ensure balance across the team.

<figure><img src="/files/wwLHBeyWcrVEYTUjB5lY" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://typo.gitbook.io/typo-help-docs/platform/health/contributors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
