> For the complete documentation index, see [llms.txt](https://docs.sealights.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sealights.io/knowledgebase/guides/user-story-coverage/use-cases-by-persona/developers/code-review-facilitator.md).

# Code Review Facilitator

Elevate your code reviews with the power of real-time coverage insights. Utilize the User Story Coverage Report to identify areas lacking sufficient testing, proactively guiding reviewers towards potential blind spots.&#x20;

***

## Step-by-Step Tutorial

<details>

<summary><strong>1. Access the User Story's / Subtask's Coverage</strong></summary>

* The code reviewer should open the user story or subtask in Jira and navigate to the "Coverage" tab.\
  ![](/files/CM4j08TkxBpaJw9rn71b)\
  \
  **Note:** If the tab is missing, the user story deployment isn't complete. Refer to the[Deployment Guide](/knowledgebase/guides/user-story-coverage/technical-overview/deployment-guide.md) for further details.

</details>

<details>

<summary><strong>2. Deep Dive into Method List</strong></summary>

* Open the detailed coverage report to scrutinize individual methods.\
  \
  ![](/files/1015Kf6lJxP7qcY3diIx)
* The report is on the User Story level. Find the relevant subtask in the report and open the method list.\
  \
  ![](/files/d1yqz5skIEBwEIYOtHUs)

</details>

<details>

<summary>3. Scan the Method List</summary>

* Quickly identify coverage gaps by looking for methods marked red (no tests) or orange (only unit tests).\
  \ <img src="/files/WZLD6Wzg2hDxmZkn3WWg" alt="" data-size="original">
* Prioritize methods currently under review.

</details>

<details>

<summary>4. <strong>Assess Coverage</strong></summary>

* Use your organization's standards and testing strategy to judge if coverage is sufficient.
* **Important:** Some organizations run additional tests after code review. Only assess coverage for test types already executed.

</details>

<details>

<summary>5. <strong>Address Critical Gaps</strong></summary>

* If critical methods lack coverage, leave comments on the pull request or discuss directly with the developer.

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.sealights.io/knowledgebase/guides/user-story-coverage/use-cases-by-persona/developers/code-review-facilitator.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
