From 5e98926b5a53eebb1bb04c5e1c791c0c0a5860a7 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Fri, 18 Apr 2025 21:40:39 +0300 Subject: [PATCH] Update scan_repo_discussions.md to clarify focus on best practices --- docs/docs/tools/scan_repo_discussions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tools/scan_repo_discussions.md b/docs/docs/tools/scan_repo_discussions.md index 289eb315..517dd985 100644 --- a/docs/docs/tools/scan_repo_discussions.md +++ b/docs/docs/tools/scan_repo_discussions.md @@ -3,7 +3,7 @@ ## Overview The `scan_repo_discussions` tool analyzes code discussions (meaning review comments over code lines) from merged pull requests over the past 12 months. -It processes these discussions alongside other PR metadata to identify recurring patterns in team feedback and code reviews, generating a comprehensive [`best_practices.md`](https://github.com/qodo-ai/pr-agent/blob/qodo-merge-best-practices_2025-04-16_1018/best_practices.md) document that distills key insights and recommendations. +It processes these discussions alongside other PR metadata to identify recurring patterns related to best practices in team feedback and code reviews, generating a comprehensive [`best_practices.md`](https://github.com/qodo-ai/pr-agent/blob/qodo-merge-best-practices_2025-04-16_1018/best_practices.md) document that distills key insights and recommendations. This file captures repository-specific patterns derived from your team's actual workflow and discussions, rather than more generic best practices. It will be utilized by Qodo Merge to provide tailored suggestions for improving code quality in future pull requests.