draft-work-item

Classify work item intent and resolve GitHub or Azure DevOps providers.

2|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/gautam-achieveai/ClaudePlugins --skill draft-work-item
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: draft-work-item
Source: https://github.com/gautam-achieveai/ClaudePlugins/tree/main/development/skills/draft-work-item
Command: npx skills add https://github.com/gautam-achieveai/ClaudePlugins --skill draft-work-item

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of creating work items by classifying the intent and resolving the provider automatically, making it easy to draft and post issues or work items to GitHub or Azure DevOps.

Core Features & Use Cases

  • Intent Classification: Automatically determines whether the work item is a feature, bug, or task based on the input.
  • Provider Resolution: Automatically detects and resolves the provider (GitHub or Azure DevOps) based on the git remote.
  • Quick Path for Tasks: Handles routine tasks inline without delegating to a sub-skill.
  • Sub-skills for Features and Bugs: Delegates to specialized sub-skills for in-depth feature and bug work items.
  • Use Case: When you need to quickly create a work item, such as drafting a new feature, reporting a bug, or assigning a task, this Skill streamlines the process and ensures that the work item is correctly classified and posted to the appropriate provider.

Quick Start

Use the draft-work-item skill to create a new work item with the description "Add a dark mode toggle to the settings page".

Frequently Asked Questions about draft-work-item

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub issue creation from a text description?

Automate GitHub issue creation by drafting a text description, classifying intent as a feature or bug, and resolving the GitHub provider from your git remote to post the work item directly.

Does Azure DevOps work item creation support automatic intent classification?

Azure DevOps work item creation supports automatic intent classification by determining whether the item is a feature, bug, or task, and resolving Azure DevOps as the provider based on the git remote.

Can I draft a routine task work item without delegating to complex sub-skills?

You can draft routine task work items inline because the provider resolution handles standard tasks directly without delegating to specialized sub-skills, streamlining the creation process.

What is the best way to route work item creation to GitHub or Azure DevOps?

The best way to route work item creation is by resolving the provider automatically from the git remote, detecting whether to post the classified issue or work item to GitHub or Azure DevOps.

How does intent classification work for drafting software engineering work items?

Intent classification for software engineering work items works by analyzing the input text to categorize the work item as a feature, bug, or task before resolving the target provider and posting.