From ce82869361613675fd20cbdc04a849a3b886ea1f Mon Sep 17 00:00:00 2001 From: Xuan Son Nguyen Date: Thu, 23 Jul 2026 15:22:43 +0200 Subject: [PATCH] nits --- skills/add-new-model/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/skills/add-new-model/SKILL.md b/skills/add-new-model/SKILL.md index c78d706e7c..f994030507 100644 --- a/skills/add-new-model/SKILL.md +++ b/skills/add-new-model/SKILL.md @@ -90,6 +90,7 @@ Reference: `examples/model-conversion/README.md`. ## Before opening a PR +- Run the `code-review` skill on the diff first - it catches the convention and scope issues reviewers flag most often, and it's recommended to do this locally before pushing the PR. - Confirm the contributor can explain every changed line to a reviewer and is prepared to be asked about any of it - this is required regardless of how much of the code was AI-generated. - Confirm they did a comprehensive manual review of the full diff, not just a skim. - Fill in the AI-disclosure section of `.github/pull_request_template.md` describing how AI was used (do not omit or understate this).