Home / jackchuka / skills · p-slack-triage/SKILL.md · GitHub

p-slack-triage skillB

p-slack-triage is agent-read markdown (skill) from jackchuka/skills: Scan Slack for messages needing your attention, walk through them one-by-one, and draft/send replies. Covers DMs, mentions, threads, and channel activity. Use when the user wants to triage Slack, check what needs attention, or draft replies. Triggers on "triage slack", "check slack", "what needs my attention on slack", "slack replies", "review slack messages", "/slack-triage"..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Slack Triage

Scan Slack for messages needing attention, classify them by action type, present a prioritized summary, and help draft/send replies for items you select.

## When to Use

- User asks to triage or check Slack
- User wants to know what needs their attention
- User wants help drafting Slack replies
- User says "what did I miss on Slack"

## Arguments

Parse from the user's invocation message:

- **Channels**: Any `#channel-name` tokens → add to scan list
- **Time window**: Any number followed by `h` or `hours` (e.g., `2h`) → override default
- **Default**: 8 hours, no channel filter (DMs + mentions always scanned)

## Prerequisites

- Slack MCP server configured and authenticated
- For sending replies: Slack MCP server must have write permissions (not `--read-only`)

## Workflow

### Phase 1: Scope

1. Call `slack_read_user_profile()` (no args) to get the current user's Slack ID.
2. Parse the user's invocation message for:
   - Channel names (e.g., `#platform-eng`) → resolve to channel IDs using `slack_search_channels(query=...)`
   - Time window override (e.g., `2h`) → compute cutoff timestamp
   - Default time window: 8 hours from now
…

Read the whole file at its exact version.

How to install

Latest version
mdr add jackchuka/skills/p-slack-triage@git:20260604.0da3398
Exact content
mdr add jackchuka/skills/p-slack-triage@sha256:4fd659bc3a5841da

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_ypvfg2t5drq2r4zf.svg)](https://markdownregistry.com/a/art_ypvfg2t5drq2r4zf)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260604.0da3398 latest2026-06-04 0da3398 11,265 BB view · diff
git:20260421.19f33a52026-04-21 19f33a5 11,247 BB view · diff
git:20260318.2a81c512026-03-18 2a81c51 11,234 BB view

Audit of the latest version

B  16 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: No prompt-injection phrasing (matched: ignore previous instructions)
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (11265 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

jackchuka/skills · 15 stars · license MIT · pushed 2026-09-17 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_ypvfg2t5drq2r4zf
GET https://markdownregistry.com/api/v1/resolve?ref=jackchuka/skills/p-slack-triage
GET https://markdownregistry.com/api/v1/blob/4fd659bc3a5841da4006848309dabd05abcf15acf72cce7dbc0e81be005f23d2

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from jackchuka/skills

claude-permissions-audit skill
jackchuka/skills · claude-permissions-audit/SKILL.md · Review and reorganize Claude Code permission settings across all config files (global settings.json, project…
git:20260604.0da3398 · audit A · 15 stars
claude-skill-orchestration-audit skill
jackchuka/skills · claude-skill-orchestration-audit/SKILL.md · Audit skills for agentic orchestration quality. Checks subagent dispatch patterns, parallelism opportunities…
git:20260604.0da3398 · audit A · 15 stars
claude-skill-prereq-audit skill
jackchuka/skills · claude-skill-prereq-audit/SKILL.md · Scan skills for prerequisite tools, MCP servers, and auth requirements, then check if everything is installed and…
git:20260604.0da3398 · audit A · 15 stars
claude-skill-spec-audit skill
jackchuka/skills · claude-skill-spec-audit/SKILL.md · Audit skill SKILL.md files for compliance with the agentskills.io specification and house conventions. Checks…
git:20260604.c9bb57f · audit A · 15 stars
dev-cli-consistency-audit skill
jackchuka/skills · dev-cli-consistency-audit/SKILL.md · Reviews a CLI tool's command interface for consistency in argument naming, flag conventions, help text, and README…
git:20260604.0da3398 · audit A · 15 stars
dev-code-quality skill
jackchuka/skills · dev-code-quality/SKILL.md · Systematic codebase quality scan for identifying duplication, redundancy, and improvement opportunities. Use when…
git:20260604.0da3398 · audit A · 15 stars
dev-new-tool skill
jackchuka/skills · dev-new-tool/SKILL.md · End-to-end workflow for taking a new tool idea from research to working MVP. Use when the user has an idea for a CLI…
git:20260604.0da3398 · audit A · 15 stars
dev-software-design skill
jackchuka/skills · dev-software-design/SKILL.md · Opinionated guide to software design principles and architectural patterns. Use when reviewing code design, planning…
git:20260604.0da3398 · audit A · 15 stars
gh-dep-pr-triage skill
jackchuka/skills · gh-dep-pr-triage/SKILL.md · Triage and fix dependency update PRs (Renovate, Dependabot, etc.). Use when the user wants to review dependency PRs…
git:20260616.917ea64 · audit A · 15 stars
gh-issue-report skill
jackchuka/skills · gh-issue-report/SKILL.md · Investigate and file bug reports on GitHub repositories. Searches existing issues to avoid duplicates, checks…
git:20260604.0da3398 · audit A · 15 stars
gh-org-chart skill
jackchuka/skills · gh-org-chart/SKILL.md · Generate an interactive HTML org explorer from a GitHub organization. Surfaces team hierarchy, members, owned repos…
git:20260604.280bb05 · audit A · 15 stars
gh-oss-go-bump skill
jackchuka/skills · gh-oss-go-bump/SKILL.md · Bump Go version across multiple OSS repositories. Use when the user wants to update Go across repos, says "bump go…
git:20260604.0da3398 · audit A · 15 stars

Every file in jackchuka/skills

Browse by kind, by grade B, or by owner.