[skill-creator] Add forward-testing instructions#13600
Merged
Conversation
xl-openai
reviewed
Mar 10, 2026
This reverts commit 9ab927d.
xl-openai
approved these changes
Mar 10, 2026
xl-openai
reviewed
Mar 10, 2026
| - Ask for approval if you think there's a risk that forward-testing would: | ||
| * take a long time, | ||
| * require additional approvals from the user, or | ||
| * modify live production systems |
Collaborator
There was a problem hiding this comment.
This is my major concern. Wondering if we should always ask user before doing a forward-testing
Contributor
Author
There was a problem hiding this comment.
i think it'll be conservative
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.
This updates the
skill-creatorsample skill to explicitly cover forward-testing as part of the skill authoring workflow. The guidance now treats subagent-based validation as a first-class step for complex or fragile skills, with an emphasis on preserving evaluation integrity and avoiding leaked context.The sample initialization script is also updated so newly created skills point authors toward forward-testing after validation. Together, these changes make the sample more opinionated about how skills should be iterated on once the initial implementation is complete.
SKILL.mdon protecting validation integrity, when to use subagents for forward-testing, and how to structure realistic test prompts without leaking expected answers.