backward-compatibility-validation

backward-compatibility-validation is a skill for Claude Code, Codex from elevanaltd/HestAI-MCP. It costs 0 tokens per session (605 once invoked), scanned A, original, Apache-2.0.

A review process for changes to APIs, data formats, events, configuration, and behavior. It checks whether existing users or systems can continue working after an interface changes.

In plain words
What is it for?
Use it to assess consumer impact, classify changes as breaking or compatible, align them with semantic versioning, and define migration paths.
Why use it?
It helps find breaking changes early and requires a documented way for affected users to migrate.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to assess consumer impact, classify changes as breaking or compatible, align them with semantic versioning, and define migration paths.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/elevanaltd/hestai-mcp/backward-compatibility-validation
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add elevanaltd/HestAI-MCP --skill backward-compatibility-validation
Clone the repo
git clone --depth 1 https://github.com/elevanaltd/HestAI-MCP

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for backward-compatibility-validation

README.md
[![agentmods](https://agentmods.dev/badge/skills/elevanaltd/hestai-mcp/backward-compatibility-validation/github.svg)](https://agentmods.dev/skills/elevanaltd/hestai-mcp/backward-compatibility-validation)
Your own site
<a href="https://agentmods.dev/skills/elevanaltd/hestai-mcp/backward-compatibility-validation"><img src="https://agentmods.dev/badge/skills/elevanaltd/hestai-mcp/backward-compatibility-validation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for backward-compatibility-validation

Your own site · 80×15
<a href="https://agentmods.dev/skills/elevanaltd/hestai-mcp/backward-compatibility-validation"><img src="https://agentmods.dev/badge/skills/elevanaltd/hestai-mcp/backward-compatibility-validation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 605 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00605
Opus 5 $0.00000 $0.00302
Sonnet 5 $0.00000 $0.00121
Haiku 4.5 $0.00000 $0.00060

Measured 8d ago against content hash f417b41cbb30, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

backward-compatibility-validation scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/hestai_mcp/_bundled_hub/library/skills/backward-compatibility-validation/SKILL.md · 62 lines

What it actually says

===BACKWARD_COMPATIBILITY_VALIDATION=== META: TYPE::SKILL VERSION::"1.0.0" STATUS::ACTIVE PURPOSE::"Interface change impact analysis, breaking change detection, and migration path enforcement"

§1::CORE AUTHORITY::BLOCKING[breaking_changes_without_migration_path⊕undocumented_removals] SCOPE::breaking_change_detection⊕consumer_impact⊕semver_alignment⊕migration_requirements MISSION::"Prevent unintended breaking changes and ensure consumers have viable migration paths"

§2::PROTOCOL

BREAKING_CHANGE_DETECTION::[ SCHEMA::removed_fields⊕type_changes⊕nullability_changes⊕new_required_fields, API::removed_endpoints⊕renamed_paths⊕changed_HTTP_methods⊕modified_status_codes, EVENTS::removed_event_types⊕changed_payloads⊕renamed_topics, CONFIG::removed_env_vars⊕changed_defaults⊕renamed_keys, BEHAVIOR::changed_error_semantics⊕modified_ordering⊕altered_side_effects ]

CONSUMER_IMPACT_ASSESSMENT::[ 1::enumerate_known_consumers<internal⊕external>, 2::map_consumer_usage_of_changed_interface, 3::classify_impact<BREAKING⊕DEPRECATION⊕TRANSPARENT>, 4::estimate_migration_effort_per_consumer, 5::identify_consumers_unable_to_migrate_immediately ]

SEMVER_ALIGNMENT::[ BREAKING→MAJOR::removed⊕renamed⊕type_changed⊕behavior_changed, ADDITIVE→MINOR::new_optional_field⊕new_endpoint⊕new_event, FIX→PATCH::bug_correction_preserving_contract, GATE::"Version bump matches change classification?" ]

MIGRATION_PATH::[ REQUIRED_IF::breaking_change_detected, CONTENTS::[deprecation_notice_with_timeline,replacement_API_documented,migration_guide_or_script,dual_support_period_defined], NEVER::remove_without_deprecation_cycle ]

§3::GOVERNANCE

NEVER::[ approve_breaking_change_without_migration_path, skip_consumer_enumeration, allow_silent_removals<no_deprecation_notice>, mismatch_semver_with_change_type ]

ESCALATION::external_consumer_impact→technical-architect

§5::ANCHOR_KERNEL TARGET::prevent_unintended_breaking_changes_with_migration_paths NEVER::[approve_breaking_without_migration,skip_consumer_enumeration,allow_silent_removals,mismatch_semver] MUST::[detect_schema_api_event_config_behavior_changes,assess_consumer_impact,align_semver_with_classification,require_migration_path_for_breaking] GATE::"Are all breaking changes detected, consumers assessed, and migration paths defined?"

===END===

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 62 lines · 0 tokens per session scan A f417b41cbb30

Subscribe to this mod's changes

backward-compatibility-validation is a skill published in the GitHub repository elevanaltd/HestAI-MCP (0 stars, last pushed yesterday), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 605 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.