mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 11:41:04 +00:00
feat(review): read existing PR comments to avoid duplicate feedback
For PR reviews, fetch existing inline and general comments via gh api before launching agents. A summary of already-discussed issues is passed to agents so they don't re-report problems that humans or other tools have already flagged. Added to Exclusion Criteria: "Issues already discussed in existing PR comments." Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
ba8a3a741f
commit
5effbb696f
2 changed files with 3 additions and 0 deletions
|
|
@ -207,6 +207,7 @@ The review intentionally excludes:
|
|||
- Subjective "consider doing X" suggestions without a real problem
|
||||
- Minor refactoring that doesn't fix a bug or risk
|
||||
- Missing documentation unless the logic is genuinely confusing
|
||||
- Issues already discussed in existing PR comments (avoids duplicating human feedback)
|
||||
|
||||
## Design Philosophy
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue