Agent
Use this advisor before research when the request does not already identify one exact dependency PR.
Agent
Use this advisor before research when the request does not already identify one exact dependency PR.
Agent
Use this advisor after research and the three lens assessments exist.
Skill Claude CodeCodex
Looks up Fusion Design Guidelines and applies them to any frontend code in the Fusion ecosystem. USE FOR: layout, spacing, component usage, interaction patterns, any UI implementation decision. DO NOT USE FOR: backend changes, CI/CD, skill authoring, data layer logic.
Skill Claude CodeCodex
Guides seeding deterministic Fusion Framework module state in tests — mockFramework, mockAppModules, and module-owned enableXMock helpers (msal, service-discovery, context, bookmark, feature-flag, analytics, telemetry, http, app) — while keeping each module's real configurator, provider, validation, and lifecycle. USE…
Skill Claude CodeCodex
Guides writing and running Vitest tests for Fusion Framework React apps with @equinor/fusion-framework-vitest-plugin-react-app — choosing a testing layer, configuring vitest.config.ts and Browser Mode, rendering with test/render/renderAppHook/renderAppComponent/testApp fixtures, and troubleshooting or migrating a…
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
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…
Skill Claude CodeCodex
Plan and break down user-story issues into ordered, traceable task issue drafts with explicit publish gates.
Skill Claude CodeCodex
Explain what Fusion MCP is and guide users through setting it up when they need Fusion-aware MCP capabilities in Copilot workflows.
Skill Claude CodeCodex
Systematically improves TSDoc and README documentation across packages in a TypeScript monorepo. Discovers public API surfaces, generates or improves TSDoc on all exports, rewrites READMEs to a consistent retrieval-friendly structure, and commits each package independently. USE FOR: monorepo-wide documentation passes…
Agent
Per-package documentation writer. Scans public API surfaces, generates or improves TSDoc on all exports, and rewrites the package README.
Agent
Batch coordinator for sweep-mode documentation passes across multiple packages in a monorepo.
Agent
Quality gate that verifies documentation changes before they are committed. Evaluates TSDoc and README output against four criteria and produces a pass/fail verdict per criterion.
Skill Claude CodeCodex
Explain what Fusion PM MCP is and guide setup of the hosted HTTP+OAuth server for its GitHub project-management retrieval tools. USE FOR: setting up or troubleshooting Fusion PM MCP, understanding its issue/PR/milestone tools, filing a setup bug. DO NOT USE FOR: implementing changes to the fusion-pm-mcp service…
Skill Claude CodeCodex
Authoritative, machine-readable EDS design rules for color tokens, typography, spacing, elevation, icons, and page layout zones. USE FOR: looking up correct EDS CSS custom properties, typography variant names, spacing tokens, shadow/elevation tokens, icon usage rules, and Fusion Portal page layout conventions. This is…
Skill Claude CodeCodex
Applies and explains code conventions across TypeScript, React, C#, and Markdown. Enforces naming rules, file naming patterns, TSDoc and XML doc standards, inline comment intent (the why, not the what), code structure, error handling, async patterns, and dead code policy. Also enforces ADR and contributor doc…
Agent
Enforce project ADRs and contributor documentation while flagging stale or conflicting decisions.
Agent
Use this agent mode for C# convention questions and applying C# code standards to .cs files.
Agent
Review code for intent documentation that preserves non-trivial decisions, constraints, and reasoning.
Agent
Use this agent mode for Markdown convention questions and applying Markdown standards to .md and .mdx files.
Agent
Use this agent mode for React convention questions and applying React code standards to component and hook files (.tsx, .jsx).
Agent
Use this agent mode for TypeScript convention questions and applying TypeScript code standards to .ts and .tsx files.
Skill Claude CodeCodex
Source-backed research orchestrator for the Fusion ecosystem. Routes to the correct research agent based on question type. Returns source-backed evidence only; will not invent Framework behavior, component APIs, skill catalog relationships, platform guidance, or backend implementation details. USE FOR: any research…
Agent
Use this agent when the research question is about Fusion backend implementation: C# services, class hierarchies, interfaces, implementation patterns, or architectural decisions in backend repositories.