> For the complete documentation index, see [llms.txt](https://docs.powerdevbox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerdevbox.com/autoreview/files/review.md).

# Review

{% embed url="<https://wyattdave.github.io/Auto-Review/Auto-Review%20Demos/Review%20test.html>" %}
Live Demo of a Review file
{% endembed %}

The Review file has 10 sections

* Meta Data
* Score Cards
* Overall Score
* Trigger\*
* Variable's\*
* Actions\*
* Action Inputs\*
* API Actions\*
* Connection References\*

*(\*) Same sections used in Report file, to see more information please* [Report](/autoreview/files/report.md)

### &#x20;Meta Data

Basic information about the flow, including flow name, flow id, owner and date review ran.

### Score Cards

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

Shows the points for the following metrics. The cards works on a Red, Amber, Green rating, with the thresholds set through the Ratings config file. You can configure your own values through the [Configs](/autoreview/configs.md) files.

{% content-ref url="/pages/k1vse0H6IQeRGNlUECuo" %}
[Ratings Default Value](/autoreview/configs/ratings/ratings-default-value.md)
{% endcontent-ref %}

#### **Complexity**

A metric that focuses on the type of connection used, as an example a flow using http actions and loops will be classified as more complex then a similar length flow with a Get Items and filter action. Each actions complexity value is set through the Complexity config file.

{% content-ref url="/pages/8an1Fbhsz628koq1V3Pt" %}
[Complexity Default Values](/autoreview/configs/complexity/complexity-default-values.md)
{% endcontent-ref %}

*Default Thresholds*

| Green | Amber | Red   |
| ----- | ----- | ----- |
| <50   | 50-99 | >=100 |

#### **Actions**

Raw count of actions within the flow.

*Default Thresholds*

| Green | Amber | Red  |
| ----- | ----- | ---- |
| <30   | 30-49 | >=50 |

#### Variables

Raw count of variables used within the flow.

*Default Thresholds*

| Green | Amber | Red |
| ----- | ----- | --- |
| <3    | 3/4   | >=5 |

#### Exceptions

Count of actions using Run After 'Failed'.

*Default Thresholds*

| Green | Amber | Red |
| ----- | ----- | --- |
| >1    | 1     | 0   |

### Overall Score

<figure><img src="/files/1cVbnbxQukbb9uCYlPkJ" alt="" width="563"><figcaption></figcaption></figure>

The Overall score includes a flow score out of 100 and additional flags.

#### Flow Score

The Flow score is the sum of metrics from the flow. Like all can be scoring, you can set your own values through the [Configs](/autoreview/configs.md) files, in particular the Score Config file.

{% content-ref url="/pages/MXhaEjGI223HsF0T2ifV" %}
[Scoring Default Values](/autoreview/configs/scoring/scoring-default-values.md)
{% endcontent-ref %}

*Enforced Thresholds*

| Green | Amber | Red |
| ----- | ----- | --- |
| >=90  | 89-75 | <75 |

#### Variables

Flag to show if all variables meet the following requirements:

1. Follows naming convention
2. Is used within the flow

#### Composes

Count of Composes used in the flow. This value is also used in the Overall Score.

#### Main

Is a root scope used called 'Main' to enable a single Run After 'Failed' to catch all exceptions. This value is also used in the Overall Score.

#### Exception

Is a root scope used called 'Exception' with Run After set to 'Failed', to catch all exceptions from the 'Main' scope. This value is also used in the Overall Score.

***

### Top Bar

The top bar has some additional functionality:

#### Review Configs

<figure><img src="/files/c5Hc643syOJmH6rz2mPe" alt="" width="563"><figcaption></figcaption></figure>

The current configs will show, 'default' shows that no custom configs have been set. This allows context for the review score and enable version control.

* Com: Complexity
* Rat: Ratings
* Nam: Naming Convention
* Sco: Score

#### Download

Downloads a copy of the review. When a review is open it is linked to AutoReview so if saved through the browser all flow information will be lost. Downloading separates the review and ensures the values are permanent.

#### Icon

Clicking the icon jumps back to the top of the page.

***

**Next Steps - Remaining sections**

{% content-ref url="/pages/tC6HryAfPIZD0T9BlUnf" %}
[Report](/autoreview/files/report.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.powerdevbox.com/autoreview/files/review.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.
