CtrlK
BlogDocsLog inGet started
Tessl Logo

slack-automation

Automate Slack messaging, channel management, search, reactions, and threads via Rube MCP (Composio). Send messages, search conversations, manage channels/users, and react to messages programmatically.

81

1.42x
Quality

72%

Does it follow best practices?

Impact

97%

1.42x

Average score across 3 eval scenarios

SecuritybySnyk

Advisory

Suggest reviewing before use

Optimize this skill with Tessl

npx tessl skill review --optimize ./plugins/all-skills/skills/slack-automation/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Discovery

82%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is strong in specificity and distinctiveness, listing concrete Slack actions and clearly identifying the platform and integration method. Its main weakness is the absence of an explicit 'Use when...' clause, which would help Claude know exactly when to select this skill. The trigger terms are naturally phrased and cover good breadth of Slack-related terminology.

Suggestions

Add an explicit 'Use when...' clause, e.g., 'Use when the user asks to send Slack messages, manage Slack channels, search Slack conversations, or automate Slack workflows.'

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: messaging, channel management, search, reactions, threads, sending messages, searching conversations, managing channels/users, and reacting to messages programmatically.

3 / 3

Completeness

Clearly answers 'what does this do' with specific Slack actions, but lacks an explicit 'Use when...' clause or equivalent trigger guidance. The 'when' is only implied by the nature of the actions described.

2 / 3

Trigger Term Quality

Includes strong natural keywords users would say: 'Slack', 'messaging', 'channel management', 'search', 'reactions', 'threads', 'send messages', 'conversations'. These cover common variations of how users would describe Slack-related tasks.

3 / 3

Distinctiveness Conflict Risk

Clearly scoped to Slack via Rube MCP (Composio), which is a very distinct niche. The mention of the specific platform (Slack) and integration method (Rube MCP/Composio) makes it unlikely to conflict with other skills.

3 / 3

Total

11

/

12

Passed

Implementation

62%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

This is a well-organized Slack automation skill with strong workflow clarity—each workflow has labeled steps, key parameters, and specific pitfalls. Its main weaknesses are the lack of concrete executable examples (actual MCP call payloads) and some redundancy between per-workflow pitfalls and the consolidated Known Pitfalls section. The content would benefit from being split across bundle files to improve progressive disclosure.

Suggestions

Add at least one concrete MCP call example per core workflow showing exact input parameters and expected response structure (e.g., a RUBE_SEARCH_TOOLS call followed by SLACK_SEND_MESSAGE with actual JSON payloads).

Deduplicate pitfalls—either keep them only in per-workflow sections or consolidate into the Known Pitfalls section with cross-references, not both.

Consider splitting detailed workflow sections into separate bundle files (e.g., workflows/messaging.md, workflows/search.md) and keeping SKILL.md as a concise overview with links.

DimensionReasoningScore

Conciseness

The skill is fairly comprehensive but includes some redundancy—pitfalls are repeated across individual workflows and then again in the 'Known Pitfalls' section. Some parameter descriptions could be tightened. However, it largely avoids explaining concepts Claude already knows and stays focused on tool-specific details.

2 / 3

Actionability

The skill provides specific tool names, parameter names, and response field paths, which is valuable. However, there are no executable code examples or concrete MCP call examples showing exact input/output JSON. The guidance is specific but not copy-paste ready—it describes what to call rather than showing exact invocations.

2 / 3

Workflow Clarity

Each workflow has a clearly numbered tool sequence with labeled steps (Prerequisite, Required, Optional, Fallback), explicit parameter requirements, and detailed pitfalls that serve as validation checkpoints. The setup section includes a verification flow. The ID resolution pattern and pagination pattern provide clear feedback loops for common operations.

3 / 3

Progressive Disclosure

The content is well-structured with clear sections and a quick reference table, but it's a long monolithic file (~200+ lines) with no bundle files to offload detailed workflow descriptions or pitfall catalogs. The individual workflow sections could be split into separate files with the SKILL.md serving as an overview, but since there are no bundle files, all content is inline.

2 / 3

Total

9

/

12

Passed

Validation

90%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

10

/

11

Passed

Repository
davepoon/buildwithclaude
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.