Update New Feature From Commits — Git skill for Claude Code
Use our commit-documentor sub-agent to detect and document recently implemented feature(s) from git commits.
How to install Update New Feature From Commits
Installs to ~/.claude/commands/umairalipathan1980-sub-agentic-framework-of-context-engineering-update-new-feature-from-commits.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/umairalipathan1980/Sub-Agentic-Framework-of-Context-Engineering/HEAD/.claude/commands/update-new-feature-from-commits.md -o ~/.claude/commands/umairalipathan1980-sub-agentic-framework-of-context-engineering-update-new-feature-from-commits.md Restart Claude Code, or start a new session, for it to be picked up.
What Update New Feature From Commits does
Use our **commit-documentor** sub-agent to detect and document recently implemented feature(s) **from git commits**, updating the main `CLAUDE.md` and all relevant subdirectory `README.md` files.
**Focus / Range:** $ARGUMENTS (e.g., a commit SHA, `HEAD~10..HEAD`, or a keyword like "payments").
Requirements:
- Incremental-first: preserve correct content; update only sections impacted by the feature(s).
- Use safe, read-only git queries via Bash to infer scope (e.g.,
git log --oneline -10, `gi
Alternatives in Git
- Tâches Claude Code Resources — by TÂCHES - A well-balanced, "down-to-Earth" set of sub agents, skills, and commands, that are well-organized 1.6k ★
- Merge Command — Finalize worktree work: update docs, commit, merge to main, clean up 1.3k ★
- Husky — by evmts - Sets up and manages Husky Git hooks by configuring pre-commit hooks, establishing commit message st 440 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
X Release
Release automation — detect changes, bump versions, update marketplace.json, commit, push
Document And Ship
Explore changes, update docs, commit, push, and create PR
Close Sprint
Archive sprint artifacts, generate retrospective, update living Lessons Learned document, consolidate ALL repo
Se Irr
Assumption Review — detect unproven assumptions, pin them in a commit-stamped record, promote the load-bearing
Capture Learnings
Scan the current conversation (and, on a feature branch, the commits since branching) for corrections and redi
Quick Push
Git add all, commit with Claude, and push to current/new feature branch
Related Agents
Commit Documentor
Git-driven feature documentation specialist (updates CLAUDE.md + affected directory READMEs; incremental-first
Vc Git Manager
Stage, commit, and push code changes with conventional commits. Use when user says "commit", "push", or finish
Git Commit
Git mechanic agent. Organizes a working tree into logical commits, raises PRs, monitors CI, and merges across