use-cases/slack-coding-tasks.md +21 −44
11# Kick off coding tasks from Slack | Codex use cases---
22 name: Kick off coding tasks from Slack
33[← All use cases](https://developers.openai.com/codex/use-cases)tagline: Turn Slack threads into scoped cloud tasks.
44 summary: Mention `@Codex` in Slack to start a task tied to the right repo and
55Mention `@Codex` in Slack to start a task tied to the right repo and environment, then review the result back in the thread or in Codex cloud. environment, then review the result back in the thread or in Codex cloud.
66 bestFor:
77Easy - Async handoffs that start in a Slack thread and already have enough context
88 to act on
995m - Teams that want quick issue triage, bug fixes, or scoped implementation work
1010 without context switching
1111Related linksstarterPrompt:
1212 title: Kick Off the Task From a Thread
1313[Use Codex in Slack](https://developers.openai.com/codex/integrations/slack) [Codex cloud environments](https://developers.openai.com/codex/cloud/environments) body: "@Codex analyze the issue mentioned in this thread and implement a fix in
1414 <name of your environment>."
1515## Best for suggestedModel: cloud
1616 relatedLinks:
1717- Async handoffs that start in a Slack thread and already have enough context to act on - label: Use Codex in Slack
1818- Teams that want quick issue triage, bug fixes, or scoped implementation work without context switching url: /codex/integrations/slack
1919 - label: Codex cloud environments
2020## Starter prompt url: /codex/cloud/environments
2121 ---
22@Codex analyze the issue mentioned in this thread and implement a fix in <name of your environment>.
23 22
24## How to use23## How to use
25 24
35- Make sure the repo and environment mapping are correct by mentioning the name of the project or environment in your prompt34- Make sure the repo and environment mapping are correct by mentioning the name of the project or environment in your prompt
36- Scope the request so Codex can finish it without a second planning loop35- Scope the request so Codex can finish it without a second planning loop
37- If your project is a large codebase, guide Codex by mentioning which files or folders are relevant to the task36- If your project is a large codebase, guide Codex by mentioning which files or folders are relevant to the task
38
39## Related use cases
40
41[
42
43### Generate slide decks
44
45Use Codex to update existing presentations or build new decks by editing slides directly...
46
47Data Workflow](https://developers.openai.com/codex/use-cases/generate-slide-decks)[
48
49### Analyze datasets and ship reports
50
51Use Codex to clean data, join sources, explore hypotheses, model results, and package the...
52
53Data Analysis](https://developers.openai.com/codex/use-cases/datasets-and-reports)[
54
55### Bring your app to ChatGPT
56
57Build one narrow ChatGPT app outcome end to end: define the tools, scaffold the MCP server...
58
59Integrations Code](https://developers.openai.com/codex/use-cases/chatgpt-apps)