# Malformed Version Fixture

> Fixture whose version is missing its patch component so the semver rule has something to fail on. Its name, description, body, and references are all valid, so a failure here can only come from the version.

- Skill: `arunskiorg/malformed-version-fixture` (Agent Skill)
- Install (CLI): `npx skillmds@latest add arunskiorg/malformed-version-fixture`
- Raw SKILL.md: https://api.skillmd.com/api/skills/arunskiorg/malformed-version-fixture/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: ArunskiOrg (https://skillmd.com/u/arunskiorg)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/arunskiorg/malformed-version-fixture

---


# Malformed version fixture

`1.2` is the shape a skill author reaches for when treating the version as a decimal number. It is not semver, and it is not comparable against `1.2.0` or `1.10`, so an installer cannot tell from it whether a change is a patch or a behavior change. YAML also reads the unquoted value as a float, which is the failure the validator reports.

