use-cases/slack-coding-tasks.md +63 −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
5Copy page [Export as PDF](https://developers.openai.com/codex/use-cases/slack-coding-tasks/?export=pdf)
6
7Mention `@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.
8
9Easy
10
115m
12
13Related links
14
15[Use Codex in Slack](https://developers.openai.com/codex/integrations/slack) [Codex cloud environments](https://developers.openai.com/codex/cloud/environments)
16
17## Best for
18
19- Async handoffs that start in a Slack thread and already have enough context to act on
20- Teams that want quick issue triage, bug fixes, or scoped implementation work without context switching
21
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
28## How to use
29
301. Install the Slack app, connect the right repositories and environments, and add `@Codex` to the channel.
312. Mention `@Codex` in a thread with a clear request, constraints, and the outcome you want.
323. Open the task link, review the result, and continue the follow-up in Slack if the task needs another pass.
33
34You can learn more about how to use Codex in Slack in the [dedicated guide](https://developers.openai.com/codex/integrations/slack).
35
36## Tips
37
38- If the thread does not already include enough context or suggested fix, include in your prompt some guidance
39- 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 loop
41- 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)