chore: update skills

This commit is contained in:
Simon
2026-04-27 20:36:17 +08:00
parent dcad67d4b4
commit 6c1f552606

View File

@@ -75,7 +75,7 @@ After successfully opening the PR, ALWAYS give a brief reminder in the user's la
## Validation Strategy ## Validation Strategy
- Default to enough validation to defend the PR, not the absolute minimum. - 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. - Escalate to broader validation when the diff crosses packages, changes shared code, or affects release behavior.
- Never claim checks that did not actually run. - 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. - You MAY note what you ran and the results below the Testing section in the PR body, but do NOT check the template checkboxes.