odylith-version

Identify and verify pinned, active, and locally installed Odylith versions.

34|3|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/odylith/odylith --skill odylith-version
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: odylith-version
Source: https://github.com/odylith/odylith/tree/main/.agents/skills/odylith-version
Command: npx skills add https://github.com/odylith/odylith --skill odylith-version

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures that the Odylith components in use are the correct pinned, active, and locally installed versions to prevent mismatches during deployment and development.

Core Features & Use Cases

  • Verify pinned versions across repos and environments to guarantee consistency.
  • Check the active Odylith version in runtime and CI pipelines for compatibility.
  • Use case: before a release, confirm that all environments reference the same Odylith version to avoid drift.

Quick Start

Inspect the current environment and run the inspection to obtain a report of pinned, active, and local Odylith versions.

Frequently Asked Questions about odylith-version

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check pinned and active Odylith versions across local and CI environments?

To check pinned and active Odylith versions, run an inspection that queries local and CI environments. It returns a concise report with version identifiers and sources to verify deployment consistency.

What is environment validation for Odylith release planning?

Environment validation for Odylith release planning confirms that local machines and CI pipelines reference the same pinned versions, preventing mismatches and drift during deployment.

How do I prevent Odylith version drift during a release?

To prevent Odylith version drift during a release, inspect pinned, active, and locally installed versions across repos and CI environments to confirm they match before deployment.

Can I verify locally installed Odylith versions in CI pipelines?

Yes, you can verify locally installed Odylith versions in CI pipelines by running an inspection that gathers local install details and active deployment versions, returning a concise compatibility report.

Why does my Odylith deployment have mismatched versions?

Odylith deployment mismatches occur when pinned, active, and locally installed versions drift across environments. Running an inspection identifies version identifiers and sources to correct the inconsistency.