feat(skillet): Skill generated by skillet's new agent-orchestrator pipeline#143
Draft
gricha wants to merge 1 commit into
Draft
feat(skillet): Skill generated by skillet's new agent-orchestrator pipeline#143gricha wants to merge 1 commit into
gricha wants to merge 1 commit into
Conversation
This is the `skillet` skill — the meta-skill that routes a user's intent to the right `skillet` CLI subcommand — produced clean-room by skillet's new bundled-agent pipeline (skill-writer + eval-writer + skill-validator + evals-validator). Generated from `spec.yaml` in 175 seconds. No re-passes needed: both validators returned ok=true with 0 findings on first pass. 14 eval cases across 12 spec entries; the regenerated evals run 13-14/14 against the produced SKILL.md. This PR is *just the skill artifact* — the pipeline that produced it lives in getsentry/skillet#2. Files: - SKILL.md (118 lines) — router for skillet CLI commands - spec.yaml — 12 behaviors/must_nots, source of truth - evals/_judges.ts — 13 canonical judges - evals/<id>.eval.ts — one per spec entry, all using the vitest-evals + @sentry/skillet/evals harness shape Co-Authored-By: Opus 4.7 <noreply@anthropic.com>
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.
This PR adds the
skilletskill — the meta-skill that routes auser to the right
skilletCLI subcommand — produced clean-roomby skillet's new bundled-agent pipeline.
This PR is just the skill artifact, isolated for review. The
pipeline that produced it (the rewrite that replaces skillet's
multi-phase TypeScript pipeline with a small set of bundled
authoring agents) lives in getsentry/skillet#2.
Generation stats
spec.yaml(12 behaviors/must_nots, hand-curated)skill-validator + evals-validator in parallel
ok=true, 0 findingson first pass — nore-passes needed
Files
SKILL.md(118 lines) — router for skillet CLI commands;imperative voice, decision table for command selection,
Don'tsection for must_notsspec.yaml— source of truth (skillet-managed; this is whatthe agents read)
evals/_judges.ts— 13 canonical named judgesevals/<id>.eval.ts— one file per spec entry, 14 casestotal. Uses upstream
vitest-evals+ skillet's harness via@sentry/skillet/evalsEval results against the produced SKILL.md
./dist/cli.js eval skills/skillet:UsesScopedPackageJudgegraded a clarifying-questions response 0.0 because the scoped
package mention came at the end, not the start; the agent
technically did the right thing, the judge was overstrict)
Known shape vs. what skillet's legacy pipeline produced
This branch's diff vs. the legacy-produced version (on
getsentry/skillet
main) is ~263 insertions / ~286 deletions.Tighter prose, same describeEval ids, same case shapes.
Two cases lost workspace fixtures in favor of judge-only
assertions — a slight regression to address by tightening
agents/eval-writer/references/eval-contract.mdin theskillet repo.
Reviewing this PR
You're looking at the skill artifact end-state. To replicate
the generation:
That regenerates the same files (modulo agent variance).