Claude Code Plugins

Community-maintained marketplace

Feedback

vLLM Slack Summary

@opendatahub-io/ai-helpers
8
0

Generate slack summaries of vLLM CI SIG Slack channel activity for the RHAIIS midstream release team

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name vLLM Slack Summary
description Generate slack summaries of vLLM CI SIG Slack channel activity for the RHAIIS midstream release team

vLLM slack Summary Skill

Automates generating slack summaries of the vLLM CI SIG Slack channel for the Red Hat AI Inference Server (RHAIIS) team.

Prerequisites

Usage

./scripts/generate_transcript.py                    # Last 7 days (default)
./scripts/generate_transcript.py --days 14          # Custom date range
./scripts/generate_transcript.py --output-dir out   # Custom output directory

Context

When summarizing the transcript, focus on:

  • Breaking changes affecting the RHAIIS midstream build
  • Hardware issues with H100, A100, MI300, or B200 GPUs
  • CI/CD infrastructure changes impacting test reliability
  • Dependencies changes in build requirements or Python packages
  • Performance regressions that could affect RHAIIS
  • Upstream releases and their stability status

Output

The skill creates vllm_slack_summary/ containing:

vllm_slack_summary/
├── slack_export/                               # Raw Slack export
├── transcript.md                               # Markdown transcript
└── slack_summary_YYYY-MM-DD_to_YYYY-MM-DD.md  # Summary report

After generating the transcript, analyze it and create a summary with:

  • Executive Summary (2-3 sentences)
  • Key Issues & Resolutions
  • CI/CD Infrastructure Changes
  • Action Items for Red Hat Team

Troubleshooting

Issue Solution
slackdump not found Ensure slackdump is in PATH: which slackdump
Authentication failed Run slackdump workspace add
No messages found Check date range; channel may have no messages in that period

Quick Reference

  • Channel ID: C07R5PAL2L9 (vLLM CI SIG)
  • Transcript: vllm_slack_summary/transcript.md
  • Summary: vllm_slack_summary/slack_summary_YYYY-MM-DD_to_YYYY-MM-DD.md