bump-deps

bump-deps is a command for Claude Code from wangke19/gemini-ai-helpers. It costs 13 tokens per session (3,142 once invoked), scanned A, original, Apache-2.0.

A dependency-update command for OpenShift projects. It finds a suitable version, updates files such as go.mod, package.json, or Dockerfile, and runs tests to check the change.

In plain words
What is it for?
Use it to update one or more dependencies, optionally generate release notes, and create Jira issues or pull requests.
Why use it?
It reduces the manual work and missed steps involved in updating libraries, modules, packages, or container images.

Command for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: positional $N argument.

Good fit Use it to update one or more dependencies, optionally generate release notes, and create Jira issues or pull requests.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/wangke19/gemini-ai-helpers/bump-deps
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.

Clone the repo
git clone --depth 1 https://github.com/wangke19/gemini-ai-helpers

Made for: Claude Code.

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 bump-deps

README.md
[![agentmods](https://agentmods.dev/badge/commands/wangke19/gemini-ai-helpers/bump-deps/github.svg)](https://agentmods.dev/commands/wangke19/gemini-ai-helpers/bump-deps)
Your own site
<a href="https://agentmods.dev/commands/wangke19/gemini-ai-helpers/bump-deps"><img src="https://agentmods.dev/badge/commands/wangke19/gemini-ai-helpers/bump-deps/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 bump-deps

Your own site · 80×15
<a href="https://agentmods.dev/commands/wangke19/gemini-ai-helpers/bump-deps"><img src="https://agentmods.dev/badge/commands/wangke19/gemini-ai-helpers/bump-deps.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 13 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,142 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.00013 $0.03142
Opus 5 $0.00006 $0.01571
Sonnet 5 $0.00003 $0.00628
Haiku 4.5 $0.00001 $0.00314

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

Security

Grade A, and why

bump-deps 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 6d 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.

extensions/openshift/commands/bump-deps.md · 423 lines

How it starts

The opening of the file, as written. The whole thing — 423 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Name

openshift:bump-deps

Synopsis

/openshift:bump-deps <dependency> [version] [--create-jira] [--create-pr]

Description

The openshift:bump-deps command automates the process of bumping dependencies in OpenShift organization projects. It analyzes the dependency, determines the appropriate version to bump to, updates the necessary files (go.mod, go.sum, package.json, etc.), runs tests, and optionally creates Jira tickets and pull requests.

This command significantly reduces the manual effort required for dependency updates by automating:

  • Dependency version discovery and analysis
  • Compatibility checking with current codebase
  • File updates (go.mod, package.json, Dockerfile, etc.)
  • Test execution to verify the update
  • Jira ticket creation with comprehensive details
  • Pull request creation with proper formatting
  • Release notes generation

The command intelligently handles different dependency types (Go modules, npm packages, container images, etc.) and can process single or multiple dependencies at once.

Implementation

The command executes the following workflow:

1. Repository Analysis

  • Detects repository type (Go, Node.js, Python, etc.)
  • Identifies dependency management files (go.mod, package.json, requirements.txt, etc.)
  • Determines current project structure and conventions
  • Checks for existing CI/CD configuration

2. Dependency Discovery

For Go Projects:

  • Parses go.mod to find current version
  • Uses go list -m -versions <module> to list available versions
  • Checks for major version compatibility (v0, v1, v2+)
  • Identifies if dependency is direct or indirect

For Node.js Projects:

  • Parses package.json for current version
  • Uses npm/yarn to find latest versions
  • Checks semantic versioning constraints
  • Identifies devDependencies vs dependencies

For Container Images:

  • Parses Dockerfile and related files
  • Checks registry for available tags
  • Verifies image digest and signatures
  • Identifies base images and tool images

Read the full file on GitHub · 423 lines

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. 6d ago First seen · 423 lines · 13 tokens per session scan A 1df629d70a0a

Subscribe to this mod's changes

bump-deps is a command published in the GitHub repository wangke19/gemini-ai-helpers (2 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 13 tokens to every session and 3,142 once invoked, about $0.0001 per session on Opus 5. 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-09-03.