use-cases/feedback-synthesis.md +50 −121
11# Turn feedback into actions | Codex use cases---
22 name: Turn feedback into actions
33Codex use casestagline: Synthesize feedback from multiple sources into a reviewable artifact.
44 summary: Connect Codex to multiple data sources such as Slack, GitHub, Linear,
55 or Google Drive to group feedback into a reviewable Google Sheet, Google Doc,
66 Slack update, or recurring feedback check.
77skills:
88 - token: slack
99Codex use case url: https://github.com/openai/plugins/tree/main/plugins/slack
1010 description: Read approved feedback channels or thread links.
1111# Turn feedback into actions - token: github
1212 url: https://github.com/openai/plugins/tree/main/plugins/github
1313Synthesize feedback from multiple sources into a reviewable artifact. description: Read issues, PR comments, and discussion threads.
1414 - token: linear
1515Difficulty **Easy** url: https://github.com/openai/plugins/tree/main/plugins/linear
1616 description: Read bug or feature queues.
1717Time horizon **30m** - token: google-drive
1818 url: https://github.com/openai/plugins/tree/main/plugins/google-drive
1919Connect Codex to multiple data sources such as Slack, GitHub, Linear, or Google Drive to group feedback into a reviewable Google Sheet, Google Doc, Slack update, or recurring feedback check. description: Read feedback docs, exports, and folders, then create a Google Doc
2020 or Sheet.
2121## Best for - token: google-sheets
2222 url: /codex/plugins
2323- Analyzing feedback from Slack channels, issue threads, survey exports, support-ticket CSVs, or research notes. description: Create a feedback sheet the team can sort, comment on, and update.
2424 - Teams that need to turn feedback into actionable insights.bestFor:
2525 - Analyzing feedback from Slack channels, issue threads, survey exports,
2626# Contents support-ticket CSVs, or research notes.
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/feedback-synthesis/?export=pdf)
31
32Connect Codex to multiple data sources such as Slack, GitHub, Linear, or Google Drive to group feedback into a reviewable Google Sheet, Google Doc, Slack update, or recurring feedback check.
33
34Easy
35
3630m
37
38Related links
39
40[Codex plugins](https://developers.openai.com/codex/plugins) [Codex automations](https://developers.openai.com/codex/app/automations) [Agent skills](https://developers.openai.com/codex/skills)
41
42## Best for
43
44- Analyzing feedback from Slack channels, issue threads, survey exports, support-ticket CSVs, or research notes.
45 - Teams that need to turn feedback into actionable insights.27 - Teams that need to turn feedback into actionable insights.
28starterPrompt:
29 title: Create the First Version
30 body: >-
31 Can you synthesize the beta feedback on [feature or product area] into a
32 @google-sheets review sheet?
46 33
47## Skills & Plugins
48
49- [Slack](https://github.com/openai/plugins/tree/main/plugins/slack)
50
51 Read approved feedback channels or thread links.
52- [GitHub](https://github.com/openai/plugins/tree/main/plugins/github)
53
54 Read issues, PR comments, and discussion threads.
55- [Linear](https://github.com/openai/plugins/tree/main/plugins/linear)
56 34
5735 Read bug or feature queues. Use these sources:
58- [Google Drive](https://github.com/openai/plugins/tree/main/plugins/google-drive)
59 36
6037 Read feedback docs, exports, and folders, then create a Google Doc or Sheet. - @slack [feedback channel or thread links]
61- [Google Sheets](https://developers.openai.com/codex/plugins)
62 38
6339 Create a feedback sheet the team can sort, comment on, and update. - @github [issue search or issue links]
64 40
6541| Skill | Why use it | - @google-drive [survey export, notes doc, or Drive folder]
66| --- | --- |
67| [Slack](https://github.com/openai/plugins/tree/main/plugins/slack) | Read approved feedback channels or thread links. |
68| [GitHub](https://github.com/openai/plugins/tree/main/plugins/github) | Read issues, PR comments, and discussion threads. |
69| [Linear](https://github.com/openai/plugins/tree/main/plugins/linear) | Read bug or feature queues. |
70| [Google Drive](https://github.com/openai/plugins/tree/main/plugins/google-drive) | Read feedback docs, exports, and folders, then create a Google Doc or Sheet. |
71| [Google Sheets](https://developers.openai.com/codex/plugins) | Create a feedback sheet the team can sort, comment on, and update. |
72 42
73## Starter prompt
74 43
7544Can you synthesize the beta feedback on [feature or product area] into a @google-sheets review sheet? In the sheet, group repeated feedback, include source links or IDs, mark
7645 Use these sources: confidence, and call out which items need product or engineering follow-up.
77 - @slack [feedback channel or thread links]
78 - @github [issue search or issue links]
79 - @google-drive [survey export, notes doc, or Drive folder]
80In the sheet, group repeated feedback, include source links or IDs, mark confidence, and call out which items need product or engineering follow-up.
81Keep names and private quotes out of the visible summary unless I approve them. Do not post, send, create issues, or assign owners.
82 46
83[Open in the Codex app](codex://new?prompt=Can+you+synthesize+the+beta+feedback+on+%5Bfeature+or+product+area%5D+into+a+%40google-sheets+review+sheet%3F%0A%0AUse+these+sources%3A%0A-+%40slack+%5Bfeedback+channel+or+thread+links%5D%0A-+%40github+%5Bissue+search+or+issue+links%5D%0A-+%40google-drive+%5Bsurvey+export%2C+notes+doc%2C+or+Drive+folder%5D%0A%0AIn+the+sheet%2C+group+repeated+feedback%2C+include+source+links+or+IDs%2C+mark+confidence%2C+and+call+out+which+items+need+product+or+engineering+follow-up.%0A%0AKeep+names+and+private+quotes+out+of+the+visible+summary+unless+I+approve+them.+Do+not+post%2C+send%2C+create+issues%2C+or+assign+owners. "Open in the Codex app")
84 47
8548Can you synthesize the beta feedback on [feature or product area] into a @google-sheets review sheet? Keep names and private quotes out of the visible summary unless I approve
8649 Use these sources: them. Do not post, send, create issues, or assign owners.
8750 - @slack [feedback channel or thread links] suggestedEffort: low
8851 - @github [issue search or issue links]relatedLinks:
8952 - @google-drive [survey export, notes doc, or Drive folder] - label: Codex plugins
9053In the sheet, group repeated feedback, include source links or IDs, mark confidence, and call out which items need product or engineering follow-up. url: /codex/plugins
9154Keep names and private quotes out of the visible summary unless I approve them. Do not post, send, create issues, or assign owners. - label: Codex automations
55 url: /codex/app/automations
56 - label: Agent skills
57 url: /codex/skills
58---
92 59
93When feedback is spread across a Slack channel, a survey export, and a few issue threads, Codex can pull it together into a Google Sheet or Doc that the team can review.60When feedback is spread across a Slack channel, a survey export, and a few issue threads, Codex can pull it together into a Google Sheet or Doc that the team can review.
94 61
95[
96Your browser does not support the video tag.
97](https://cdn.openai.com/codex/docs/developers-website/use-cases/feedback-synthesis-into-gsheets.mp4)
98
99## Create the first version62## Create the first version
100 63
64
65
1011. Give Codex the feedback sources and one sentence of context.661. Give Codex the feedback sources and one sentence of context.
1022. Ask for a Google Sheet or Doc with themes, evidence links, questions, and follow-ups.672. Ask for a Google Sheet or Doc with themes, evidence links, questions, and follow-ups.
1033. Use the same thread to turn the reviewed sheet into a Slack update or issue draft.683. Use the same thread to turn the reviewed sheet into a Slack update or issue draft.
109 76
110Once the sheet exists, use the same thread to make it useful for the next person. Ask Codex to add a column, split a theme, draft a Slack update, or turn a reviewed theme into an issue draft.77Once the sheet exists, use the same thread to make it useful for the next person. Ask Codex to add a column, split a theme, draft a Slack update, or turn a reviewed theme into an issue draft.
111 78
112Using the reviewed feedback sheet, draft a short Slack update.
113Audience: [team or channel]
114Include:
115- what changed
116- the top feedback themes
117- link to the sheet
118- the decision or follow-up needed
119Draft only. Do not post it.
120
121## Keep a feedback channel current79## Keep a feedback channel current
122 80
123For a Slack channel or issue queue that keeps getting new reports, pin the thread and ask Codex to check it on a schedule.81For a Slack channel or issue queue that keeps getting new reports, pin the thread and ask Codex to check it on a schedule.
124
125Check this feedback source every [weekday morning / Monday / release day].
126Source: [Slack channel, GitHub search, Linear view, or Google Drive folder]
127Use this reviewed Sheet or Doc as the running summary: [link]
128Only update me when there is a new theme, stronger evidence for an existing theme, or a source you cannot read. Keep the Sheet or Doc current. Do not post, send, create issues, or assign owners.
129
130## Related use cases
131
132[
133
134### Coordinate new-hire onboarding
135
136Use Codex to gather approved new-hire context, stage tracker updates, draft team-by-team...
137
138Integrations Data](https://developers.openai.com/codex/use-cases/new-hire-onboarding)[
139
140### Query tabular data
141
142Use Codex with a CSV, spreadsheet, dashboard export, Google Sheet, or local data file to...
143
144Data Knowledge Work](https://developers.openai.com/codex/use-cases/analyze-data-export)[
145
146### Clean and prepare messy data
147
148Drag in or mention a messy CSV or spreadsheet, describe the problems you see, and ask Codex...
149
150Data Knowledge Work](https://developers.openai.com/codex/use-cases/clean-messy-data)