You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add step to check for and update modified skills when code changes
affect documented workflows
- Remove PR description generation (handled by the pr skill instead)
- Clean up description and overview to reflect new scope
Made-with: Cursor
Copy file name to clipboardExpand all lines: .cursor/skills/changeset/SKILL.md
+9-13Lines changed: 9 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,20 @@
1
1
---
2
2
name: changeset
3
-
description: Create changesets for version bump, release notes, changelog, PR description, semver patch/minor/major, breaking changes, and documentation updates after code changes
3
+
description: Create changesets for version bump, release notes, changelog, semver patch/minor/major, breaking changes, documentation and skill updates after code changes
4
4
disable-model-invocation: true
5
5
---
6
6
7
-
# Create Changesets and PR
7
+
# Create Changesets
8
8
9
9
## Overview
10
-
Generate changesets, update documentation, draft blog entries, and prepare PR description for user-facing changes.
10
+
Generate changesets, update documentation, draft blog entries, and update skills for user-facing changes.
11
11
12
12
## Steps
13
13
1.**Analyze changes**
14
14
- Compare current branch to `master` to identify modified packages
15
15
- Group changes by impact type (feature, fix, breaking)
16
16
- Identify transitive dependencies that expose the change
17
+
- Check for modified skills in `.cursor/skills/` and `packages/*/.cursor/skills/`
17
18
18
19
2.**Determine affected packages**
19
20
- Include directly modified packages
@@ -41,15 +42,10 @@ Generate changesets, update documentation, draft blog entries, and prepare PR de
41
42
- Link to PR/commit and relevant docs
42
43
- For breaking changes: add to summary's Breaking Changes section with anchor link
43
44
44
-
6.**Generate PR description**
45
-
- Output a PR description for the user to copy/paste using @.github/PULL_REQUEST_TEMPLATE.md format
46
-
- Fill in the sections based on the analyzed changes
47
-
- Link related issues if known
48
-
- Summarize motivation from changeset descriptions
49
-
- Describe solution at a high level first (not implementation details)
50
-
- Include any mermaid diagrams that might help convey key concepts, especially if one was present in a plan.md
51
-
- Drop 'Open questions' section if no relevant content
52
-
- Keep in mind you are a chat agent talking in markdown, so cannot start a markdown block without escaping the contents.
45
+
6.**Update skills**
46
+
- If code changes affect workflows described in existing skills, update those skills to match
47
+
- If new APIs or patterns are introduced that agents should know about, add them to the relevant skill
48
+
- Skill changes don't need changesets — they are development tooling, not published packages
0 commit comments