# Design Reviewer

DevArmor's Code Review module automatically reviews every new PR and suggest security improvements.&#x20;

To use the Code Review, you don't need to make any changes to your workflow. Simply pay attention to the DevArmor check that runs as part of the GitHub check suite for every new PR and PR updates.&#x20;

If DevArmor finds a potential improvement for a given PR, it generates a separate PR to implement it. In that case, DevArmor will include a link to the new PR in the comments section of its PR review. Simply follow the link to review the proposed changes.


---

# 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.devarmor.com/modules/design-reviewer.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.
