use-cases/slack-coding-tasks.md +21 −73
11# Kick off coding tasks from Slack | Codex use cases---
22 name: Kick off coding tasks from Slack
33Codex use casestagline: Turn Slack threads into scoped cloud tasks.
44 summary: 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.
66 bestFor:
77 - Async handoffs that start in a Slack thread and already have enough context
88 to act on
99Codex use case - Teams that want quick issue triage, bug fixes, or scoped implementation work
1010 without context switching
1111# Kick off coding tasks from SlackstarterPrompt:
1212 title: Kick Off the Task From a Thread
1313Turn Slack threads into scoped cloud tasks. body: "@Codex analyze the issue mentioned in this thread and implement a fix in
1414 <name of your environment>."
1515Difficulty **Easy** suggestedModel: cloud
1616 relatedLinks:
1717Time horizon **5m** - label: Use Codex in Slack
1818 url: /codex/integrations/slack
1919Mention `@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. - label: Codex cloud environments
2020 url: /codex/cloud/environments
2121## Best for---
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)