Update Docs And Commit — Documentation skill for Claude Code
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
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
**Analyze recent changes**: Read git log since the last version tag/bump to understand what changed.
**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 RepositoryRelated Skills
Publish Plugin
Publish plugin changes: version bump, changelog, README updates, commit + push
Release Patch
Cut a patch / minor release for mori-desktop — bump version in Cargo.toml / tauri.conf.json / package.json, ap
Release Workflow
Orchestrate a full release — validate, generate changelog, bump version, and commit
Pantheon Update
Bump Pantheon version, update changelog, and create GitHub release
Pub Ws
Publish ws plugin to marketplace with version bump, changelog update, and git sync
Lean Commit
Tier-A lean commit — only your paths, no changelog.d/push in same turn
Related Agents
Shipper
Release engineer that handles the last mile from working code to shipped product — tests, changelog, version b
Changelog Analyst
Agentic commit subagent. Reads git state and dev-report to classify files, stages them, writes conventional co
Wd Docs
Use this agent to write or update user-facing documentation - README, docs pages, template/skill prose, CLI me