Gh Issue Fix Flow
Automates GitHub issue resolution by triggering actions and workflows based on new issues, streamlining bug fixes and improving workflow efficiency.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gh-issue-fix-flow npx -- -y @trustedskills/gh-issue-fix-flow
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gh-issue-fix-flow": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gh-issue-fix-flow"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates a workflow for fixing GitHub issues. It can create branches, commit changes, and open pull requests based on issue details, streamlining the process of addressing bugs or feature requests directly from within a GitHub repository. The agent can also automatically close issues after successful merging of related pull requests.
When to use it
- When you need to quickly address a bug reported in a GitHub issue without manual branch creation and commit management.
- For repetitive tasks like applying standard fixes or implementing small feature requests described in an issue.
- To ensure consistency in the code review process by automatically creating pull requests with clear descriptions derived from the original issue.
- When you want to automate the closing of issues after a fix has been merged into the main branch.
Key capabilities
- Branch creation based on issue details
- Automated commit generation
- Pull request opening
- Issue closure upon pull request merge
Example prompts
- "Fix the bug described in issue #123."
- "Create a pull request for the feature outlined in issue #456."
- "Address the problem reported in issue #789 and open a PR."
Tips & gotchas
The skill requires access to the relevant GitHub repository with appropriate permissions (read/write). Ensure the agent is properly authenticated with your GitHub account for seamless operation.
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.