verify-bump

Validate dependency-bump pull requests with integration checks and codegen diffs in isolated git worktrees.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/NicoVIII/claude-config --skill verify-bump
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-bump
Source: https://github.com/NicoVIII/claude-config/tree/main/skills/verify-bump
Command: npx skills add https://github.com/NicoVIII/claude-config --skill verify-bump

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the risk of blindly merging dependency updates that pass basic CI but may contain breaking changes, integration issues, or subtle regressions in custom logic.

Core Features & Use Cases

  • Deep Verification: Performs manual checks on codegen, tool integration, and extension-point behavior that standard CI suites often miss.
  • Safe Landing: Automates the creation of temporary worktrees for isolated testing and provides a structured path to merge or propose fixes.
  • Use Case: When Dependabot or Renovate opens a major version bump, use this skill to verify that the new version does not break your specific build orchestration or custom test fixtures before merging.

Quick Start

Use the verify-bump skill to validate the dependency update in pull request number 42.

Frequently Asked Questions about verify-bump

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

FAQPage Schema
How do I safely verify dependency updates before merging a pull request?

Validating dependency updates before merging involves executing targeted integration checks and codegen diffs in isolated git worktrees to catch breaking changes that standard CI suites often miss.

What is the best way to test major version bumps from Dependabot or Renovate?

Testing major version bumps from Dependabot or Renovate requires running deep verification on codegen, tool integration, and extension-point behavior in isolated environments to ensure the new version does not break custom build orchestration or test fixtures.

Do I need GitHub CLI to validate dependency-bump pull requests in isolated worktrees?

Yes, validating dependency-bump pull requests requires GitHub CLI for PR state management and git for worktree-based environment isolation, allowing you to safely test and land updates outside your main workspace.

How do I check codegen diffs and tool integration for automated dependency updates?

You can check codegen diffs and tool integration for automated dependency updates by running deep verification checks in temporary git worktrees, which provides a structured path to either merge the pull request or propose necessary fixes.

When should I use manual integration checks instead of standard CI for library updates?

You should use manual integration checks for library updates when automated CI coverage is insufficient to guarantee safety, specifically to verify custom logic, build orchestration, and extension-point behavior during major version bumps.

Can I automate safe landing for dependency updates that pass basic CI but might break custom logic?

Yes, you can automate safe landing for dependency updates by creating temporary worktrees for isolated testing, providing a structured path to merge updates or propose fixes when basic CI passes but custom logic remains at risk.