> ## Documentation Index
> Fetch the complete documentation index at: https://docs.symbioticsec.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Discover PR Integration

> Detect, review and remediate directly in your PR

## In PR Detection

Our Github integration allows you to automaticlaly scan PRs after each push.

### Summary

On opening a PR you will see a Security Summary comment that lists all issues introduced and/or remediated by this PR.

<img src="https://mintcdn.com/symbioticsecurity/bmAN2_ZAfvxuM57S/flow/admins/images/security_summary.png?fit=max&auto=format&n=bmAN2_ZAfvxuM57S&q=85&s=ecec91d8d29bbf8fe40b7909533bf4a9" alt="Security Summary" width="3881" height="2160" data-path="flow/admins/images/security_summary.png" />

In this summary you will find a table of vulnerabilities with the following information:

* Severity
* ID of the rule
* Name of the rule
* Filepath
* Line

<Info>
  You can click on the rule id to open our vulnerability database or on the line to see the snippet of code that triggered the rule.
</Info>

<img src="https://mintcdn.com/symbioticsecurity/bmAN2_ZAfvxuM57S/flow/admins/images/summary_table.png?fit=max&auto=format&n=bmAN2_ZAfvxuM57S&q=85&s=123263d0827e9fbf1a85a740dcb9e8b1" alt="Summary Table" width="3881" height="2160" data-path="flow/admins/images/summary_table.png" />

### Review

If you want to know more about a specific issue you can launch a review using the command `/symbot review <vuln-id>` posted as a PR comment. It will create a review comment on the code snippet that triggered the issue with the following information:

* Rule explanation
* Potential impact
* Tailored remediation suggestion

<img src="https://mintcdn.com/symbioticsecurity/bmAN2_ZAfvxuM57S/flow/admins/images/review_comment.png?fit=max&auto=format&n=bmAN2_ZAfvxuM57S&q=85&s=bb87d85d336066486dad78907ec36492" alt="Review Comment" width="3881" height="2160" data-path="flow/admins/images/review_comment.png" />

### Chat

If you have any questions, you can ask directly our model by answering in the comment and tagging `/symbot`.

<img src="https://mintcdn.com/symbioticsecurity/bmAN2_ZAfvxuM57S/flow/admins/images/chat_comment.png?fit=max&auto=format&n=bmAN2_ZAfvxuM57S&q=85&s=c77b6eb1177c56eeb7e383c748e245b9" alt="Chat Comment" width="3881" height="2160" data-path="flow/admins/images/chat_comment.png" />

## In PR Activation

Our Github integration allows you to push the usage of our extension using an automatic comment. On a regular basis, we will remind developers that havent scan the branch thay are working in their IDE that they can use our extension to detect issues earlier.

<img src="https://mintcdn.com/symbioticsecurity/bmAN2_ZAfvxuM57S/flow/admins/images/activation_comment.png?fit=max&auto=format&n=bmAN2_ZAfvxuM57S&q=85&s=9dff64e97730fe0b0da7cb805eec8e5f" alt="Activation Comment" width="1676" height="340" data-path="flow/admins/images/activation_comment.png" />
