# Home

TypoApp Home brings together data from your Git repositories, Jira boards, and CI/CD pipelines into a single view. Track team velocity, code quality, sprint predictability, and operational risks, while comparing current performance against historical trends to get a clear picture of engineering health at a glance.

#### Key Alerts & Recommended Actions

<div align="left"><figure><img src="/files/kJMUCpDoQ5bpvEXsSIIc" alt=""><figcaption></figcaption></figure></div>

This top section acts as an exception report, pinpointing process bottlenecks that require immediate operational intervention:

* **Process Vulnerabilities:** Tracks structural anomalies such as PRs Blocked (stalled code reviews), PRs Merged w/o Review (governance bypasses), and Change Failures (production pipeline drops).
* **Risk Variables:** Highlights Team Risks, Contributor Risks, and Critical Code Issues before they disrupt milestone delivery dates.
* **Recommended Actions:** An AI-driven task box that auto-generates concrete prescriptive steps—such as notifying you when average PR line sizes are swelling too large or when comment density is dropping below optimal code-review standards.

#### Key Metrics (Historical Trends)

Continuous line graphs track month-over-month telemetry across core DORA and operational indicators:

* **PR Cycle Time:** Displays total software delivery time from the first commit to final deployment, showing if your loop times are accelerating or slowing down over a multi-month horizon.
* **Code Quality:** Tracks the creation rate of New Issues to verify whether your rapid code output remains structurally stable.
* **Sprint Insights:** Displays live delivery metrics for active target iterations, including completion progress percentages and conditional statuses (At-Risk vs. On-Track).

<div align="left"><figure><img src="/files/6Z5bazVowntz5YeEy9d9" alt=""><figcaption></figcaption></figure></div>

#### Team-Level Insights & Goals

* **Team Performance Grid:** Provides a side-by-side comparison of individual development pods (e.g., *Coding Ninjas*, *Meme*). It charts clear data points for Efficiency Tiers, Cycle Times, Review Times, and active Risks so you can easily spot which teams need extra engineering support.
* **Goals:** Tracks institutional targets and visualizes the overall Success vs. Failure distribution across your active engineering objectives in a clean, scannable chart.

####


---

# 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/home.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.
