Pullndoc banner
moshehbenavraham moshehbenavraham

Pullndoc

Git community

Description

--- name: pullndoc description: Git pull an upstream repo and document every imported change --- # /pullndoc Command Perform a git pull on an upstream/original codebase directory and generate a comprehensive markdown document cataloging every change that was pulled in. Designed for teams maintaining forks that need a detailed record of upstream evolution. Use maximum thinking budget for this prompt. ## Usage ```text /pullndoc <upstream-dir> ``` - `<upstream-dir>` -- Path to the upstream/or

Installation

Installs to ~/.claude/skills/moshehbenavraham-apex-spec-system-pullndoc/SKILL.md

Terminal
mkdir -p ~/.claude/skills/moshehbenavraham-apex-spec-system-pullndoc && curl -fsSL https://raw.githubusercontent.com/moshehbenavraham/apex-spec-system/HEAD/commands/pullndoc.md -o ~/.claude/skills/moshehbenavraham-apex-spec-system-pullndoc/SKILL.md

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

Full documentation available on GitHub

View Source Repository