Skill for generating YAML-based comprehensive test specifications for functions and class methods.
When using this skill to generate or run evaluations:
- Read the Context: Always refer to
resources/EVAL_SPEC_CONTEXT.mdfor strict rules on YAML formatting and quality requirements. - Follow the Spec: Use
SKILL.mdas the primary reference for the YAML schema and available evaluators. - Quality First: Ensure high coverage, accurate expected values, and meaningful case IDs as outlined in the context guide.
mkdir -p ~/.claude/skills/vowel-core && \
curl -L https://github.com/fswair/vowel-core/archive/refs/heads/main.zip -o /tmp/vowel-core.zip && \
unzip -o /tmp/vowel-core.zip -d /tmp && \
cp -r /tmp/vowel-core-main/* ~/.claude/skills/vowel-core/ && \
rm -rf /tmp/vowel-core.zip /tmp/vowel-core-main