Skip to content

Commit f5bc473

Browse files
chore(release): apply skill changesets (#100)
Co-authored-by: odinr <7370336+odinr@users.noreply.github.com>
1 parent 6bb9cdc commit f5bc473

File tree

21 files changed

+171
-74
lines changed

21 files changed

+171
-74
lines changed

.changeset/consolidate-issue-authoring.md

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

.changeset/deprecate-issue-author-bug.md

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

.changeset/deprecate-issue-author-feature.md

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

.changeset/deprecate-issue-author-task.md

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

.changeset/deprecate-issue-author-user-story.md

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

.changeset/skill-authoring-extract-references.md

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

CHANGELOG.md

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

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

5+
## v0.13.0
6+
7+
### Minor
8+
9+
__🎯 [feat: consolidate issue-authoring skills into single skill with agent modes #98](https://github.com/equinor/fusion-skills/pull/98)<br/>
10+
🗂️ [6bb9cdc](https://github.com/equinor/fusion-skills/commit/6bb9cdcc1e2e0ed25d562bfd5db4dfab52559c0f)<br/>
11+
📦 fusion-issue-authoring@0.3.0__
12+
13+
Consolidate issue-authoring capability into a single skill with agent modes
14+
15+
- Merge type-specific drafting logic from 4 subordinate skills into agent mode files (`agents/*.agent.md`)
16+
- Move all 10 issue templates into `assets/issue-templates/` within this skill
17+
- Update orchestrator to route to internal agent modes instead of external subordinate skills
18+
- Retain full 8-step workflow, shared gates, caching strategy, and MCP mutation sequencing
19+
20+
Resolves equinor/fusion-core-tasks#802
21+
22+
### Patch
23+
24+
__🎯 [feat: consolidate issue-authoring skills into single skill with agent modes #98](https://github.com/equinor/fusion-skills/pull/98)<br/>
25+
🗂️ [6bb9cdc](https://github.com/equinor/fusion-skills/commit/6bb9cdcc1e2e0ed25d562bfd5db4dfab52559c0f)<br/>
26+
📦 fusion-issue-author-bug@0.1.3__
27+
28+
Deprecate in favor of consolidated `fusion-issue-authoring` skill
29+
30+
- Set `metadata.status: deprecated` and `metadata.successor: fusion-issue-authoring`
31+
- Move to `skills/.deprecated/` placement lane
32+
- Add deprecation notice pointing to the consolidated skill
33+
34+
Resolves equinor/fusion-core-tasks#802
35+
36+
---
37+
38+
__🎯 [feat: consolidate issue-authoring skills into single skill with agent modes #98](https://github.com/equinor/fusion-skills/pull/98)<br/>
39+
🗂️ [6bb9cdc](https://github.com/equinor/fusion-skills/commit/6bb9cdcc1e2e0ed25d562bfd5db4dfab52559c0f)<br/>
40+
📦 fusion-issue-author-feature@0.1.3__
41+
42+
Deprecate in favor of consolidated `fusion-issue-authoring` skill
43+
44+
- Set `metadata.status: deprecated` and `metadata.successor: fusion-issue-authoring`
45+
- Move to `skills/.deprecated/` placement lane
46+
- Add deprecation notice pointing to the consolidated skill
47+
48+
Resolves equinor/fusion-core-tasks#802
49+
50+
---
51+
52+
__🎯 [feat: consolidate issue-authoring skills into single skill with agent modes #98](https://github.com/equinor/fusion-skills/pull/98)<br/>
53+
🗂️ [6bb9cdc](https://github.com/equinor/fusion-skills/commit/6bb9cdcc1e2e0ed25d562bfd5db4dfab52559c0f)<br/>
54+
📦 fusion-issue-author-task@0.1.3__
55+
56+
Deprecate in favor of consolidated `fusion-issue-authoring` skill
57+
58+
- Set `metadata.status: deprecated` and `metadata.successor: fusion-issue-authoring`
59+
- Move to `skills/.deprecated/` placement lane
60+
- Add deprecation notice pointing to the consolidated skill
61+
62+
Resolves equinor/fusion-core-tasks#802
63+
64+
---
65+
66+
__🎯 [feat: consolidate issue-authoring skills into single skill with agent modes #98](https://github.com/equinor/fusion-skills/pull/98)<br/>
67+
🗂️ [6bb9cdc](https://github.com/equinor/fusion-skills/commit/6bb9cdcc1e2e0ed25d562bfd5db4dfab52559c0f)<br/>
68+
📦 fusion-issue-author-user-story@0.1.3__
69+
70+
Deprecate in favor of consolidated `fusion-issue-authoring` skill
71+
72+
- Set `metadata.status: deprecated` and `metadata.successor: fusion-issue-authoring`
73+
- Move to `skills/.deprecated/` placement lane
74+
- Add deprecation notice pointing to the consolidated skill
75+
76+
Resolves equinor/fusion-core-tasks#802
77+
78+
---
79+
80+
__🎯 [feat: consolidate issue-authoring skills into single skill with agent modes #98](https://github.com/equinor/fusion-skills/pull/98)<br/>
81+
🗂️ [6bb9cdc](https://github.com/equinor/fusion-skills/commit/6bb9cdcc1e2e0ed25d562bfd5db4dfab52559c0f)<br/>
82+
📦 fusion-skill-authoring@0.3.2__
83+
84+
Extract template baseline and validation signals to references/
85+
86+
- Move folder structure and SKILL.md baseline template to `references/skill-template-baseline.md`
87+
- Move success/failure signals and recovery steps to `references/validation-signals.md`
88+
- Reduce SKILL.md from 356 to 286 lines (below 300-line CI warning threshold)
89+
590
## v0.12.1
691

792
### Patch

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Wires Fusion Help Center into app pages — creates article slug constants, adds
282282

283283
---
284284

285-
**👍 [`fusion-issue-authoring@0.2.4`](skills/fusion-issue-authoring/SKILL.md)**
285+
**👍 [`fusion-issue-authoring@0.3.0`](skills/fusion-issue-authoring/SKILL.md)**
286286

287287
Classify issue type, activate the matching agent mode for type-specific drafting, and enforce shared safety gates before GitHub mutation.
288288

@@ -306,7 +306,7 @@ Explain what Fusion MCP is and guide users through setting it up when they need
306306

307307
---
308308

309-
**👍 [`fusion-skill-authoring@0.3.1`](skills/fusion-skill-authoring/SKILL.md)**
309+
**👍 [`fusion-skill-authoring@0.3.2`](skills/fusion-skill-authoring/SKILL.md)**
310310

311311
Creates or modernizes repository skills with clear activation cues, purposeful support files, and practical review loops. USE FOR: creating a new skill, tightening an existing skill, improving discovery wording, and structuring references/assets/optional helper agents when they genuinely add value. DO NOT USE FOR: product-code changes, routine copy edits outside skills/, or documentation that should not become an installable skill.
312312

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.12.1",
4+
"version": "0.13.0",
55
"devDependencies": {
66
"@biomejs/biome": "^2.4.5",
77
"@graphql-codegen/cli": "^6.1.3",

skills/.deprecated/fusion-issue-author-bug/CHANGELOG.md

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

3+
## 0.1.3 - 2026-03-18
4+
5+
### patch
6+
7+
- [#98](https://github.com/equinor/fusion-skills/pull/98) [`6bb9cdc`](https://github.com/equinor/fusion-skills/commit/6bb9cdcc1e2e0ed25d562bfd5db4dfab52559c0f) - Deprecate in favor of consolidated `fusion-issue-authoring` skill
8+
9+
10+
- Set `metadata.status: deprecated` and `metadata.successor: fusion-issue-authoring`
11+
- Move to `skills/.deprecated/` placement lane
12+
- Add deprecation notice pointing to the consolidated skill
13+
14+
Resolves equinor/fusion-core-tasks#802
15+
316
## 0.1.2 - 2026-03-05
417

518
### patch

0 commit comments

Comments
 (0)