When you drop a GitHub issue number or URL and say "solve #123" or "work on this," this skill runs the full implementation loop: reads the issue, builds a plan, makes the changes, validates them, and drafts a PR body based on your repo's template. It asks about worktrees up front, checks assignee status before closing anything, and keeps a low API call budget by caching labels and metadata instead of refetching. The workflow is opinionated about small commits and root-cause fixes, and it won't mutate GitHub without asking first. Best for teams that want a structured end-to-end flow from issue to PR-ready code, not just quick patches or research-only tasks.
npx skills add https://github.com/equinor/fusion-skills --skill fusion-issue-solving