keenranger

config-bump

Atomic config change with version bump and commit. Use when updating config values, changing thresholds, or says /config-bump.

keenranger 0 Updated 3mo ago
GitHub

Install

npx skillscat add keenranger/dotfiles/config-bump

Install via the SkillsCat registry.

SKILL.md

Atomic config update: $ARGUMENTS

Edit config file, bump version, and commit in one atomic workflow.

Process:

  • Locate and edit the config file
  • Bump version (minor for new values, patch for tweaks)
  • Stage changes and commit with descriptive message
  • Use signed commits (-S flag)

Output:

  • Confirmation of changes made
  • New version number
  • Commit hash

Goal: Complete config changes atomically without stopping mid-workflow.