Skip to content

Commit 8a47b8b

Browse files
chore(release): apply skill changesets (#86)
Co-authored-by: odinr <7370336+odinr@users.noreply.github.com>
1 parent f776146 commit 8a47b8b

File tree

26 files changed

+234
-68
lines changed

26 files changed

+234
-68
lines changed

.changeset/add-fusion-help-api.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/add-fusion-help-docs.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/add-fusion-help-integration.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/fix-issue-authoring-session-cache-guidance.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.changeset/fix-windows-validation-scripts.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,74 @@
22

33
All notable changes to this repository are documented in this file.
44

5+
## v0.11.1
6+
7+
### Patch
8+
9+
__🎯 [feat: add fusion-help skills and fix Windows validation scripts #83](https://github.com/equinor/fusion-skills/pull/83)<br/>
10+
🗂️ [f776146](https://github.com/equinor/fusion-skills/commit/f776146b536cba9fe9c068ed07bad23abf4c2bcc)<br/>
11+
📦 fusion-help-api@0.0.1__
12+
13+
Add fusion-help-api skill
14+
15+
- Guides developers through direct Fusion Help REST API interaction
16+
- Covers articles, FAQs, release notes, search, and content management
17+
18+
---
19+
20+
__🎯 [feat: add fusion-help skills and fix Windows validation scripts #83](https://github.com/equinor/fusion-skills/pull/83)<br/>
21+
🗂️ [f776146](https://github.com/equinor/fusion-skills/commit/f776146b536cba9fe9c068ed07bad23abf4c2bcc)<br/>
22+
📦 fusion-help-docs@0.0.1__
23+
24+
Add fusion-help-docs skill
25+
26+
- Guides app teams through authoring and publishing help documentation using fusion-help-cli
27+
- Covers articles, release notes, and FAQs
28+
29+
---
30+
31+
__🎯 [feat: add fusion-help skills and fix Windows validation scripts #83](https://github.com/equinor/fusion-skills/pull/83)<br/>
32+
🗂️ [f776146](https://github.com/equinor/fusion-skills/commit/f776146b536cba9fe9c068ed07bad23abf4c2bcc)<br/>
33+
📦 fusion-help-integration@0.0.1__
34+
35+
Add fusion-help-integration skill
36+
37+
- Wires Fusion Help Center into app pages via useHelpCenter hook and PageLayout props
38+
- Creates article slug constants and connects contextual help articles
39+
40+
---
41+
42+
__🎯 [fix(skills): harden GitHub API token conservation across issue-authoring and related skills #85](https://github.com/equinor/fusion-skills/pull/85)<br/>
43+
🗂️ [c8ba3df](https://github.com/equinor/fusion-skills/commit/c8ba3df924c5a712c835cdb9f4de44bac03b7ad4)<br/>
44+
📦 fusion-dependency-review@0.1.2<br/>
45+
📦 fusion-discover-skills@0.1.3<br/>
46+
📦 fusion-github-review-resolution@0.1.5<br/>
47+
📦 fusion-issue-authoring@0.2.4<br/>
48+
📦 fusion-issue-solving@0.1.5<br/>
49+
📦 fusion-issue-task-planning@0.1.4__
50+
51+
Make all GitHub-API-consuming skills more conservative with token usage.
52+
53+
- `fusion-issue-authoring`: concrete session-cache flow for labels and assignee candidates; per-session budget table
54+
- `fusion-issue-solving`: expanded low-token strategy with session-cache references and budget awareness
55+
- `fusion-github-review-resolution`: token budget guidance for thread-heavy reviews; cache PR metadata once
56+
- `fusion-issue-task-planning`: session-cache delegation rules and batch-size warning for large task plans
57+
- `fusion-dependency-review`: explicit data-reuse rules across parallel advisor fan-out
58+
- `fusion-discover-skills`: tighter GraphQL budget and call-count cap for discovery sessions
59+
60+
resolves equinor/fusion-core-tasks#797
61+
62+
---
63+
64+
__🎯 [feat: add fusion-help skills and fix Windows validation scripts #83](https://github.com/equinor/fusion-skills/pull/83)<br/>
65+
🗂️ [f776146](https://github.com/equinor/fusion-skills/commit/f776146b536cba9fe9c068ed07bad23abf4c2bcc)__
66+
67+
Fix Windows compatibility in validation scripts
68+
69+
- Fix extractFrontmatter regex to handle \r\n line endings
70+
- Fix parseFrontmatter split to normalize \r\n line endings
71+
- Fix discoverLocalSkills regex to strip both / and \ path separators
72+
573
## v0.11.0
674

775
### Minor

README.md

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,13 @@ In this repository, use `fusion-<skill-name>` as the default skill naming conven
212212
- `skills/.system/` ⚙️ internal/system skills and shared building blocks
213213

214214
<!-- skills-table:start -->
215-
**🧪 [`fusion-dependency-review@0.1.1`](skills/.experimental/fusion-dependency-review/SKILL.md)**
215+
**🧪 [`fusion-dependency-review@0.1.2`](skills/.experimental/fusion-dependency-review/SKILL.md)**
216216

217217
Review dependency PRs with structured research, existing-PR-discussion capture, multi-lens analysis (security, code quality, impact), and a repeatable verdict template. USE FOR: dependency update PRs, Renovate/Dependabot PRs, library upgrade reviews, "review this dependency PR", "should we merge this update". DO NOT USE FOR: feature PRs, application code reviews, dependency automation/bot configuration, or unattended merge without confirmation.
218218

219219
---
220220

221-
**🧪 [`fusion-discover-skills@0.1.2`](skills/.experimental/fusion-discover-skills/SKILL.md)**
221+
**🧪 [`fusion-discover-skills@0.1.3`](skills/.experimental/fusion-discover-skills/SKILL.md)**
222222

223223
Discovers relevant Fusion skills through Fusion MCP first, falls back to GitHub-backed catalog inspection when needed, returns concise matches with purpose and next-step guidance, and handles install, update, or remove intent without guesswork. USE FOR: finding a skill for a task, asking what to install, checking update or remove guidance, discovering available Fusion skills. DO NOT USE FOR: creating new skills, performing the task itself, or inventing results when discovery signals are unavailable.
224224

@@ -230,12 +230,30 @@ Guides developers using Fusion Framework feature flags with MCP-backed framework
230230

231231
---
232232

233-
**🧪 [`fusion-github-review-resolution@0.1.4`](skills/.experimental/fusion-github-review-resolution/SKILL.md)**
233+
**🧪 [`fusion-github-review-resolution@0.1.5`](skills/.experimental/fusion-github-review-resolution/SKILL.md)**
234234

235235
Resolves unresolved GitHub PR review threads end-to-end: evaluates whether each review comment is correct, applies a targeted fix when valid, replies with rationale when not, commits, and resolves the thread. USE FOR: unresolved review threads, PR review feedback, changes requested PRs, PR review URLs (#pullrequestreview-...), fix the review comments, close the open threads, address PR feedback. DO NOT USE FOR: summarizing feedback without code changes, creating new PRs, or read-only branches.
236236

237237
---
238238

239+
**👍 [`fusion-help-api@0.0.1`](skills/fusion-help-api/SKILL.md)**
240+
241+
Guides developers and admins through direct interaction with the Fusion Help REST API — reading articles, FAQs, release notes, searching content, and managing help documentation programmatically. USE FOR: fetch help articles from API, integrate help content in app, search help content, manage help documentation via API, automate help content, build help tooling. DO NOT USE FOR: using the fhelp CLI tool (use fusion-help-docs skill), modifying Fusion.Services.Help backend code, or non-help-API tasks.
242+
243+
---
244+
245+
**👍 [`fusion-help-docs@0.0.1`](skills/fusion-help-docs/SKILL.md)**
246+
247+
Guides app teams through authoring, structuring, and publishing help documentation (articles, release notes, FAQs) using the fusion-help-cli. USE FOR: write help articles, create release notes, set up help docs, publish documentation, sync articles, configure help config file, maintain app help content. DO NOT USE FOR: building the CLI itself, modifying Fusion.Services.Help internals, or non-documentation tasks.
248+
249+
---
250+
251+
**👍 [`fusion-help-integration@0.0.1`](skills/fusion-help-integration/SKILL.md)**
252+
253+
Wires Fusion Help Center into app pages — creates article slug constants, adds useHelpCenter hook, and connects PageLayout props so users can open contextual help articles. USE FOR: add help button to page, wire useHelpCenter, create helpArticles constants, integrate Fusion Help in app, connect PageLayout to help center, add openHelpArticle to page. DO NOT USE FOR: authoring markdown help articles (use fusion-help-docs), direct Help REST API calls (use fusion-help-api), modifying @fra/ui shared components.
254+
255+
---
256+
239257
**👍 [`fusion-issue-author-bug@0.1.2`](skills/fusion-issue-author-bug/SKILL.md)**
240258

241259
Draft and update bug issues using a bug-focused structure, repository-valid labels, and explicit publish confirmation before GitHub mutation.
@@ -260,19 +278,19 @@ Draft and update user-story issues with role-action-value framing, workflow scen
260278

261279
---
262280

263-
**👍 [`fusion-issue-authoring@0.2.3`](skills/fusion-issue-authoring/SKILL.md)**
281+
**👍 [`fusion-issue-authoring@0.2.4`](skills/fusion-issue-authoring/SKILL.md)**
264282

265283
Orchestrate GitHub issue authoring by classifying request type, routing to a type-specific issue-author skill, and enforcing shared safety gates before mutation.
266284

267285
---
268286

269-
**🧪 [`fusion-issue-solving@0.1.4`](skills/.experimental/fusion-issue-solving/SKILL.md)**
287+
**🧪 [`fusion-issue-solving@0.1.5`](skills/.experimental/fusion-issue-solving/SKILL.md)**
270288

271289
Handles GitHub issue resolution end-to-end for prompts like "solve #123", "lets solve #123", "work on #123", "work on https://github.com/owner/repo/issues/123", or by pasting a direct GitHub issue URL as the request. USE FOR: solve #123, continue work on issue #123, work on https://github.com/owner/repo/issues/123, paste a GitHub issue URL for implementation work. DO NOT USE FOR: issue drafting only, PR review only, or non-implementation research.
272290

273291
---
274292

275-
**🧪 [`fusion-issue-task-planning@0.1.3`](skills/.experimental/fusion-issue-task-planning/SKILL.md)**
293+
**🧪 [`fusion-issue-task-planning@0.1.4`](skills/.experimental/fusion-issue-task-planning/SKILL.md)**
276294

277295
Plan and break down user-story issues into ordered, traceable task issue drafts with explicit publish gates.
278296

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fusion-skills",
33
"private": true,
4-
"version": "0.11.0",
4+
"version": "0.11.1",
55
"devDependencies": {
66
"@graphql-codegen/cli": "^6.1.3",
77
"@graphql-codegen/typescript": "^5.0.8",

skills/.experimental/fusion-dependency-review/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## 0.1.2 - 2026-03-17
4+
5+
### patch
6+
7+
- [#85](https://github.com/equinor/fusion-skills/pull/85) [`c8ba3df`](https://github.com/equinor/fusion-skills/commit/c8ba3df924c5a712c835cdb9f4de44bac03b7ad4) - Make all GitHub-API-consuming skills more conservative with token usage.
8+
9+
10+
- `fusion-issue-authoring`: concrete session-cache flow for labels and assignee candidates; per-session budget table
11+
- `fusion-issue-solving`: expanded low-token strategy with session-cache references and budget awareness
12+
- `fusion-github-review-resolution`: token budget guidance for thread-heavy reviews; cache PR metadata once
13+
- `fusion-issue-task-planning`: session-cache delegation rules and batch-size warning for large task plans
14+
- `fusion-dependency-review`: explicit data-reuse rules across parallel advisor fan-out
15+
- `fusion-discover-skills`: tighter GraphQL budget and call-count cap for discovery sessions
16+
17+
resolves equinor/fusion-core-tasks#797
18+
319
## 0.1.1 - 2026-03-11
420

521
### patch

skills/.experimental/fusion-dependency-review/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Review dependency PRs with structured research, existing-PR-discus
44
license: MIT
55
compatibility: Requires GitHub MCP server for PR context. Uses fusion-issue-authoring for follow-up handoff when post-merge work is identified.
66
metadata:
7-
version: "0.1.1"
7+
version: "0.1.2"
88
status: experimental
99
owner: "@equinor/fusion-core"
1010
tags:

0 commit comments

Comments
 (0)