Issue Create

🌐Community
by terrylica · vlatest · Repository

Automatically generates well-formatted bug reports with context from conversations and system data.

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

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

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

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

About This Skill

What it does

This skill enables AI agents to programmatically create new issues within a repository management system. It automates the workflow of logging bugs, feature requests, or tasks directly into the project's issue tracker without manual intervention.

When to use it

  • Automatically generating bug reports when an automated test suite fails.
  • Creating task cards for developers based on user feedback collected from a chat interface.
  • Initiating security vulnerability reports upon detecting suspicious code patterns.
  • Logging recurring maintenance tasks identified during routine system health checks.

Key capabilities

  • Instantly creates new issue entries in supported repositories.
  • Captures detailed descriptions, titles, and priority levels for each log entry.
  • Integrates seamlessly into existing CI/CD pipelines to trigger immediate responses.

Example prompts

  • "Create a high-priority issue titled 'Login timeout error' describing the 503 response observed in the staging environment."
  • "Log a new feature request for dark mode support based on the latest community feedback summary."
  • "Generate an issue to track the migration of legacy database schemas scheduled for next quarter."

Tips & gotchas

Ensure your AI agent has the necessary write permissions configured for the target repository before attempting to create issues. Be specific in your descriptions to avoid vague tickets that require extensive clarification from human maintainers.

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
terrylica
Installs
40

🌐 Community

Passed automated security scans.