Forge Create Issue

🌐Community
by mgratzer · vlatest · Repository

Automatically creates new issues in Forge based on provided descriptions and project context.

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

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

~/.claude/settings.json
{
  "mcpServers": {
    "forge-create-issue": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/forge-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 within a Forge project. It automates the process of generating new issue reports, including setting titles and descriptions based on provided information. The agent can then push these newly created issues directly into the Forge repository.

When to use it

  • Bug Reporting: Automatically generate an issue when a testing script fails or unexpected behavior is detected.
  • Feature Requests: Allow users to submit feature requests that are automatically converted into Forge issues.
  • Task Management: Create new tasks within a project based on user input or automated workflows.
  • Incident Response: Quickly create incident reports with relevant details when an error occurs in production.

Key capabilities

  • Issue creation via API
  • Title and description setting
  • Integration with Forge repositories

Example prompts

  • "Create a new issue titled 'Login button unresponsive' with the description 'The login button on the homepage is not responding to clicks.'"
  • "Generate an issue for the failed test case 'Test_Payment_Processing'."
  • "Add a task to the backlog: Implement user authentication."

Tips & gotchas

This skill requires proper Forge API credentials and repository access. Ensure these are configured correctly within your AI agent's environment for successful issue creation.

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

🌐 Community

Passed automated security scans.