Create Work Item

🌐Community
by squirrel289 · vlatest · Repository

Automatically generates new tasks, tickets, or work items in specified systems based on provided descriptions and priorities.

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

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

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

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

About This Skill

What it does

This skill allows an AI agent to generate work items, including tasks and tickets, based on provided descriptions. It can automatically populate fields like title, description, assignee, and priority. The agent can create these work items in various project management systems or formats.

When to use it

  • When you need to quickly translate a conversation or request into actionable tasks.
  • To automate the creation of support tickets based on user descriptions of issues.
  • For generating development tasks from feature requests or bug reports.
  • To create project backlog items directly from meeting notes.

Key capabilities

  • Generates work item titles and descriptions.
  • Populates work item fields (assignee, priority).
  • Supports various project management systems/formats.

Example prompts

  • "Create a task to 'Write documentation for the new API endpoint'."
  • "Generate a support ticket for user 'John Doe' describing issue: 'Website login failing'."
  • “Create a Jira ticket with title ‘Fix broken button’ and description ‘The submit button on the checkout page is not working.’”

Tips & gotchas

This skill may require specific formatting or system integrations to function correctly. Ensure your agent has access to the necessary project management tools or APIs.

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
squirrel289
Installs
9

🌐 Community

Passed automated security scans.