From 37ee95957c381b04b69fa4bb42b1f07f7202649f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Tue, 31 Mar 2026 17:19:34 +0200 Subject: [PATCH] add version-bump and docs-gap skills to agent documentation --- AGENTS.md | 2 ++ CLAUDE.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index c9f2177b5f..1c35594f1d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -51,6 +51,8 @@ Load these for detailed context on specific topics: | [e2e-coverage](.github/skills/e2e-coverage/SKILL.md) | Updating the E2E test coverage report when apps/skeletons change | | [ai-context](.github/skills/ai-context/SKILL.md) | Creating, updating, or maintaining AI documentation files | | [changelog](.github/skills/changelog/SKILL.md) | Writing, reviewing, or editing changelog entries for releases | +| [version-bump](.github/skills/version-bump/SKILL.md) | Bumping package versions for beta, RC, and official releases | +| [docs-gap](.github/skills/docs-gap/SKILL.md) | Analyzing release changes for missing user-facing documentation | ## Package Domains diff --git a/CLAUDE.md b/CLAUDE.md index bba95b20a1..bde4d4804d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -14,3 +14,5 @@ Load these for detailed context on specific topics: | [e2e-coverage](.github/skills/e2e-coverage/SKILL.md) | Updating the E2E test coverage report when apps/skeletons change | | [ai-context](.github/skills/ai-context/SKILL.md) | Creating, updating, or maintaining AI documentation files | | [changelog](.github/skills/changelog/SKILL.md) | Writing, reviewing, or editing changelog entries for releases | +| [version-bump](.github/skills/version-bump/SKILL.md) | Bumping package versions for beta, RC, and official releases | +| [docs-gap](.github/skills/docs-gap/SKILL.md) | Analyzing release changes for missing user-facing documentation |