ソース情報
- リポジトリ
- Arvo-AI/aurora
- ソースの最終更新活動
- 2026年5月9日 17:50
- 検出された SKILL.md の言語
- 英語
- スター
- 400
- フォーク
- 69
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/Arvo-AI/aurora --skill slackコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Bitbucket code repository integration for managing repos, branches, PRs, issues, and CI/CD pipelines
Datadog monitoring integration for querying logs, metrics, monitors, events, traces, hosts, and incidents during RCA investigations
GitHub code repository integration for investigating code changes, deployments, commits, PRs, and suggesting fixes during RCA
| name | slack |
| id | slack |
| description | Slack integration tools for reading channel messages and thread replies |
| category | communication |
| connection_check | {"method":"is_connected_function","module":"chat.backend.agent.tools.slack_tool","function":"is_slack_connected"} |
| tools | ["list_slack_channels","get_channel_history","get_thread_replies"] |
| index | Slack messaging -- list channels, read messages, read threads |
| rca_priority | 50 |
| metadata | {"author":"aurora","version":"1.0"} |
Read-only tools for searching Slack conversations. Used during postmortem generation to gather human context (deployment decisions, communication gaps, resolution steps) and during interactive chat for incident investigation.
list_slack_channels()Returns all channels the bot can access: id, name, topic, purpose, member count. Use channel names and topics to identify relevant channels for the incident (look for service names, "incident", "oncall", "alerts").
get_channel_history(channel_id, oldest?, latest?, limit?)Fetch messages from a channel. Scope with oldest/latest (ISO 8601) to the incident time window. Returns message text, timestamps, user IDs, and thread metadata (reply_count, thread_ts).
get_thread_replies(channel_id, thread_ts, limit?)Fetch replies in a thread. Use when a message has reply_count > 0 and looks relevant.
list_slack_channels — scan names/topics for the affected service or "incident"/"oncall" keywordsget_channel_history on the most relevant channels, scoped to the incident time windowreply_count > 0 and looks relevant, call get_thread_replies for full context