feat: Add description trigger testing for Skills#39
Draft
AndyBoWu wants to merge 2 commits into
Draft
Conversation
Add evals/triggers.yaml convention so Skill authors can verify their descriptions trigger on the right prompts and reject the wrong ones. - SKILL_GUIDE.md: new "Description Trigger Testing" section with YAML schema, writing guidance, and pre-submission checklist item - SKILL_TEMPLATE.md: trigger test placeholder for new Skills - AGENTS.md: add evals/ to standard skill layout - All 5 existing Skills now have evals/triggers.yaml (10 should_trigger + 10 should_not_trigger samples each) Closes #36
- Add colloquial/natural-language should_trigger samples for agent-launcher and spec-plan (Issue 3) - Strengthen cross-skill confusion boundary tests in should_not_trigger for all 5 Skills, especially prd-decompose vs spec-plan vs agent-launcher and repo-audit vs gha-create (Issue 4)
c2fb32b to
d9ae9e0
Compare
3 tasks
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
evals/triggers.yamlconvention for verifying Skill descriptions trigger correctlyChanges
SKILL_GUIDE.mdSKILL_TEMPLATE.mdAGENTS.mdevals/to standard skill layoutskills/repo-audit/evals/triggers.yamlskills/gha-create/evals/triggers.yamlskills/prd-decompose/evals/triggers.yamlskills/agent-launcher/evals/triggers.yamlskills/spec-plan/evals/triggers.yamlTest plan
evals/triggers.yamlformat is valid YAML for all 5 SkillsCloses #36