docs: add docker-compose-helper example skill with eval set (#21)#34
Merged
Conversation
One complete worked example of the eval-driven workflow: a small realistic skill, an 8-query trigger eval set in the skill_eval format, and a walkthrough README, linked from the main README. Validated with the plugin's own validateSkill. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
🏹 Robin✅ Review done. Nothing worth flagging — looks clean to me. Push fixes whenever you like, then comment |
Contributor
There was a problem hiding this comment.
🏹 Robin
Heads up: this is a point-in-time review. Push fixes freely, then comment
/robinwhenever you want another pass.
✅ No issues found
Summary
This diff adds a well-structured Docker Compose helper example, including a clear SKILL.md, a trigger eval set, and thorough documentation. The example is self-contained, follows the described eval format, and provides copy-pasteable prompts for the workflow. No correctness, security, or reliability issues are present since this is documentation and example content only.
Robin — the Robin Hood of code review. Free for every PR.
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.
Partial resolution of #21 (onboarding/examples).
What changed
examples/docker-compose-helper/— one complete worked example of the eval-driven workflow:SKILL.md— small, realistic skill with a well-formed trigger descriptionevals/eval-set.json— 8 queries (5 positive, 3 negative) in the exactEvalItemformatskill_evalconsumesREADME.md— copy-pasteable walkthrough ofskill_eval→skill_optimize_loop→ benchmarkThe example skill passes the plugin's own
validateSkillcheck.Per the audit decision, the demo GIF/video from #21 is deferred until the recorded workflow is stable — one maintained example is the lazy path that covers the ask.
🤖 Generated with Claude Code