Skip to content

[skill-creator] Add forward-testing instructions#13600

Merged
ebrevdo merged 6 commits intomainfrom
ebrevdo/create_skill
Mar 10, 2026
Merged

[skill-creator] Add forward-testing instructions#13600
ebrevdo merged 6 commits intomainfrom
ebrevdo/create_skill

Conversation

@ebrevdo
Copy link
Contributor

@ebrevdo ebrevdo commented Mar 5, 2026

This updates the skill-creator sample 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.

  • Add new guidance to SKILL.md on protecting validation integrity, when to use subagents for forward-testing, and how to structure realistic test prompts without leaking expected answers.
  • Expand the skill creation workflow so iteration explicitly includes forward-testing for complex skills, including approval guidance for expensive or risky validation runs.

@etraut-openai etraut-openai added the oai PRs contributed by OpenAI employees label Mar 9, 2026
@ebrevdo ebrevdo marked this pull request as ready for review March 9, 2026 18:45
- 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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is my major concern. Wondering if we should always ask user before doing a forward-testing

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think it'll be conservative

@ebrevdo ebrevdo merged commit 027afb8 into main Mar 10, 2026
31 checks passed
@ebrevdo ebrevdo deleted the ebrevdo/create_skill branch March 10, 2026 19:08
@github-actions github-actions bot locked and limited conversation to collaborators Mar 10, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

oai PRs contributed by OpenAI employees

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants