dummy-01-intake

Parse unstructured issue descriptions to classify task types and output structured data.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/walter-la/refactor-agent-skills-to-hierarchical-routing --skill dummy-01-intake
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dummy-01-intake
Source: https://github.com/walter-la/refactor-agent-skills-to-hierarchical-routing/tree/main/examples/01-inputs/skills/dummy-01-intake
Command: npx skills add https://github.com/walter-la/refactor-agent-skills-to-hierarchical-routing --skill dummy-01-intake

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the initial processing of issue descriptions, transforming unstructured text into a structured format suitable for further task management.

Core Features & Use Cases

  • Issue Classification: Identifies the type of task (e.g., bug report, feature request) based on the issue description.
  • Structured Data Output: Generates a structured representation of the task, ready for downstream processing.
  • Use Case: When a new bug report is submitted, this Skill automatically classifies it as a 'bug' and extracts key details like the reported problem and steps to reproduce.

Quick Start

Use the dummy-01-intake skill to classify the provided issue description.

Frequently Asked Questions about dummy-01-intake

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

FAQPage Schema
How do I parse unstructured issue descriptions into structured tasks?

This Skill automates issue classification by parsing unstructured bug report text and extracting key details like problem descriptions and reproduction steps to output structured data for task management.

What is the best way to automate bug report classification for a task management system?

Automating bug report classification involves parsing raw issue descriptions to identify the task type and outputting structured data, which this Skill achieves by using a classification prompt to determine the nature of the issue.

Do I need a specific classification prompt to categorize feature requests?

Yes, this Skill requires a classification prompt to determine the nature of the issue, allowing it to accurately categorize feature requests and parse unstructured descriptions into structured data.

Can I extract steps to reproduce from a submitted issue description?

Yes, when processing a bug report, this Skill extracts key details like the reported problem and steps to reproduce from the unstructured issue description to generate a structured task representation.

Does this issue parsing approach work for both bug tracking and feature request management?

Yes, this issue parsing approach is applicable to both bug tracking and feature request management systems, classifying task types and outputting structured data suitable for either workflow.

Why does issue classification require manual setup for task types?

Issue classification requires a classification prompt to determine the nature of the issue, ensuring the unstructured text is accurately parsed into the correct structured task type for downstream processing.