@reach_vb: Codex Tip: ask Codex to look through your past sessions and turn repeated prompts into reusable skills + subagents you’…
Summary
A tip for using Codex to turn repeated prompts into reusable skills and subagents, improving workflow efficiency for tasks like CI failure checking and PR review.
View Cached Full Text
Cached at: 05/23/26, 08:11 PM
Codex Tip: ask Codex to look through your past sessions and turn repeated prompts into reusable skills + subagents
you’ll probably find the same stuff showing up again and again:
“check why CI failed” “review this PR” “write the changelog” “trace this bug” “clean up this diff”
make it a skill if it’s a repeatable workflow
or, make it a subagent if it’s a specific job you want to delegate
Similar Articles
@daniel_mac8: Codex Pro tip: turn Codex into a research engineer. Take any new agent paper and: 1. Ask: “How would this work in Codex…
A tip for Codex users to implement agent research papers directly into their Codex environment using goal mode and local config, with SkillOpt as an example that improved a GPT-5.5 agent by +24.8 points.
@OpenAIDevs: Show Codex a workflow once. Reuse it as a skill. Record & Replay lets you show Codex a recurring task, like filing an e…
OpenAI introduces Record & Replay for Codex, allowing users to demonstrate a workflow once and turn it into a reusable, inspectable skill.
@PaulSolt: https://x.com/PaulSolt/status/2073470146115490230
Paul Solt shares a detailed workflow for using Codex agents in a loop to autonomously build features overnight, including a manager thread, heartbeat, and automated PR review. The technique shifts from single prompts to designed agent loops, enabling continuous development with minimal human intervention.
@reach_vb: Codex tip: one of the easiest ways to make Codex much more powerful is openai/plugins there are now 100+ plugins for ev…
A tip on using OpenAI's plugins to enhance Codex, allowing it to automatically install and configure relevant plugins to improve its capabilities.
@Luckyjudy666: 8 Tips to Make Codex Your Personal Assistant 1. Build a Shared Memory for Codex Core rules go in Agents.md, project background in Obsidian, repeated processes as skills, personal preferences and common questions in Memories. Otherwise, Codex is like a new colleague every time, having to explain everything from scratch...
This article shares 8 tips for using the Codex AI assistant effectively, including building shared memory, remote task execution, scheduled automation, file organization, and teaching new software operations, all aimed at improving work efficiency.