use-cases/slack-coding-tasks.md +59 −0 added
1# Kick off coding tasks from Slack | Codex use cases
2
3[← All use cases](https://developers.openai.com/codex/use-cases)
4
5Mention `@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.
6
7Easy
8
95m
10
11Related links
12
13[Use Codex in Slack](https://developers.openai.com/codex/integrations/slack) [Codex cloud environments](https://developers.openai.com/codex/cloud/environments)
14
15## Best for
16
17- Async handoffs that start in a Slack thread and already have enough context to act on
18- Teams that want quick issue triage, bug fixes, or scoped implementation work without context switching
19
20## Starter prompt
21
22@Codex analyze the issue mentioned in this thread and implement a fix in <name of your environment>.
23
24## How to use
25
261. Install the Slack app, connect the right repositories and environments, and add `@Codex` to the channel.
272. Mention `@Codex` in a thread with a clear request, constraints, and the outcome you want.
283. Open the task link, review the result, and continue the follow-up in Slack if the task needs another pass.
29
30You can learn more about how to use Codex in Slack in the [dedicated guide](https://developers.openai.com/codex/integrations/slack).
31
32## Tips
33
34- If the thread does not already include enough context or suggested fix, include in your prompt some guidance
35- 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 loop
37- 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### Coordinate new-hire onboarding
44
45Use Codex to gather approved new-hire context, stage tracker updates, draft team-by-team...
46
47Integrations Data](https://developers.openai.com/codex/use-cases/new-hire-onboarding)[
48
49### Generate slide decks
50
51Use Codex to update existing presentations or build new decks by editing slides directly...
52
53Data Integrations](https://developers.openai.com/codex/use-cases/generate-slide-decks)[
54
55### Analyze datasets and ship reports
56
57Use Codex to clean data, join sources, explore hypotheses, model results, and package the...
58
59Data Analysis](https://developers.openai.com/codex/use-cases/datasets-and-reports)