iblai

Update Docs And Commit — Documentation skill for Claude Code

Documentation community

Update all project docs (CLAUDE.md, README, CHANGELOG), bump version, commit and push.

How to install Update Docs And Commit

Installs to ~/.claude/skills/iblai-infra-cli-update-docs-and-commit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/iblai-infra-cli-update-docs-and-commit && curl -fsSL https://raw.githubusercontent.com/iblai/infra-cli/HEAD/.claude/skills/update-docs-and-commit.md -o ~/.claude/skills/iblai-infra-cli-update-docs-and-commit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Update Docs And Commit does


description: Update all project docs (CLAUDE.md, README, CHANGELOG), bump version, commit and push user_invocable: true

update-docs-and-commit

Update all project documentation, bump the version, and push changes.

Steps

  1. **Analyze recent changes**: Read git log since the last version tag/bump to understand what changed.

  2. **Determine version bump**: Read the current version from `src/iblai_infra/__init__.py`. Decide the new version:

    • Patch (0.x.Y) — bug fixes, minor t

Alternatives in Documentation

  • Changelog Update — Hydrogen Upgrade Command Changelog Update - Optimized for Claude 2.1k ★
  • 99 Release — MoAI-ADK production release via Enhanced GitHub Flow (CLAUDE.local.md §18) 991 ★
  • Updateversion — Update Version — 版本号更新 + CHANGELOG 自动生成 835 ★

Full documentation available on GitHub

View Source Repository