umairalipathan1980

Update New Feature From Commits — Git skill for Claude Code

Git community

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

Terminal
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 Repository