# Pickup time

Pickup time refers to the duration between when a PR was opened to when the first comment was done on the PR. This metric is an essential part of understanding a team's responsiveness and efficiency in handling code reviews.

<div data-with-frame="true"><figure><img src="/files/6JuzQLVPLX8teHXU3V1Q" alt=""><figcaption></figcaption></figure></div>

This metric can also be found in the Process screen and is the average of all PRs with at least 1 comment.

<div data-with-frame="true"><figure><img src="/files/3dS3ZdGrZZ8Y19Pyzeov" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}
For calculation of Pickup time, only the PRs with at least 1 comment are considered. PRs without any comments are excluded.
{% endhint %}

Pickup time measures how quickly team members engage with a new pull request. A shorter pickup time often indicates a more active and responsive development team, which can lead to faster integration of changes.

Faster pickup times can lead to shorter cycle times, as the PR spends less time idle, waiting for initial feedback.

A focus on Pickup time can lead to a more efficient review process, reducing the overall cycle time and improving the software development lifecycle.

The Pickup time can be 0 if there are no comments in the PR.

#### Related articles

{% content-ref url="/pages/UTWwBRR1KT6jskHGNbYw" %}
[Why is pickup time not included in cycle time?](/faqs/metrics-and-data-faqs/why-is-pickup-time-not-included-in-cycle-time.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://docs.hivel.ai/metrics-and-definitions/speed/pickup-time.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.
