# Release Quality Improvement Guide

Deliver rock-solid **releases free from critical untested code** with SeaLights' Release Quality Improvement approach. Here's how:

* **Identify untested risks:** Uncover **new or modified code** (methods) lacking tests, potential threats to your product's stability and functionality.
* **Bridge the gaps:** Address these "test gaps" by **writing new tests, modifying existing ones, or conducting additional testing**. Ensure comprehensive coverage of all code changes.
* **Confident deployments:** The ultimate goal? Deploying **without critical test gaps**. Thoroughly tested and verified critical code changes **minimize risks** and **boost confidence** in your software's quality.

***

### Implementation

Incorporate these steps into your SDLC with SeaLights:

{% content-ref url="/pages/fEZxxj3SgBGPXk8LKlzG" %}
[STEP 1: Deploy SeaLights](/knowledgebase/guides/quality-improvement/quality-improvement-solution-overview/release-quality-improvement-guide/step-1-deploy-sealights.md)
{% endcontent-ref %}

{% content-ref url="/pages/DNjCakybVgnpMm0Acr67" %}
[STEP 2: Take a Quality Snapshot](/knowledgebase/guides/quality-improvement/quality-improvement-solution-overview/release-quality-improvement-guide/step-2-take-a-quality-snapshot.md)
{% endcontent-ref %}

{% content-ref url="/pages/jFMOB1Wq3wvMO9isxrbQ" %}
[STEP 3: Prioritize code areas](/knowledgebase/guides/quality-improvement/quality-improvement-solution-overview/over-time-quality-improvement-guide/step-3-prioritize-code-areas.md)
{% endcontent-ref %}

{% content-ref url="/pages/2LvbhfVlNTdD6c8DlHox" %}
[STEP 4: Set Baseline & Threshold](/knowledgebase/guides/quality-improvement/quality-improvement-solution-overview/release-quality-improvement-guide/step-4-set-baseline-and-threshold.md)
{% endcontent-ref %}

{% content-ref url="/pages/AWtoTnRv1NJDJ3dldyFF" %}
[STEP 5: Analyze Test Gaps](/knowledgebase/guides/quality-improvement/quality-improvement-solution-overview/release-quality-improvement-guide/step-5-analyze-test-gaps.md)
{% endcontent-ref %}

{% content-ref url="/pages/JpbI3RA7sQYowL9d3f84" %}
[STEP 6: Write Tests](/knowledgebase/guides/quality-improvement/quality-improvement-solution-overview/release-quality-improvement-guide/step-6-write-tests.md)
{% endcontent-ref %}

{% content-ref url="/pages/MONgeSYfsEBvS0IE4PKE" %}
[Step 7: Make a Go / No Go Decision Based on Quality Gate](/knowledgebase/guides/quality-improvement/quality-improvement-solution-overview/release-quality-improvement-guide/step-7-make-a-go-no-go-decision-based-on-quality-gate.md)
{% endcontent-ref %}

{% content-ref url="/pages/jGAcnRrnsWnL6Od3W0Xa" %}
[STEP 8: Measure Defect Escape Rate](/knowledgebase/guides/quality-improvement/quality-improvement-solution-overview/release-quality-improvement-guide/step-8-measure-defect-escape-rate.md)
{% endcontent-ref %}

Embrace SeaLights and achieve confident, stable releases that instill trust and deliver exceptional value.

***

### Alternative Implementation

Looking to improve release quality **without deploying a new tool**? Our Use Story Coverage guide helps you leverage your existing tools by focusing on **user stories**.

{% content-ref url="/pages/f4FzJIGgZ5bZbs2hRl8T" %}
[User Story Coverage](/knowledgebase/guides/user-story-coverage/readme.md)
{% endcontent-ref %}


---

# 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.sealights.io/knowledgebase/guides/quality-improvement/quality-improvement-solution-overview/release-quality-improvement-guide.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.
