Open
Conversation
218c0ac to
312ae3b
Compare
rjmarsan
approved these changes
Mar 21, 2026
| "Find open bugs and turn them into Linear tickets.", | ||
| "Review today's meetings and flag scheduling gaps." | ||
| ], | ||
| "defaultPrompt": "Summarize my inbox and draft replies for me.", |
Collaborator
There was a problem hiding this comment.
This is incorrect, defaultPrompt is an array of strings.
gverma-openai
requested changes
Mar 22, 2026
Co-authored-by: RJ Marsan <rj@openai.com>
312ae3b to
31778af
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
androidplugin that vendors theandroid-emulator-qaskill fromopenai/skills-internal.agents/plugins/marketplace.jsonwith theCodingcategoryplugin-creatorso its default marketplace path points at.agents/plugins/marketplace.jsonand its scaffoldeddefaultPromptmatches the current loader contractplugin-creatorreference spec to match the fixed scaffold shapeWhy
The goal of this change is to convert the existing Android emulator QA skill into a first-class plugin in this repo and verify that the plugin loads the way Codex actually consumes plugins today.
While testing the conversion, two scaffold issues surfaced:
plugin-creatorwas writing marketplace output to.agents/skills/plugins/marketplace.jsoninstead of the repo marketplace fileinterface.defaultPromptin a shape that the installed Codex loader rejected for this plugin pathThis PR fixes those issues alongside the new plugin so the conversion path is reproducible.
Validation
python3 -m py_compile .agents/skills/plugin-creator/scripts/create_basic_plugin.py plugins/android/skills/android-emulator-qa/scripts/ui_pick.py plugins/android/skills/android-emulator-qa/scripts/ui_tree_summarize.pyplugins/android/.codex-plugin/plugin.json,plugins/android/plugin.lock.json, and.agents/plugins/marketplace.jsongit diff --checkplugins/android/skills/android-emulator-qa/*and/Users/vb/Documents/skills-internal/.codex/skills/android-emulator-qa/*CODEX_HOMEsmoke test showing Codex app-serverskills/listdiscoversandroid:android-emulator-qafrom the installed pluginplugin-creatorsmoke run in a temp directory verifying the corrected marketplace path and stringdefaultPromptscaffold output