# Production Readiness in action

You've prepared your Cortex workspace for Production Readiness — what can you do now to maintain readiness and encourage continuous improvement?

Learn more below on how you can prioritize readiness tasks, promote the health of your data, and gain insights to improve your practices.

## Review, prioritize, and complete tasks

<div align="left"><figure><img src="/files/XJ8qPNFducoW5WKAdLyG" alt="Review tasks on the homepage." width="413"><figcaption></figcaption></figure></div>

<details>

<summary>Prioritize and complete work from the homepage</summary>

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

Engineers use the [Engineering homepage](/streamline/homepage.md) as their personalized daily starting point. It provides a centralized view of key signals and tasks related to Production Readiness standards, including:&#x20;

* **Active work**: See your open PRs, PRs assigned for review, active Jira tickets, and action items from Scorecards and Initiatives, ensuring you are aware of your responsibilities and can quickly address gaps that impact Production Readiness.
* **On-call status**: See current and upcoming on-call shifts, helping you stay prepared for incident response.
* **Scorecards and Initiatives**: See real-time progress toward Production Readiness standards.
* **Shortcuts**: Use direct links to quickly access your owned entities.&#x20;

</details>

<details>

<summary>Act on failing Scorecard rules</summary>

<div align="left"><figure><img src="/files/wTKV8oL0nZwFVgMd0CfL" alt="" width="533"><figcaption></figcaption></figure></div>

#### Review failing rules

When a Scorecard rule is failing, this information is surfaced to you in multiple ways:

* Scorecard rules that require your attention appear on the [Engineering homepage](/streamline/homepage.md).
* You can receive notifications via Slack, Microsoft Teams, or email when a Scorecard rule is failing.
  * Learn more in the [Notifications docs](/configure/settings/notifications.md).
* You can review a Scorecard's progress in [reports](/improve/reports.md) or by [viewing the Scorecard](/standardize/scorecards/evaluate.md) in Cortex.

#### Remediate failing rules&#x20;

When a service falls short of standards, there are different ways you can approach remediation:

* Use [Cortex MCP](/get-started/mcp.md) to get suggestions for remediations. Ask a question such as *What are some quick wins for my Production Readiness Scorecard?* and the MCP will respond with a prioritized list for you to focus on during remediation efforts.&#x20;
* [Set up an Initiative](/improve/initiatives.md) to assign and track remediation tasks. For example, you might create an Initiative that asks teams to meet standards on all rules in the Silver level of your Production Readiness Scorecard within the next month.
  * You can also automatically create issues in Jira, ClickUp, Azure DevOps, and GitHub based on Initiatives. Learn more in [Creating issues based on Initiatives](/improve/initiatives/issue-config.md).
* Identify and troubleshoot trends in Scorecards, and consider scalable remediation efforts. Learn more in [Review and evaluate Scorecards](/standardize/scorecards/evaluate.md).

</details>

## Verify data on your entities

<div align="left"><figure><img src="/files/1ZYOdCI9Nd4Li56BjK3Q" alt="Verify an entity." width="560"><figcaption></figcaption></figure></div>

After [defining a verification period](#step-3-configure-data-verification), users can start working on the data verification process. During the verification period, responsible users receive notifications to review their entities and label them as correct or incorrect. Make sure you have enabled the options for [notifications](/configure/settings/notifications.md) about data verification.

* See the [Data Verification documentation](/configure/settings/entity-settings/verification.md) for information on how to verify an entity and how to view verification statuses for entities.

<details>

<summary>Track verification via Scorecards</summary>

After you add a verification period, you have the ability to query that verification period's results via CQL. This unlocks the ability to view verification status in [reports](https://docs.cortex.io/improve/reports) and to create a Scorecard rule based on verification status, further automating Production Readiness checks.&#x20;

For example, in a Scorecard you could define a CQL expression in a rule that checks for entities that have not been verified in over 30 days:\
`(verifications(name="<name-of-verification>").verifications().all(verification => verification.status == "VERIFIED_CORRECT")) AND (verifications(name="<name-of-verification>").lastVerifiedAt().fromNow() > duration("PT-720"))`

</details>

<details>

<summary>Track verification via CQL report</summary>

On the [CQL reports page](https://app.getcortexapp.com/admin/cql-reports/new) in your workspace, use the **Entity Verification Report** template to quickly set up a report that lists all entities that were labeled as "incorrect."

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

</details>

## Analyze trends in Eng Intelligence metrics

Eng Intelligence allows you to view organization-wide and historical data, making it easy for leaders to validate the impact of readiness programs and for teams to see their progress toward readiness goals.

<div align="left"><figure><img src="/files/u5t0gB403DCo0cQUmQzQ" alt="Analyze trends in the DORA dashboard." width="563"><figcaption></figcaption></figure></div>

View [Eng Intelligence](/improve/eng-intelligence.md) metrics to see how your services, teams, and Scorecards are doing with Production Readiness standards, then take action to promote continuous improvement.

* **See impact**: Launch a [Scorecard](/standardize/scorecards.md) or [Initiative](/improve/initiatives.md) and watch as metrics like MTTR, cycle time, or deployment frequency shift in real time.
  * For example, after you launch a Production Readiness Scorecard, you see MTTR dropping as the team adopts the new standards. The engineering team is running more efficiently, and leadership gains confidence that engineering improvements are driving business impact.
* **Drive action**: When you identify a bottleneck that affects your readiness benchmarks, create a targeted [Initiative](/improve/initiatives.md) to fix it.
  * Initiatives send notifications to users asking them to complete tasks by the deadline you configured. Learn more in [Initiatives and action items](/improve/initiatives.md).


---

# 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://docs.cortex.io/solutions/production-readiness/in-action.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.
