What problem does it solve? Filing well-structured bug reports and feature requests is tedious, and users often file issues in the wrong repository or omit critical details like environment info and reproduction steps. This Skill standardizes issue creation for the pup CLI ecosystem so every report lands in DataDog/pup with the right labels and complete context. ## Core Features & Use Cases - Guided Issue Intake: Walks through gathering what went wrong, expected behavior, reproduction steps, and environment details before filing. - Duplicate Detection: Searches existing issues in DataDog/pup with gh issue list to avoid filing duplicates. - Structured Issue Creation: Uses gh issue create with a consistent body template and appropriate labels (bug, enhancement, documentation, agent, skill, question). - Use Case: A user reports that pup logs search times out after 30 seconds. The Skill searches for existing timeout issues, then files a labeled bug report including OS, pup version, the exact command, and the error message. ## Quick Start Ask the assistant to file a bug report describing the pup command that failed, the error message you saw, and your environment details.