Skip to content

chore(skills): upgrade agent skills#4240

Open
github-actions[bot] wants to merge 1 commit intomainfrom
chore/skills-upgrade
Open

chore(skills): upgrade agent skills#4240
github-actions[bot] wants to merge 1 commit intomainfrom
chore/skills-upgrade

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Mar 19, 2026

Skills Upgrade

Automated run of npx skills update to update agent skills to their latest versions.
Date: 2026-03-24 08:16 UTC
Node version: 24

Summary

  • Changed / added skills: 7

Updated Skills

  • fusion-dependency-review
    CHANGELOG additions for fusion-dependency-review

0.1.2 - 2026-03-17

patch

  • #85 c8ba3df - Make all GitHub-API-consuming skills more conservative with token usage.
    • fusion-issue-authoring: concrete session-cache flow for labels and assignee candidates; per-session budget table
    • fusion-issue-solving: expanded low-token strategy with session-cache references and budget awareness
    • fusion-github-review-resolution: token budget guidance for thread-heavy reviews; cache PR metadata once
    • fusion-issue-task-planning: session-cache delegation rules and batch-size warning for large task plans
    • fusion-dependency-review: explicit data-reuse rules across parallel advisor fan-out
    • fusion-discover-skills: tighter GraphQL budget and call-count cap for discovery sessions
      resolves equinor/fusion-core-tasks#797
  • fusion-github-review-resolution
    CHANGELOG additions for fusion-github-review-resolution

0.1.5 - 2026-03-17

patch

  • #85 c8ba3df - Make all GitHub-API-consuming skills more conservative with token usage.
    • fusion-issue-authoring: concrete session-cache flow for labels and assignee candidates; per-session budget table
    • fusion-issue-solving: expanded low-token strategy with session-cache references and budget awareness
    • fusion-github-review-resolution: token budget guidance for thread-heavy reviews; cache PR metadata once
    • fusion-issue-task-planning: session-cache delegation rules and batch-size warning for large task plans
    • fusion-dependency-review: explicit data-reuse rules across parallel advisor fan-out
    • fusion-discover-skills: tighter GraphQL budget and call-count cap for discovery sessions
      resolves equinor/fusion-core-tasks#797
  • fusion-issue-authoring
    CHANGELOG additions for fusion-issue-authoring

0.3.2 - 2026-03-23

patch

  • #121 831f8ee - Add devil's advocate agent for issue authoring
    • Always-on moderate mode raises 2-3 key concerns after classification
    • Interrogator mode runs full structured interview on explicit user request or when scope/criteria gaps are significant
    • Wired into SKILL.md agent modes section
      Refs: equinor/fusion-core-tasks#847

0.3.1 - 2026-03-21

patch

  • #112 e90fb97 - Add contributor-guide-aware repository routing to issue authoring
    • SKILL.md Step 2: read active workspace CONTRIBUTING.md / contribute/ for routing rules before asking the user
    • references/instructions.md: add Repository routing note pointing to SKILL.md Step 2 as authoritative flow

0.3.0 - 2026-03-18

minor

  • #98 6bb9cdc - Consolidate issue-authoring capability into a single skill with agent modes
    • Merge type-specific drafting logic from 4 subordinate skills into agent mode files (agents/*.agent.md)
    • Move all 10 issue templates into assets/issue-templates/ within this skill
    • Update orchestrator to route to internal agent modes instead of external subordinate skills
    • Retain full 8-step workflow, shared gates, caching strategy, and MCP mutation sequencing
      Resolves equinor/fusion-core-tasks#802

0.2.4 - 2026-03-17

patch

  • #85 c8ba3df - Make all GitHub-API-consuming skills more conservative with token usage.
    • fusion-issue-authoring: concrete session-cache flow for labels and assignee candidates; per-session budget table
    • fusion-issue-solving: expanded low-token strategy with session-cache references and budget awareness
    • fusion-github-review-resolution: token budget guidance for thread-heavy reviews; cache PR metadata once
    • fusion-issue-task-planning: session-cache delegation rules and batch-size warning for large task plans
    • fusion-dependency-review: explicit data-reuse rules across parallel advisor fan-out
    • fusion-discover-skills: tighter GraphQL budget and call-count cap for discovery sessions
      resolves equinor/fusion-core-tasks#797
  • fusion-issue-solving
    CHANGELOG additions for fusion-issue-solving

0.1.5 - 2026-03-17

patch

  • #85 c8ba3df - Make all GitHub-API-consuming skills more conservative with token usage.
    • fusion-issue-authoring: concrete session-cache flow for labels and assignee candidates; per-session budget table
    • fusion-issue-solving: expanded low-token strategy with session-cache references and budget awareness
    • fusion-github-review-resolution: token budget guidance for thread-heavy reviews; cache PR metadata once
    • fusion-issue-task-planning: session-cache delegation rules and batch-size warning for large task plans
    • fusion-dependency-review: explicit data-reuse rules across parallel advisor fan-out
    • fusion-discover-skills: tighter GraphQL budget and call-count cap for discovery sessions
      resolves equinor/fusion-core-tasks#797
  • fusion-issue-task-planning
    CHANGELOG additions for fusion-issue-task-planning

0.1.4 - 2026-03-17

patch

  • #85 c8ba3df - Make all GitHub-API-consuming skills more conservative with token usage.
    • fusion-issue-authoring: concrete session-cache flow for labels and assignee candidates; per-session budget table
    • fusion-issue-solving: expanded low-token strategy with session-cache references and budget awareness
    • fusion-github-review-resolution: token budget guidance for thread-heavy reviews; cache PR metadata once
    • fusion-issue-task-planning: session-cache delegation rules and batch-size warning for large task plans
    • fusion-dependency-review: explicit data-reuse rules across parallel advisor fan-out
    • fusion-discover-skills: tighter GraphQL budget and call-count cap for discovery sessions
      resolves equinor/fusion-core-tasks#797
  • fusion-mcp
    CHANGELOG additions for fusion-mcp

0.1.2 - 2026-03-21

patch

  • #107 d75d8c6 - Document search_skills in the MCP server tool surface.
    • add explicit tool listing to the setup instructions: search_framework, search_docs, search_eds, search_skills, search_indexes, skills, skills_index_status
      Resolves equinor/fusion-core-tasks#834
  • #106 1f8a01d - Connect fusion-mcp to fusion-research as a next-step redirect.
    • add "When not to use" entry directing source-backed research questions to fusion-research once MCP is running
  • fusion-skill-authoring
    CHANGELOG additions for fusion-skill-authoring

0.3.3 - 2026-03-23

patch

  • #121 831f8ee - Add devil's advocate agent for skill authoring
    • Always-on moderate mode raises 2-3 key concerns during scoping/drafting
    • Interrogator mode runs full structured interview on explicit user request or when the orchestrator detects significant ambiguity
    • Wired into SKILL.md helper agents and Step 6 validation sections
      Refs: equinor/fusion-core-tasks#847

0.3.2 - 2026-03-18

patch

  • #98 6bb9cdc - Extract template baseline and validation signals to references/
    • Move folder structure and SKILL.md baseline template to references/skill-template-baseline.md
    • Move success/failure signals and recovery steps to references/validation-signals.md
    • Reduce SKILL.md from 356 to 286 lines (below 300-line CI warning threshold)

0.3.1 - 2026-03-18

patch

  • #88 8cd7d9d - Document SKILL.md size limits and CI guardrails
    • Document 300-line recommended limit (triggers CI warning)
    • Document 500-line hard limit (fails CI)
    • Clarify expectation to move overflow to references/ early
    • Add failure signal for exceeding size thresholds
      Relates to: equinor/fusion-core-tasks#84

@github-actions github-actions bot requested a review from a team as a code owner March 19, 2026 08:14
@github-actions github-actions bot added dependencies Pull requests that update a dependency file chore skills labels Mar 19, 2026
@changeset-bot
Copy link

changeset-bot bot commented Mar 19, 2026

⚠️ No Changeset found

Latest commit: 81169e8

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions github-actions bot force-pushed the chore/skills-upgrade branch 2 times, most recently from 8b66e77 to 6e332dd Compare March 23, 2026 08:20
@github-actions github-actions bot force-pushed the chore/skills-upgrade branch from 6e332dd to 81169e8 Compare March 24, 2026 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore dependencies Pull requests that update a dependency file skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant