slack-context-fetcher

Fetch Slack thread content via slackdump CLI for ticket context enrichment.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/christian-byrne/ticket-to-pr-pipeline --skill slack-context-fetcher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack-context-fetcher
Source: https://github.com/christian-byrne/ticket-to-pr-pipeline/tree/main/skills/slack-context-fetcher
Command: npx skills add https://github.com/christian-byrne/ticket-to-pr-pipeline --skill slack-context-fetcher

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automatically retrieves and formats content from Slack threads referenced in tickets, providing crucial conversational context that would otherwise be lost.

Core Features & Use Cases

  • Context Enrichment: Fetches Slack thread messages, user information, and message counts.
  • Automated Data Collection: Parses ticket descriptions for Slack URLs and extracts relevant thread data.
  • Use Case: When a ticket mentions a Slack discussion about a bug, this Skill can pull that conversation into the ticket's context, helping developers understand the issue's history and nuances without leaving their workflow.

Quick Start

Fetch the Slack thread context for the ticket with ID 'ticket-123'.

Frequently Asked Questions about slack-context-fetcher

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

FAQPage Schema
How do I pull Slack thread context into a support ticket?

To pull Slack thread context into a support ticket, this Skill parses ticket descriptions for Slack URLs, extracts the channel ID and thread timestamp, and fetches the thread content using the slackdump CLI for conversational history enrichment.

What data do I need to fetch Slack thread messages for ticket enrichment?

Fetching Slack thread messages for ticket enrichment requires Slack URLs containing a valid channel ID and thread timestamp. The Skill parses these references from ticket descriptions to automatically collect the required conversational thread data.

Can I use slackdump to extract user information from Slack conversations?

Yes, you can use slackdump to extract user information from Slack conversations. This Skill leverages the CLI to fetch thread messages, user information, and message counts, integrating the full conversational context into your ticket management system.

What is the best way to automate Slack context extraction for ticket management?

Automating Slack context extraction for ticket management is best handled by parsing ticket descriptions for Slack links and using the slackdump CLI to retrieve thread data, which this Skill does automatically to preserve crucial conversational history without leaving your workflow.

Are there limitations when extracting Slack thread context from ticket descriptions?

A limitation when extracting Slack thread context is that the Skill requires valid Slack URLs with accurate channel IDs and thread timestamps within the ticket description; without these specific parsed references, automated data collection cannot proceed.