bump-skill-version

Installation
SKILL.md

Bump Skill Version

Update the blockscout-analysis skill version string in every file that contains it. Run this after content changes (e.g., API reference updates) are complete and the skill is ready for a new release.

Usage

Pass the new version as $ARGUMENTS (e.g., 0.4.0). If no argument is provided, ask the user for the target version before proceeding.

Files and locations

All edits are simple string replacements of the old version with the new version. There are exactly 3 occurrences across 2 files:

1. blockscout-analysis/SKILL.md — frontmatter metadata (line ~5)

The YAML frontmatter contains a single-line JSON metadata field with a "version" key:

metadata: {"author":"blockscout.com","version":"<OLD>","github":...}
Related skills

More from blockscout/agent-skills

Installs
1
GitHub Stars
7
First Seen
Mar 28, 2026