Comprehensive TypeScript type definitions for building Slack applications and integrations with the Node Slack SDK
94
{
"context": "This evaluation criteria assesses how effectively the engineer uses the @slack/types package to implement multi-select menu elements in a Slack Block Kit message. The focus is on proper usage of type definitions for various multi-select element types and their required properties.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Input Block Usage",
"description": "Uses the Input block type from @slack/types for each of the four input sections. Each input block should have the correct structure with block_id, label, and element properties.",
"max_score": 20
},
{
"name": "Multi-Select Users Element",
"description": "Implements a multi_users_select element type (or MultiUsersSelect type) for selecting team members. The element should have proper action_id and type properties.",
"max_score": 15
},
{
"name": "Multi-Select Channels Element",
"description": "Implements a multi_channels_select element type (or MultiChannelsSelect type) for selecting Slack channels. The element should have proper action_id and type properties.",
"max_score": 15
},
{
"name": "Static Multi-Select Elements",
"description": "Implements multi_static_select element types (or MultiStaticSelect type) for both skill areas and project phases. Each element should have proper action_id, type, and options properties.",
"max_score": 20
},
{
"name": "Option Objects Structure",
"description": "Correctly structures option objects for static multi-select elements using Option type or equivalent. Each option must have a text object (with type and text properties) and a value property.",
"max_score": 15
},
{
"name": "Text Object Composition",
"description": "Uses proper text composition objects (PlainTextElement or MrkdwnElement types) for labels and option text. Text objects should have correct type property ('plain_text' or 'mrkdwn') and text content.",
"max_score": 10
},
{
"name": "Header or Section Block",
"description": "Includes an introductory Header block or Section block with appropriate text to introduce the survey. Uses correct block type from @slack/types.",
"max_score": 5
}
]
}Install with Tessl CLI
npx tessl i tessl/npm-slack--typesdocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10