Back to list
orient-bot

slack-formatting

by orient-bot

Orient - AI Agent Platform

5🍴 0📅 Jan 24, 2026

SKILL.md


Slack Message Formatting

Slack uses mrkdwn format, NOT standard Markdown.

Text Formatting

StyleSlack mrkdwnStandard Markdown (WRONG)
Bold*text***text**
Italic_text_*text*
Code`text``text`
Strike~text~~text~

Headers

Slack does NOT support markdown headers.

  • ❌ Wrong: ## Header
  • ✅ Correct: Use *Bold Text* with line breaks
Format: <url|link text>
Example: <https://jira.example.com|View in Jira>
Auto-link: <https://example.com>

Lists

  • Bullet points: • item or - item
  • Numbered lists: 1. item

Code Blocks

Use triple backticks (same as standard markdown)

Block Quotes

> This is a quote

Common Emoji Shortcodes

ShortcodeEmoji
:white_check_mark:
:warning:⚠️
:rocket:🚀
:fire:🔥
:thinking_face:🤔
:tada:🎉
:x:

Example Comparison

❌ Wrong (Standard Markdown)

## **Breakdown by Status:**

### 🔨 **In Progress (2 issues)**

- **PROJ-25519** - Create analytics events (Tom)
- **PROJ-26838** - Export Case Details (Unassigned)

✅ Correct (Slack mrkdwn)

*Breakdown by Status:*

*🔨 In Progress (2 issues):*
• `PROJ-25519` - Create analytics events (Tom)
• `PROJ-26838` - Export Case Details (Unassigned)

*✅ Ready for Deployment (2 issues):*
• `PROJ-25731` - HPO term fix (Daniel)
• `PROJ-25607` - Fix text highlighting (Amitai)

MCP Tools

  • ai_first_slack_send_dm - Send direct message
  • ai_first_slack_send_channel_message - Send to channel
  • ai_first_slack_lookup_user_by_email - Look up user

Verification Checklist

  • Bold text uses *single asterisks*
  • No ## header symbols visible
  • Issue keys appear in monospace with backticks
  • Emoji render properly
  • Links use <url|text> format

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon