Github Create Issue

🌐Community
by prulloac · vlatest · Repository

Helps with GitHub, creation as part of agent workflows workflows.

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-create-issue npx -- -y @trustedskills/github-create-issue
2

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

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

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

About This Skill

What it does

This skill allows AI agents to create issues directly within a GitHub repository. It automates the process of generating new issue reports, including setting titles and descriptions based on provided information. This streamlines bug reporting and feature requests by integrating them seamlessly into your development workflow.

When to use it

  • Automated Bug Reporting: Automatically generate a GitHub issue when an error is detected in a script or application.
  • Feature Request Submission: Allow users to submit feature requests that are automatically created as issues on a project's repository.
  • Incident Response: Quickly create incident reports with details gathered from monitoring systems and logs, directly within the relevant GitHub repository.
  • Task Management Integration: Create new tasks or bugs in your GitHub project based on information extracted from emails or other communication channels.

Key capabilities

  • Creates issues in a specified GitHub repository.
  • Sets issue titles.
  • Adds descriptions to newly created issues.

Example prompts

  • "Create an issue in the 'my-project' repo with title 'Login button broken' and description 'The login button is unresponsive on all browsers.'"
  • "Generate a new GitHub issue for feature request 'Dark mode support'."
  • “Log this error as a Github Issue: Error code 404, URL /missing-page”

Tips & gotchas

  • Ensure the AI agent has appropriate permissions (write access) to the target GitHub repository.
  • The skill requires accurate information about the repository name and issue details for successful execution.

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
prulloac
Installs
6

🌐 Community

Passed automated security scans.