Dev10x:investigate

Parse Slack thread URLs to investigate issues and draft replies.

7|2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-investigate-dev10x-guru
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Dev10x:investigate
Source: https://github.com/Dev10x-Guru/Dev10x-Claude/tree/main/skills/investigate
Command: npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-investigate-dev10x-guru

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows users to investigate issues described in Slack threads, generate technical replies with GitHub links, and create Linear tickets if necessary.

Core Features & Use Cases

  • Issue Investigation: Parse Slack thread URLs to investigate issues described by users.
  • Technical Reply: Draft and post technical replies with GitHub links.
  • Ticket Creation: Create Linear tickets for non-trivial fixes or issues affecting production or staging.
  • Use Case: When a user encounters a bug in Slack, they can trigger this Skill to create a technical reply and, if needed, a ticket to address the issue.

Quick Start

To use this skill, trigger it with the invocation name "Dev10x:investigate" and provide a Slack thread URL for investigation.

Frequently Asked Questions about Dev10x:investigate

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

FAQPage Schema
How do I investigate a bug reported in a Slack thread and create a technical reply?▼

To investigate a bug reported in a Slack thread, you can trigger the Dev10x:investigate Skill with the Slack thread URL. It parses the issue, drafts a technical reply with GitHub links, and optionally creates a Linear ticket.

When do I need to create Linear tickets for issues affecting staging or production?▼

You need to create Linear tickets for issues affecting staging or production when a bug requires non-trivial fixes. The investigation process identifies these cases and optionally generates the ticket to address the issue.

Can I use Bash scripts to parse Slack URLs and generate technical issue replies?▼

Yes, you can use Bash scripts to parse Slack URLs and generate technical issue replies. This Skill utilizes Bash scripts to extract issue context from Slack threads and formulate responses with relevant GitHub links.

Does this issue investigation process integrate with GitHub links and Slack threads?▼

Yes, the issue investigation process integrates with GitHub links and Slack threads. It parses the Slack thread URL to understand the reported bug and automatically generates a technical reply containing relevant GitHub links.

What is the best way to track bugs from Slack conversations and link them to GitHub?▼

The best way to track bugs from Slack conversations is to parse the Slack thread URL for context, generate a technical reply with GitHub links, and create a Linear ticket if the issue requires a non-trivial fix.