ワンクリックで
repos
Aliases for commonly used repositories. The agent can interact with any public GitHub repo, but these aliases provide shortcuts.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Aliases for commonly used repositories. The agent can interact with any public GitHub repo, but these aliases provide shortcuts.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Search older daily logs and memory files for past context via npx qmd
Create a GitHub issue from a Slack thread conversation. Analyzes the discussion, extracts key points, searches for related issues, and creates a well-structured issue.
Review, audit, or summarize a GitHub pull request — fetch the diff, check for bugs/security/test/contract issues, post inline comments or approve/request-changes via `gh`, and report back to Slack. Use this whenever the user asks to review, look at, check, audit, summarize, "take a pass at", or give feedback on a PR (or shares a github.com/.../pull/<n> URL) — even if they don't use the word "review" explicitly.
Create a new runtime skill that persists across deploys. Use when the user asks to add a new capability, automate a workflow, or teach the bot a new behavior. Also use when the user says "learn how to..." or "remember how to..." for repeatable procedures.
General GitHub operations using the gh CLI. Search issues, read issue details, find pull requests, and manage labels.
Validate, commit, and push memory files to git
| name | repos |
| description | Aliases for commonly used repositories. The agent can interact with any public GitHub repo, but these aliases provide shortcuts. |
| Alias | Repository | Description |
|---|---|---|
| bevy | decentraland/bevy-explorer | Bevy-based explorer client |
| mobile | decentraland/godot-explorer | Godot mobile explorer |
| towerofmadness | dcl-regenesislabs/towerofmadness | Tower of Madness game |
When a user mentions one of these aliases, use the corresponding owner/repo for gh CLI commands.
Users can also reference any public repo directly by its owner/repo name.
The prompt includes a Channel: #name line identifying the Slack channel the message came from. When an action needs a repo (e.g. creating an issue) and no repo is explicitly named in the conversation, default to the channel's repo below:
| Channel | Default repo |
|---|---|
| #mobile-support | decentraland/godot-explorer |
| #project-bevy-explorer | decentraland/bevy-explorer |
| #bevy-support | decentraland/bevy-explorer |
Rules: