fusion-issue-author-user-story
DEPRECATED: Use fusion-issue-authoring instead. Previously: Draft and update user-story issues with role-action-value framing and workflow scenarios.
How do I install this agent skill?
npx skills add https://github.com/equinor/fusion-skills --skill fusion-issue-author-user-storyIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill is a safe, template-based utility for drafting GitHub user story issues. It prepares drafts locally in a temporary directory and delegates all actual GitHub mutations to a parent orchestrator skill, ensuring no direct unauthorized changes are made.
- 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 User Story 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 primarily about user workflow and behavior from a specific role perspective.
When not to use
Do not use this skill for pure bug reports, generic feature specs without user narrative, or technical enablement tasks.
Required inputs
- User role and workflow context
- Story goal (
As a... I want... so that...) - Key scenarios and success criteria
Instructions
- Confirm routed type is
User Story. - Draft locally in
.tmp/USER-STORY-<context>.md. - Structure draft with:
- Story statement
- Context/pain points
- Functional requirements
- Scenarios (
Given/When/Then) - Validation approach
- Ensure scenarios are testable and role-centered.
- Return draft summary for orchestrator review/publish flow.
Template fallback:
skills/fusion-issue-author-user-story/assets/issue-templates/user-story.md
Expected output
- Draft file path in
.tmp/ - Proposed title/body summary
- Story-specific scenario and validation 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-user-story">View fusion-issue-author-user-story on skillZs</a>