From 5e3afa3aa731ea9eac023544b12d94dccf326b26 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Thu, 14 May 2026 19:11:43 +0300 Subject: [PATCH] chore: add manual testing guidance to React Doctor PRs --- .opencode/commands/rd-fixes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.opencode/commands/rd-fixes.md b/.opencode/commands/rd-fixes.md index 86231f19..381711b7 100644 --- a/.opencode/commands/rd-fixes.md +++ b/.opencode/commands/rd-fixes.md @@ -52,6 +52,7 @@ PR requirements: - Include diagnostics fixed according to `check-batch`. - Include remaining diagnostics in selected files. - Include validation results for `bun run type-check` and `bun run lint`. +- Include a `Manual testing recommendations` section with focused checks for the changed behavior. Base it on the selected files and actual edits, for example checking affected dropdowns, keyboard navigation, model/agent selection, settings controls, or mobile/desktop variants. - Include any skipped diagnostics and why. Constraints: