1# Kick off coding tasks from Slack | Codex use cases1---
2 2name: Kick off coding tasks from Slack
3Codex use cases3tagline: Turn Slack threads into scoped cloud tasks.
4 4summary: Mention `@Codex` in Slack to start a task tied to the right repo and
55 environment, then review the result back in the thread or in Codex cloud.
6 6bestFor:
77 - Async handoffs that start in a Slack thread and already have enough context
8 8 to act on
9Codex use case9 - Teams that want quick issue triage, bug fixes, or scoped implementation work
10 10 without context switching
11# Kick off coding tasks from Slack11starterPrompt:
12 12 title: Kick Off the Task From a Thread
13Turn Slack threads into scoped cloud tasks.13 body: "@Codex analyze the issue mentioned in this thread and implement a fix in
14 14 <name of your environment>."
15Difficulty **Easy**15 suggestedModel: cloud
16 16relatedLinks:
17Time horizon **5m**17 - label: Use Codex in Slack
18 18 url: /codex/integrations/slack
19Mention `@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.19 - label: Codex cloud environments
20 20 url: /codex/cloud/environments
21## Best for21---
22
23- Async handoffs that start in a Slack thread and already have enough context to act on
24- Teams that want quick issue triage, bug fixes, or scoped implementation work without context switching
25
26# Contents
27
28[← All use cases](https://developers.openai.com/codex/use-cases)
29
30Copy page [Export as PDF](https://developers.openai.com/codex/use-cases/slack-coding-tasks/?export=pdf)
31
32Mention `@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.
33
34Easy
35
365m
37
38Related links
39
40[Use Codex in Slack](https://developers.openai.com/codex/integrations/slack) [Codex cloud environments](https://developers.openai.com/codex/cloud/environments)
41
42## Best for
43
44- Async handoffs that start in a Slack thread and already have enough context to act on
45- Teams that want quick issue triage, bug fixes, or scoped implementation work without context switching
46
47## Starter prompt
48
49@Codex analyze the issue mentioned in this thread and implement a fix in <name of your environment>.
50
51@Codex analyze the issue mentioned in this thread and implement a fix in <name of your environment>.
52 22
53## How to use23## How to use
54 24
64- 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
65- 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
66- 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
67
68## Related use cases
69
70[
71
72### Complete tasks from messages
73
74Use Computer Use to read one Messages thread, complete the task, and draft a reply.
75
76Knowledge Work Integrations](https://developers.openai.com/codex/use-cases/complete-tasks-from-messages)[
77
78### Coordinate new-hire onboarding
79
80Use Codex to gather approved new-hire context, stage tracker updates, draft team-by-team...
81
82Integrations Data](https://developers.openai.com/codex/use-cases/new-hire-onboarding)[
83
84### Generate slide decks
85
86Use Codex to update existing presentations or build new decks by editing slides directly...
87
88Data Integrations](https://developers.openai.com/codex/use-cases/generate-slide-decks)
89