From d78f4c9b80fb2389d6874979278b8e0acfa65174 Mon Sep 17 00:00:00 2001 From: Mohan Raj Rajamanickam Date: Wed, 11 Mar 2026 15:00:29 -0700 Subject: [PATCH] chore: update pull request template with additional references and improve automated checks section --- .github/pull_request_template.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c851aea..dcb2512 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,5 @@ +**References:** [Contributing guide](../CONTRIBUTING.md) · [Repo structure](../README.md) + ## What changed @@ -14,6 +16,8 @@ # Skills +**References:** [Skill authoring guide](../README.md) · [Automated checks](../scripts/validate-skills.ts) + ## Checklist **Naming** @@ -36,7 +40,7 @@ --- -**Automated checks** — enforced by CI (`npm run validate:skills`): +**Automated checks** — enforced by CI ([`npm run validate:skills`](../scripts/validate-skills.ts)): - Directory is one level deep, named in kebab-case, contains `SKILL.md` - Frontmatter `name` matches directory name; `description` is present, ≥ 20 words, and includes trigger language