fusion-issue-author-bug
DEPRECATED: Use fusion-issue-authoring instead. Previously: Draft and update bug issues using a bug-focused structure.
How do I install this agent skill?
npx skills add https://github.com/equinor/fusion-skills --skill fusion-issue-author-bugIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill is a subordinate agent designed to draft bug reports in a structured format. It follows a safe architecture by delegating all mutation operations to a parent orchestrator and only performing local drafting. No security vulnerabilities or malicious patterns were detected.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerpass
1/4 files flagged
What does this agent skill do?
DEPRECATED: This skill has been consolidated into
fusion-issue-authoring. Install onlyfusion-issue-authoringfor full bug/feature/user-story/task authoring capability. See equinor/fusion-core-tasks#802 for details.
Author Bug Issue
Dependency
Requires fusion-issue-authoring as the top-level orchestrator for classification, shared gates, and publish flow.
When to use
Use this skill when the request is about broken behavior, regressions, crashes, or unexpected results.
When not to use
Do not use this skill for feature requests, user stories, or generic enablement tasks.
Required inputs
- Bug context (observed behavior, expected behavior, impact)
- Reproduction information (if available)
- Environment context
Instructions
- Confirm routed type is
Bug. - Draft locally in
.tmp/BUG-<context>.md. - Structure draft with:
- Description
- Steps to reproduce
- Expected behavior
- Actual behavior
- Environment
- Impact
- Validate the draft has enough reproduction detail for triage.
- Return the draft summary for orchestrator review/publish flow.
Template fallback:
skills/fusion-issue-author-bug/assets/issue-templates/bug.md
Expected output
- Draft file path in
.tmp/ - Proposed title/body summary
- Bug-specific triage notes (repro clarity + impact)
Safety & constraints
Do not perform mutation directly; mutation stays in fusion-issue-authoring.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/equinor/fusion-skills/fusion-issue-author-bug">View fusion-issue-author-bug on skillZs</a>