Claude Code Slack Triage Capability Pack Skill
Expert Claude Code Slack triage capability pack applying documented Slack integration steps to classify delegations, map repositories, gate risky auto-sessions, and draft human-approved replies before Claude Code acts.
Open the source and read safety notes before installing.
Safety notes
- Public Slack threads are not private—never paste secrets into delegations.
- Auto-started sessions can race on shared branches—prefer worktrees.
- Customer-facing bot replies require human approval.
Privacy notes
- Slack threads may contain customer names and incident details.
- Triage summaries for external channels need redaction.
Prerequisites
- Claude Slack integration enabled per official Slack documentation.
- Channel-to-repository mapping and CODEOWNERS rules documented.
- Policy for which delegations may auto-start Claude Code sessions.
Schema details
- Install type
- package
- Reading time
- 8 min
- Difficulty score
- 70
- Troubleshooting
- Yes
- Breaking changes
- No
- Scope
- Source repo
- Skill type
- capability-pack
- Skill level
- expert
- Verification
- validated
- Verified at
- 2026-06-16
| Platform | Support | Install path |
|---|---|---|
| claude-code | Native | .claude/skills/<skill-name>/SKILL.md |
| codex | Native | .agents/skills/<skill-name>/SKILL.md |
| windsurf | Native | .windsurf/skills/<skill-name>/SKILL.md |
| gemini | Native | .gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md |
| cursor | Adapter | .cursor/rules/<skill-name>.mdc |
| cli | Manual | AGENTS.md or tool-specific context file |
Full copyable content
# Trigger
"Apply the Claude Code Slack triage capability pack for this thread."
# Required output
1) Delegation classification and priority
2) Repository and branch routing recommendation
3) Risk flags and approval gates
4) Draft reply for human review
5) Privacy-safe triage summaryAbout this resource
Knowledge Freshness
Grounded in Claude Code Slack integration documentation verified on 2026-06-16.
Retrieval Sources
- https://code.claude.com/docs/en/slack
- https://code.claude.com/docs/en/skills
- https://code.claude.com/docs/en/security
- https://github.com/anthropics/claude-code
- https://developers.google.com/search/docs/fundamentals/creating-helpful-content
Source Verification Notes
Official Slack docs describe connecting Claude Code to Slack workspaces, delegating engineering work from channels, and starting sessions from Slack triggers with team policy considerations.
Scope Note
Community triage workflow skill applying documented Slack integration steps—not
an official Anthropic product. Differs from claude-slack-delegation-triage-agent
(agent prompt) by providing capability pack matrices and output contracts.
Core Workflow
- Classify delegation: bug, feature, question, incident, or out-of-scope.
- Map to repository, branch, and owner using channel conventions.
- Flag risks: destructive fixes, missing repro, secrets in thread.
- Draft reply requesting clarifications or approving session start.
- Require human send approval before bot posts or sessions launch.
Capability Scope
- Slack delegation classification and priority tiers.
- Repository and branch routing recommendations.
- Risk flagging before autonomous sessions.
- Human-approved reply drafting.
- Privacy-safe triage summaries.
Production Rules
- Never auto-post customer-facing replies without human approval.
- Block session start when threads contain secrets or missing reproduction steps.
- Prefer worktrees when parallel Slack delegations target the same repo.
- Escalate destructive fix requests to CODEOWNERS in private threads.
- Redact customer identifiers in cross-channel summaries.
Review Matrix
| Delegation type | Route | Gate |
|---|---|---|
| Bug with repro | Mapped repo + branch | Human approves session |
| Vague feature ask | Request clarification | No session until scoped |
| Incident | Private channel + owner | No public exploit details |
| Out of scope | Decline politely | No session |
Output Contract
- Classification and priority.
- Repo routing recommendation.
- Risk flags.
- Draft reply.
- Privacy-safe summary.
Duplicate Check
Agent prompt covers similar routing; this skill adds structured review matrix and output contract for capability-pack invocation.
Troubleshooting
Issue: Wrong repo routed from channel Fix: Update channel-to-repo map in team docs; confirm thread context links.
Issue: Session started without approval
Fix: Tighten policy; require explicit human /approve step in runbook.
Editorial Disclosure
Independent entry by kiannidev from public docs.
Source citations
Add this badge to your README
Show that Claude Code Slack Triage Capability Pack Skill is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.
[](https://heyclau.de/entry/skills/claude-code-slack-triage-capability-pack)How it compares
Claude Code Slack Triage Capability Pack Skill side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
| Field | Claude Code Slack Triage Capability Pack Skill Expert Claude Code Slack triage capability pack applying documented Slack integration steps to classify delegations, map repositories, gate risky auto-sessions, and draft human-approved replies before Claude Code acts. Open dossier | Claude Agent SDK Session Storage Capability Pack Skill Expert Claude Agent SDK session storage capability pack for designing, reviewing, and rolling out Agent SDK session storage with source-backed checklists, production rules, and privacy-safe output contracts. Open dossier | Claude Code Chrome Browser QA Capability Pack Skill Expert Claude Code Chrome browser QA capability pack applying documented Claude in Chrome enablement, browser automation boundaries, and web QA checkpoint workflows. Open dossier | Claude Code Computer Use GUI QA Capability Pack Skill Expert Claude Code computer use GUI QA capability pack that applies documented computer-use MCP enablement, per-app session approval, screenshot checkpoints, and macOS permission workflows for native app validation—not an official Anthropic QA product. Open dossier |
|---|---|---|---|---|
| Trust | ||||
| Install risk | Review first | Review first | Review first | Review first |
| Notes | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ | Safety ✓ Privacy ✓ |
| Category | skills | skills | skills | skills |
| Source | source-backed | source-backed | source-backed | source-backed |
| Author | kiannidev | kiannidev | kiannidev | kiannidev |
| Added | 2026-06-16 | 2026-06-14 | 2026-06-16 | 2026-06-16 |
| Platforms | Claude CodeCodexWindsurfGeminiCursorCLI | Claude CodeCodexWindsurfGeminiCursorCLI | Claude CodeCodexWindsurfGeminiCursorCLI | Claude CodeCodexWindsurfGeminiCursorCLI |
| Source repo | — | — | — | — |
| Safety notes | ✓Public Slack threads are not private—never paste secrets into delegations. Auto-started sessions can race on shared branches—prefer worktrees. Customer-facing bot replies require human approval. | ✓This skill plans Agent SDK session storage; it must not execute destructive changes without explicit approval. Browser, computer-use, and remote surfaces can access sensitive UI state; scope tests carefully. MCP and SDK integrations may exfiltrate data if tool scopes are too broad. The public `anthropics/claude-code` repository ships documentation links to code.claude.com for settings, security, and integration surfaces. Scheduled or autonomous workflows compound risk; cap blast radius in staging first. | ✓Browser automation can access logged-in sessions—use staging accounts only. Claude chooses Chrome before computer use for web tasks when configured. Review permission prompts before approving navigation on sensitive pages. | ✓Computer use controls real desktop apps with per-app session approval—not sandboxed Bash. Review sentinel warnings before approving Terminal, Finder, or System Settings access. Press Esc or Ctrl+C to stop computer use and release the machine-wide lock immediately. Only one Claude Code session can hold the computer-use lock at a time. |
| Privacy notes | ✓Slack threads may contain customer names and incident details. Triage summaries for external channels need redaction. | ✓Reviews may expose integration tokens, customer metadata, and internal URLs related to Agent SDK session storage. Telemetry and analytics configs can include account emails; redact before sharing externally. Keep troubleshooting logs in internal channels unless explicitly sanitized. Third-party vendors remain outside Anthropic retention policies; document separately. | ✓Browser QA sends page content to the model—avoid customer PII in test flows. Screenshots and DOM snapshots may include session tokens in dev tools—close extras. | ✓Screenshots are downscaled before model upload but may still capture sensitive UI content. Your terminal window is excluded from screenshots per official documentation. Redact customer or proprietary UI details before sharing screenshot evidence externally. Other visible apps are hidden while Claude works; still minimize sensitive windows before starting. |
| Prerequisites |
|
|
|
|
| Install | — | — | — | — |
| Config | — | — | — | — |
| Citations | ||||
| Claim | Unclaimed | Unclaimed | Unclaimed | Unclaimed |
Signals
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.