use-cases/slack-coding-tasks.md +21 −48
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
55Copy page [Export as PDF](https://developers.openai.com/codex/use-cases/slack-coding-tasks/?export=pdf) environment, then review the result back in the thread or in Codex cloud.
66 bestFor:
77Mention `@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. - Async handoffs that start in a Slack thread and already have enough context
88 to act on
99Easy - Teams that want quick issue triage, bug fixes, or scoped implementation work
1010 without context switching
11115mstarterPrompt:
1212 title: Kick Off the Task From a Thread
1313Related links body: "@Codex analyze the issue mentioned in this thread and implement a fix in
1414 <name of your environment>."
1515[Use Codex in Slack](https://developers.openai.com/codex/integrations/slack) [Codex cloud environments](https://developers.openai.com/codex/cloud/environments) suggestedModel: cloud
1616 relatedLinks:
1717## Best for - label: Use Codex in Slack
1818 url: /codex/integrations/slack
1919- Async handoffs that start in a Slack thread and already have enough context to act on - label: Codex cloud environments
2020- Teams that want quick issue triage, bug fixes, or scoped implementation work without context switching url: /codex/cloud/environments
2121 ---
22## Starter prompt
23
24@Codex analyze the issue mentioned in this thread and implement a fix in <name of your environment>.
25
26@Codex analyze the issue mentioned in this thread and implement a fix in <name of your environment>.
27 22
28## How to use23## How to use
29 24
39- 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
40- 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
41- 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
42
43## Related use cases
44
45[
46
47### Coordinate new-hire onboarding
48
49Use Codex to gather approved new-hire context, stage tracker updates, draft team-by-team...
50
51Integrations Data](https://developers.openai.com/codex/use-cases/new-hire-onboarding)[
52
53### Generate slide decks
54
55Use Codex to update existing presentations or build new decks by editing slides directly...
56
57Data Integrations](https://developers.openai.com/codex/use-cases/generate-slide-decks)[
58
59### Analyze datasets and ship reports
60
61Use Codex to clean data, join sources, explore hypotheses, model results, and package the...
62
63Data Analysis](https://developers.openai.com/codex/use-cases/datasets-and-reports)