fusion-issue-author-task
DEPRECATED: Use fusion-issue-authoring instead. Previously: Draft and update task issues with checklist-first decomposition and dependency-aware sequencing.
How do I install this agent skill?
npx skills add https://github.com/equinor/fusion-skills --skill fusion-issue-author-taskIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill consists exclusively of Markdown instructions and templates for drafting GitHub issues. It contains no executable code or scripts, and it delegates all sensitive operations to a parent orchestrator.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- Runlayerpass
1/10 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 Task Issue
Dependency
Requires fusion-issue-authoring as the top-level orchestrator for classification, shared gates, and publish flow.
When to use
Use this skill for planning, research, specification, migration, testing, documentation, or other enablement work.
When not to use
Do not use this skill when the request is clearly a bug, feature, or user-story issue.
Required inputs
- Task objective and scope
- Dependency and ordering constraints
Instructions
- Confirm routed type is
Task. - Start with a concise checklist of small tasks when request is broad.
- For multi-issue requests, define logical order and blockers before drafting.
- Draft locally in
.tmp/TASK-<context>.md. - Use appropriate task template variant (planning/research/spec/testing/documentation/generic).
- Include dependency notes and blocker mapping in the draft.
- Return draft summary for orchestrator review/publish flow.
Template fallback:
skills/fusion-issue-author-task/assets/issue-templates/task.mdskills/fusion-issue-author-task/assets/issue-templates/task.planning.mdskills/fusion-issue-author-task/assets/issue-templates/task.research.mdskills/fusion-issue-author-task/assets/issue-templates/task.spec.mdskills/fusion-issue-author-task/assets/issue-templates/task.ux.mdskills/fusion-issue-author-task/assets/issue-templates/task.testing.mdskills/fusion-issue-author-task/assets/issue-templates/task.documentation.md
Expected output
- Checklist (for broad task requests)
- Draft file path in
.tmp/ - Dependency plan (order + blockers)
- Task-specific decomposition summary
Safety & constraints
Never create contradictory dependency links.
Always model sequencing before adding blockers.
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-task">View fusion-issue-author-task on skillZs</a>