AWS Security ChangesHomeSearch

AWS amazonq documentation change

Service: amazonq · 2025-06-04 · Documentation low

File: amazonq/latest/qdeveloper-ug/amazon-q-for-github.md

Summary

Added troubleshooting link and updated code review agent description to include '/q review' slash command for initiating additional code reviews

Security assessment

The change adds functionality for manual code review initiation but does not address a specific security vulnerability or weakness. While code reviews may identify security concerns, the update is a feature enhancement rather than a direct security fix.

Diff

diff --git a/amazonq/latest/qdeveloper-ug/amazon-q-for-github.md b/amazonq/latest/qdeveloper-ug/amazon-q-for-github.md
index 53a0d337a..9309a6d0f 100644
--- a//amazonq/latest/qdeveloper-ug/amazon-q-for-github.md
+++ b//amazonq/latest/qdeveloper-ug/amazon-q-for-github.md
@@ -52,0 +53,2 @@ Amazon Q Developer for GitHub (Preview) does not currently use your content for
+  * [Troubleshooting issues Amazon Q Developer for GitHub](./github-troubleshooting.html)
+
@@ -81 +83 @@ Amazon Q Developer agents provide support across the software development lifecy
-  * **Amazon Q code review agent** – When a new pull request is created or a closed pull request is reopened, Amazon Q Developer automatically performs a code review and provides feedback on code quality, potential issues, and security concerns. Amazon Q Developer also generates fixes for the identified issues, which you can review and choose to commit to the pull request. Automatic code reviews are not triggered by subsequent commits made within an existing pull request. For more information, see [Reviewing code with Amazon Q Developer in GitHub](./github-code-reviews.html).
+  * **Amazon Q code review agent** – When a new pull request is created or a closed pull request is reopened, Amazon Q Developer automatically performs a code review and provides feedback on code quality, potential issues, and security concerns. Amazon Q Developer also generates fixes for the identified issues, which you can review and choose to commit to the pull request. Automatic code reviews are not triggered by subsequent commits made within an existing pull request. You can initiate additional code reviews within pull requests with the `/q review` slash command. For more information, see [Reviewing code with Amazon Q Developer in GitHub](./github-code-reviews.html).