Ralph Github Create Issues

🌐Community
by richtabor · 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 ralph-github-create-issues npx -- -y @trustedskills/ralph-github-create-issues
2

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

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

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 user input or extracted information. This streamlines workflows by reducing manual effort when reporting bugs or suggesting features in a project's codebase.

When to use it

  • Bug Reporting: Automatically create an issue with details gathered from error logs or user feedback.
  • Feature Requests: Allow users to suggest new features, which the agent then translates into a GitHub issue.
  • Task Management: Generate issues for tasks identified during project analysis or planning.
  • Automated Issue Creation: Create issues based on events like code commits that trigger specific conditions.

Key capabilities

  • Creates new GitHub issues.
  • Sets the title of the issue.
  • Adds a description to the issue.

Example prompts

  • "Create a GitHub issue titled 'Login button unresponsive' with the description 'The login button on the homepage is not responding when clicked.'"
  • "Generate an issue for the task 'Refactor user authentication module'."
  • "Please create a new issue in the repository [repository name] with title '[issue title]' and description '[issue description]'."

Tips & gotchas

  • The agent requires access to a GitHub token with permission to create issues in the target repository. Ensure this token is properly configured for authentication.

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
richtabor
Installs
12

🌐 Community

Passed automated security scans.