Agent Skills: config-bump

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

UncategorizedID: keenranger/dotfiles/config-bump

Install this agent skill to your local

pnpm dlx add-skill https://github.com/keenranger/dotfiles/tree/HEAD/agent/skills/config-bump

Skill Files

Browse the full folder contents for config-bump.

Download Skill

Loading file tree…

agent/skills/config-bump/SKILL.md

Skill Metadata

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

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.