From 6c1f552606be4cb814c41426dbf774d320f89221 Mon Sep 17 00:00:00 2001 From: Simon <10131203+gaomeng1900@users.noreply.github.com> Date: Mon, 27 Apr 2026 20:36:17 +0800 Subject: [PATCH] chore: update skills --- .agents/skills/submit-pr-from-current-changes/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.agents/skills/submit-pr-from-current-changes/SKILL.md b/.agents/skills/submit-pr-from-current-changes/SKILL.md index 9ecbf48..15f0582 100644 --- a/.agents/skills/submit-pr-from-current-changes/SKILL.md +++ b/.agents/skills/submit-pr-from-current-changes/SKILL.md @@ -75,7 +75,7 @@ After successfully opening the PR, ALWAYS give a brief reminder in the user's la ## Validation Strategy - Default to enough validation to defend the PR, not the absolute minimum. -- Prefer area-specific build, lint, or test commands when they exist. +- Run `npm run ci` to run all build and lint checks. - Escalate to broader validation when the diff crosses packages, changes shared code, or affects release behavior. - Never claim checks that did not actually run. - You MAY note what you ran and the results below the Testing section in the PR body, but do NOT check the template checkboxes.