From odh-ai-helpers
Generates summaries of vLLM CI SIG Slack channel activity for RHAIIS midstream release team, focusing on breaking changes, GPU hardware issues, CI/CD updates, dependencies, performance regressions, and upstream releases.
npx claudepluginhub jeremyeder/ai-helpers-plugin --plugin odh-ai-helpersThis skill uses the workspace's default tool permissions.
Automates generating slack summaries of the vLLM CI SIG Slack channel for the Red Hat AI Inference Server (RHAIIS) team.
Generates summaries of vLLM CI SIG Slack channel activity for RHAIIS midstream release team, focusing on breaking changes, GPU hardware issues, CI/CD updates, dependencies, performance regressions, and upstream releases.
Summarizes messenger chat messages from channels or DMs over a time window by pulling pages, summarizing chunks, and grouping into bullet points. Use to catch up on #eng or deploy channels.
Automates Slack via CLI for AI agents: read messages/threads/history, search/download attachments, send/edit/delete/reply, manage channels/users/workflows/unreads/mark read.
Share bugs, ideas, or general feedback.
Automates generating slack summaries of the vLLM CI SIG Slack channel for the Red Hat AI Inference Server (RHAIIS) team.
slackdump workspace add./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
When summarizing the transcript, focus on:
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:
| 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 |
vllm_slack_summary/transcript.mdvllm_slack_summary/slack_summary_YYYY-MM-DD_to_YYYY-MM-DD.md