KS
Killer-Skills

verbump — how to use verbump how to use verbump, verbump setup guide, verbump alternative, verbump vs npm, what is verbump, verbump install, cargo.toml management, automated workspace manager, clean commit messages

v1.0.0
GitHub

About this Skill

Perfect for Coding Agents needing automated Cargo.toml updates and clean commit messages. verbump is a tool that automates the process of updating dependencies and committing changes in a coding project, using Cargo.toml and providing clean commit messages.

Features

Updates crates/blackpepper/Cargo.toml with one-shot bumps
Reviews full diff including unrelated changes
Commits with clean messages
Pushes the current branch
Supports default patch bump and major/minor versioning
Proceeds without confirmation prompt for specified versions

# Core Topics

sudhanshug16 sudhanshug16
[3]
[0]
Updated: 2/2/2026

Quality Score

Top 5%
38
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add sudhanshug16/blackpepper/verbump

Agent Capability Analysis

The verbump MCP Server by sudhanshug16 is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use verbump, verbump setup guide, verbump alternative.

Ideal Agent Persona

Perfect for Coding Agents needing automated Cargo.toml updates and clean commit messages.

Core Value

Empowers agents to automate updates to Cargo.toml, review full diffs including unrelated changes, and commit with clean messages using a parallel workspace manager, streamlining the workflow for developers working with Rust and Cargo.

Capabilities Granted for verbump MCP Server

Automating Cargo.toml updates for Rust projects
Generating clean commit messages for changelogs
Streamlining workflow for developers using Cargo

! Prerequisites & Limits

  • Requires Rust and Cargo setup
  • Limited to updating Cargo.toml files
  • No confirmation prompt for target version unless explicitly asked for major/minor version
Project
SKILL.md
1.8 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Verbump

Overview

One-shot bump: update crates/blackpepper/Cargo.toml, review the full diff (including unrelated changes), commit with a clean message, and push the current branch. For this project, commits are the changelog.

Workflow

  1. Pick target version (no confirmation prompt)

    • If the user specifies a version, use it.
    • If the user says "verbump" or "bump", default to a patch bump and proceed.
    • Only ask for clarification if the user explicitly asks for a major/minor bump without giving a version.
  2. Review repository state and diffs

    • Run git status -sb.
    • Review complete diffs with git diff --stat and git diff.
    • If unrelated changes exist, call them out and proceed to include them unless the user explicitly requests otherwise. Do not revert changes unless explicitly requested.
  3. Bump the version

    • Update only crates/blackpepper/Cargo.toml.
    • Keep edits ASCII-only and preserve file formatting.
    • Re-check with rg -n "version" crates/blackpepper/Cargo.toml if needed.
  4. Validate and re-check diffs

    • Re-run git status -sb and git diff --stat.
    • Ensure only expected files changed before committing.
    • If tests are run, report results; if skipped, state why.
  5. Commit and push

    • Stage the relevant files (usually crates/blackpepper/Cargo.toml, plus anything already expected).
    • Craft a Changelog style Commit message that includes a brief note on what changed since the last version tag.
    • git commit -m "<message>".
    • git push the current branch.

Output expectations

  • Always report the chosen version and the final commit message.
  • Call out the summary note that covers changes since the last version tag.
  • Summarize any unrelated diffs you saw and whether they were included.

Related Skills

Looking for an alternative to verbump or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication