From 93072b66bc55da9f6b5d83530228b65dc33707b8 Mon Sep 17 00:00:00 2001 From: skibitsky Date: Mon, 2 Feb 2026 11:13:56 +0200 Subject: [PATCH] chore(code-review): add WebSearch verification for external dependencies Adds instruction for review agents to use WebSearch to verify claims about external libraries, frameworks, APIs, and cloud services before recommending changes. This prevents outdated advice based on stale LLM knowledge (e.g., Cloudflare Hyperdrive's prepare: false was correct in early 2025 but became outdated in October 2025). Co-Authored-By: Claude Opus 4.5 --- .claude/commands/code-review.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.claude/commands/code-review.md b/.claude/commands/code-review.md index 5408b61..f41cdad 100644 --- a/.claude/commands/code-review.md +++ b/.claude/commands/code-review.md @@ -23,6 +23,7 @@ Use the provided user guidance to steer the review and focus on specific code pa - Read the full file context (not just diffs) to understand surrounding logic - Focus on different aspects: bugs/logic, security/auth, and patterns/structure - Follow the detailed review guidelines from the code-review agent + - **Use WebSearch to verify claims** about external libraries, frameworks, APIs, or cloud services (e.g., Cloudflare, AWS, database drivers) before recommending changes - documentation and best practices evolve frequently - If AWS infrastructure detected: ONE additional agent with `subagent_type: aws-limits` to review AWS service quota violations in the changed infrastructure files 4. Collect all findings and produce a **consolidated summary** 5. Rank issues by severity: Critical > High > Medium > Low