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