Github Issues

🏢Official
by github · vlatest · Repository

Automatically create, update, and close GitHub issues based on project activity and defined rules.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add github-issues npx -- -y @trustedskills/github-issues
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "github-issues": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/github-issues"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The github-issues skill allows AI agents to interact with GitHub Issues, enabling actions such as creating, updating, and retrieving issues from repositories. It provides a way to automate issue management workflows by integrating directly with the GitHub API.

When to use it

  • Automating repetitive tasks like logging bugs or feature requests in a repository.
  • Creating custom workflows that trigger based on specific issue events (e.g., new comments or label changes).
  • Generating reports or summaries of open issues for team meetings or project updates.
  • Integrating GitHub Issues with other tools or platforms for unified project management.

Key capabilities

  • Create and manage GitHub Issues programmatically.
  • Retrieve details about existing issues, including their status, labels, and comments.
  • Update issue metadata such as titles, descriptions, and assignees.
  • Trigger actions based on events like new issue creation or comment addition.

Example prompts

  • "Create a new GitHub Issue in the main branch of the my-project repository with title 'Login button not working' and label 'bug'."
  • "List all open issues in the awesome-copilot repository that are labeled 'feature request'."
  • "Update issue #123 to add a new comment: 'Please provide more details about this bug.'"

Tips & gotchas

  • Ensure your AI agent has proper GitHub API access tokens with the required permissions.
  • Be mindful of rate limits imposed by the GitHub API when making frequent requests.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
github
Installs
4.5k

🏢 Official

Published by the company or team that built the technology.