fusion-issue-author-feature
DEPRECATED: Use fusion-issue-authoring instead. Previously: Draft and update feature issues with clear problem framing and scoped requirements.
How do I install this agent skill?
npx skills add https://github.com/equinor/fusion-skills --skill fusion-issue-author-featureIs this agent skill safe to install?
- Gen Agent Trust Hubpass
This skill is safe for use. It is a subordinate agent designed to draft GitHub feature issues by generating local Markdown files in a temporary directory. Security risk is minimized because the skill requires a manual review process and delegates all actual modifications (mutations) to a separate orchestrator skill, ensuring a human-in-the-loop workflow.
- 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 Feature 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 for a new capability or enhancement.
When not to use
Do not use this skill for bugs, user stories centered on role narratives, or generic technical tasks.
Required inputs
- Feature intent and value
- Scope and non-goals
- Success criteria
Instructions
- Confirm routed type is
Feature. - Draft locally in
.tmp/FEATURE-<context>.md. - Structure draft with:
- Story/problem statement
- Scope (in/out)
- Functional requirements
- Acceptance criteria
- Dependencies/risks
- Check that scope boundaries and non-goals are explicit.
- Return draft summary for orchestrator review/publish flow.
Template fallback:
skills/fusion-issue-author-feature/assets/issue-templates/feature.md
Expected output
- Draft file path in
.tmp/ - Proposed title/body summary
- Feature-specific scope and acceptance summary
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-feature">View fusion-issue-author-feature on skillZs</a>