Fusion Issue Author Feature
This feature enables detailed issue creation linked to specific authors and their contributions, streamlining collaboration and documentation within Equinor's Fusion environment.
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-feature npx -- -y @trustedskills/fusion-issue-author-feature
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"fusion-issue-author-feature": {
"command": "npx",
"args": [
"-y",
"@trustedskills/fusion-issue-author-feature"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The fusion-issue-author-feature skill automatically generates issue descriptions based on code changes. It analyzes the diff and creates a concise, human-readable explanation of what was modified. This feature aims to streamline the process of creating issues for software development teams, particularly in complex projects.
When to use it
- When reviewing pull requests to quickly understand the purpose of code changes without needing to deeply examine the diff.
- For automatically generating initial drafts of issue descriptions when a bug or feature request is linked to a specific commit.
- To improve consistency and clarity in issue reporting across a development team.
- During automated workflows, such as continuous integration pipelines, to create issues directly from failed builds.
Key capabilities
- Analyzes code diffs.
- Generates human-readable descriptions of changes.
- Automated issue description creation.
Example prompts
- "Generate an issue description for this commit: [commit hash]"
- "Describe the changes in this pull request."
- "Create a summary of these code modifications."
Tips & gotchas
The quality of the generated descriptions depends on the clarity and structure of the code itself. Complex or heavily obfuscated code may result in less accurate or informative summaries.
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.