Fusion Issue Author Bug
This skill generates detailed bug reports for fusion issues, streamlining documentation and facilitating faster resolution by Equinor.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add fusion-issue-author-bug npx -- -y @trustedskills/fusion-issue-author-bug
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"fusion-issue-author-bug": {
"command": "npx",
"args": [
"-y",
"@trustedskills/fusion-issue-author-bug"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
fusion-issue-author-bug
What it does
This skill enables AI agents to automatically identify and extract the author of a GitHub issue from its metadata. It streamlines workflows by pinpointing who reported or commented on specific issues without manual inspection.
When to use it
- Automated Triage: Automatically assign issues to the correct team members based on the reporter's identity.
- Impact Analysis: Quickly determine which user reported a critical bug to prioritize their follow-up communication.
- Audit Trails: Generate logs of issue ownership for compliance or project management reporting.
- Notification Routing: Trigger specific alerts only when an issue is created by high-priority stakeholders.
Key capabilities
- Extracts the
authorfield from GitHub issue objects. - Integrates directly with Fusion's workflow engine to trigger actions based on author data.
- Handles standard GitHub issue metadata structures reliably.
Example prompts
- "Create a workflow that assigns any new issue authored by 'security-team' to the 'Security Lead' immediately upon creation."
- "Send an email notification to the project manager whenever an issue is opened by a user with the label 'external-client'."
- "Filter the list of open bugs to show only those reported by developers in the backend group."
Tips & gotchas
Ensure your GitHub repository permissions allow reading issue metadata, as the skill relies on public or accessible issue data. This skill is specific to GitHub issues and will not function with other project management tools like Jira or Trello unless integrated via a compatible webhook.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.