Github Issues
Automatically create GitHub issues from EpicenterHQ data, streamlining workflows and ensuring comprehensive tracking.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add epicenterhq-github-issues npx -- -y @trustedskills/epicenterhq-github-issues
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"epicenterhq-github-issues": {
"command": "npx",
"args": [
"-y",
"@trustedskills/epicenterhq-github-issues"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
github-issues
What it does
This skill enables AI agents to interact directly with GitHub Issues, allowing them to create, update, and manage issue tickets within a repository. It streamlines the workflow by automating administrative tasks related to bug tracking and feature requests on GitHub.
When to use it
- Automatically generating new issues from code analysis or user feedback logs.
- Updating issue statuses or adding comments based on resolved pull requests.
- Triage workflows where an agent categorizes incoming reports into specific labels.
- Closing stale issues after a defined period of inactivity.
Key capabilities
- Create new GitHub Issues with custom titles and descriptions.
- Update existing Issue metadata such as status, priority, or assignees.
- Add comments to threads within an Issue to provide context or updates.
- Manage labels to organize and filter issues effectively.
Example prompts
- "Create a high-priority issue for the login failure bug reported in the latest logs."
- "Update issue #42 to 'In Progress' and assign it to the backend team."
- "Add the label 'security-critical' to all open issues containing the word 'vulnerability'."
Tips & gotchas
Ensure your AI agent has valid GitHub API credentials with write permissions for the target repository. The skill relies on the current state of the repository, so ensure the connection is active before attempting batch operations.
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.