Skip to content

Commit 7619403

Browse files
Updates announcement skill to include Dev Proxy Toolkit info
[skip ci]
1 parent 9d26957 commit 7619403

2 files changed

Lines changed: 54 additions & 4 deletions

File tree

.github/skills/dev-proxy-release-announcement/SKILL.md

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,37 @@ When describing Microsoft Graph mocking fixes:
8282
- Highlight consistency across environments
8383
- Position fixes as bringing Dev Proxy closer to real Graph behavior
8484

85+
## Dev Proxy Toolkit Section
86+
87+
Every announcement includes a section about the companion VS Code extension: [Dev Proxy Toolkit](https://marketplace.visualstudio.com/items?itemName=garrytrinder.dev-proxy-toolkit).
88+
89+
STOP - Before writing this section, fetch the toolkit changelog to identify the latest released version and its changes:
90+
91+
1. Fetch `https://marketplace.visualstudio.com/items/garrytrinder.dev-proxy-toolkit/changelog`
92+
2. Identify the latest **released** version (skip entries marked "Unreleased")
93+
3. Summarize the key changes from that version's Added, Changed, and Fixed sections
94+
4. Write the section following this pattern:
95+
96+
```markdown
97+
## Dev Proxy Toolkit
98+
99+
[Dev Proxy Toolkit](https://marketplace.visualstudio.com/items?itemName=garrytrinder.dev-proxy-toolkit) is an extension that makes it easier to work with Dev Proxy from within Visual Studio Code. Alongside the new release of Dev Proxy, we've also released a new version of the toolkit, vX.X.X.
100+
101+
In this version, we've:
102+
103+
- [Key change 1]
104+
- [Key change 2]
105+
- [Key change 3]
106+
107+
Checkout out the [changelog](https://marketplace.visualstudio.com/items/garrytrinder.dev-proxy-toolkit/changelog) for more information on changes and bug fixes.
108+
```
109+
110+
**Guidelines:**
111+
- Use `##` heading (not `###`) unless the announcement uses a "Tools" parent section
112+
- Summarize changes in user-friendly language - don't just copy changelog entries
113+
- Group related changes (e.g., multiple new snippets become "Added new snippets for X and Y plugins")
114+
- Always end with the changelog link
115+
85116
## Announcement Structure
86117

87118
```markdown
@@ -103,6 +134,12 @@ When describing Microsoft Graph mocking fixes:
103134

104135
---
105136

137+
## Dev Proxy Toolkit
138+
139+
[See Dev Proxy Toolkit Section above]
140+
141+
---
142+
106143
### **Why upgrade to vX.X.X?**
107144

108145
**Benefit 1** - description
@@ -133,10 +170,11 @@ Store in: `Projects/Dev Proxy/Release announcements/vX.X.X.md`
133170
1. Gather changelog (see "Gathering Changelog Input" above)
134171
2. Analyze and categorize changes
135172
3. Identify breaking changes and their impact
136-
4. Draft announcement following the structure
137-
5. Check for duplicate content across sections
138-
6. Verify dashes are regular, not em-dashes
139-
7. Confirm title uses sentence case
173+
4. Fetch Dev Proxy Toolkit changelog (see "Dev Proxy Toolkit Section" above)
174+
5. Draft announcement following the structure
175+
6. Check for duplicate content across sections
176+
7. Verify dashes are regular, not em-dashes
177+
8. Confirm title uses sentence case
140178

141179
## Reference Files
142180

.github/skills/dev-proxy-release-announcement/references/example-announcement.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,18 @@ When your app uses cached prompts, OpenAI charges significantly less for those t
6868

6969
---
7070

71+
## Dev Proxy Toolkit
72+
73+
[Dev Proxy Toolkit](https://marketplace.visualstudio.com/items?itemName=garrytrinder.dev-proxy-toolkit) is an extension that makes it easier to work with Dev Proxy from within Visual Studio Code. Alongside the new release of Dev Proxy, we've also released a new version of the toolkit, v1.10.0.
74+
75+
In this version, we've:
76+
77+
- Updated all JSON snippets to use v2.0.0 schemas
78+
79+
Checkout out the [changelog](https://marketplace.visualstudio.com/items/garrytrinder.dev-proxy-toolkit/changelog) for more information on changes and bug fixes.
80+
81+
---
82+
7183
### **Why upgrade to v2.0.0?**
7284

7385
While the breaking changes are small, they make Dev Proxy more accurate and reliable. **Dev Proxy v2.0.0** ensures:

0 commit comments

Comments
 (0)