Skill
git-ape-onboarding — source: .github/skills/git-ape-onboarding/SKILL.md
Scope
Author the eval suite at .github/evals/git-ape-onboarding/:
Notes
This is the most complex skill in the set. Recommend deferring until at least 3 simpler skill suites have landed and the authoring patterns are well-established.
The skill is interactive and gates on az login + input collection. The eval should grade the gated step-1 reply (prereq table shown, missing prereqs flagged, inputs requested, plan preview for upcoming steps) rather than expecting full end-to-end execution in a single response.
Procedure
/skill-bench git-ape-onboarding drafts the suite from the live SKILL.md.
waza run .github/evals/git-ape-onboarding/eval.yaml -v locally.
/skill-improve git-ape-onboarding to iterate on graders.
- Open PR.
- Mock CI runs automatically. A maintainer will dispatch a real-model run before merge.
Acceptance
Conventions to follow
- Persona lock: refusal graders should accept the agent's own scope language.
- Don't add
required_skills to a skill_invocation grader unless the skill genuinely invokes those sub-skills.
- Prompt graders need
continue_session: true in their grader config.
Related
Skill
git-ape-onboarding— source:.github/skills/git-ape-onboarding/SKILL.mdScope
Author the eval suite at
.github/evals/git-ape-onboarding/:eval.yaml— suite config (executor, model, graders)tasks/positive-*.yamltasks/negative-*.yaml.github/evals/manifest.yamlattier: expandedNotes
This is the most complex skill in the set. Recommend deferring until at least 3 simpler skill suites have landed and the authoring patterns are well-established.
The skill is interactive and gates on
az login+ input collection. The eval should grade the gated step-1 reply (prereq table shown, missing prereqs flagged, inputs requested, plan preview for upcoming steps) rather than expecting full end-to-end execution in a single response.Procedure
/skill-bench git-ape-onboardingdrafts the suite from the liveSKILL.md.waza run .github/evals/git-ape-onboarding/eval.yaml -vlocally./skill-improve git-ape-onboardingto iterate on graders.Acceptance
mockexecutor.manifest.yamlentry added; PR description includes the real-model run summary.Conventions to follow
required_skillsto askill_invocationgrader unless the skill genuinely invokes those sub-skills.continue_session: truein their grader config.Related