# Pull Request Metrics

Metrics that help you measure the velocity & Quality of Pull Requests-&#x20;

* [Avg. Commit After PR Raised](https://typo.gitbook.io/typo-help-docs/engineering-metrics/pull-request-metrics/avg.-commits-during-pr-review)
* [Coding days](https://typo.gitbook.io/typo-help-docs/engineering-metrics/pull-request-metrics/coding-days)
* [Coding time](https://typo.gitbook.io/typo-help-docs/engineering-metrics/pull-request-metrics/coding-time)
* [Merge Frequency](https://typo.gitbook.io/typo-help-docs/engineering-metrics/pull-request-metrics/merge-frequency)
* [Merge Time](https://typo.gitbook.io/typo-help-docs/engineering-metrics/pull-request-metrics/merge-time)
* [Pickup Time](https://typo.gitbook.io/typo-help-docs/engineering-metrics/pull-request-metrics/pickup-time)
* [PR Size](https://typo.gitbook.io/typo-help-docs/engineering-metrics/pull-request-metrics/pr-size)
* [PRs Merged without Review](https://typo.gitbook.io/typo-help-docs/engineering-metrics/pull-request-metrics/prs-merged-without-review)
* [Review Time](https://typo.gitbook.io/typo-help-docs/engineering-metrics/pull-request-metrics/review-time)
* [Efficiency Score](https://typo.gitbook.io/typo-help-docs/engineering-metrics/pull-request-metrics/efficiency-score)


---

# 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/engineering-metrics/pull-request-metrics.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.
