Conversation
celia-oai
reviewed
Jan 7, 2026
codex-rs/app-server/README.md
Outdated
| $skill-creator Add a new skill for triaging flaky CI and include step-by-step usage. | ||
| ``` | ||
|
|
||
| As an optimization, clients that detect `$<skill-name>` can include a `skill` input item in v2 requests. |
Collaborator
There was a problem hiding this comment.
can you swap the order of these two? imo this should be at the start of the section as the "recommended" way. this one:
Skills can be invoked by including
$<skill-name>in the text input; the model will look for the named skill and try to use it.
is more like a "btw, we can also do this" but we'll let folks know that it's not as optimized as the recommended way
codex-rs/app-server/README.md
Outdated
Collaborator
There was a problem hiding this comment.
can you update this example to use the new "Skills" user input, since this is the recommended way?
celia-oai
approved these changes
Jan 8, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Allow client to specify explicit skill invocation in v2 API.