slack-qa-investigate

Investigate Slack QA issues by correlating thread context with deployment logs and error metrics.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/Greenmamba29/skillsdotmd_web --skill slack-qa-investigate-greenmamba29
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slack-qa-investigate
Source: https://github.com/Greenmamba29/skillsdotmd_web/tree/main/.agents/skills/slack-qa-investigate
Command: npx skills add https://github.com/Greenmamba29/skillsdotmd_web --skill slack-qa-investigate-greenmamba29

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the investigation of Quality Assurance issues and bug reports surfaced in Slack, reducing manual triage time and accelerating root cause analysis.

Core Features & Use Cases

  • Automated Triage: Investigates reported issues by correlating Slack context with deployment and error logs.
  • Root Cause Identification: Identifies the most likely cause of the issue with a confidence level.
  • Actionable Summaries: Posts a structured findings summary back to the Slack channel.
  • Use Case: When a user reports a bug on the checkout page in the #qa-bugs channel, this skill automatically checks recent deployments and error logs to pinpoint the cause and suggests a fix.

Quick Start

Investigate the QA issue reported in the Slack channel '#production-alerts' with thread timestamp '1708234567.123456'.

Frequently Asked Questions about slack-qa-investigate

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

FAQPage Schema
How do I automate investigating bug reports reported in Slack channels?

This Skill automates Slack bug report investigation by correlating thread context with recent deployment logs and application error metrics to pinpoint root causes. It generates a structured findings summary with recommended actions and potential GitHub issue creation.

Can I automatically create GitHub issues from Slack QA bug reports?

Yes, you can create GitHub issues from Slack QA reports. After correlating Slack thread context with deployment and error logs to identify the root cause, the skill generates a structured findings summary that includes potential GitHub issue creation.

How does root cause identification work for incident response in Slack?

Root cause identification for Slack incident response works by correlating the Slack thread context of a bug report with recent deployment logs and application error metrics. The skill analyzes this data to determine the most likely cause of the issue with a confidence level.

Do I need to provide a thread timestamp to investigate a Slack QA issue?

Yes, you need to provide the specific Slack channel name and the thread timestamp to investigate a QA issue. The skill uses the thread timestamp to extract the exact bug report context needed to correlate with deployment and error logs.

What is the best way to triage production alerts reported on Slack?

The best way to triage Slack production alerts is to correlate the reported issue with recent deployment logs and application error metrics. This automated approach reduces manual triage time and accelerates root cause analysis for QA issues.

What information is included in the automated findings summary posted to Slack?

The automated findings summary posted to Slack includes the identified root cause with a confidence level, recommended actions for resolution, and potential GitHub issue creation. It provides a structured diagnosis based on correlated deployment and error logs.