Goblin-mode doc-update-target-gamma
{{ ƔƔƔ }} Update existing documentation to reflect recent code changes
install
source · Clone the upstream repo
git clone https://github.com/JasonWarrenUK/goblin-mode
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/JasonWarrenUK/goblin-mode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/doc-update-target-gamma" ~/.claude/skills/jasonwarrenuk-goblin-mode-doc-update-target-gamma && rm -rf "$T"
manifest:
skills/doc-update-target-gamma/SKILL.mdsource content
Analyze recent code changes and update the specified documentation file.
Steps
- Identify doc to update (from argument, or check ~/.claude/doc-reminders.txt)
- Review recent commits (git log -10 --oneline) and relevant diffs
- Read existing doc to understand structure and style
- Identify specific updates needed (outdated sections, new sections, examples)
- Generate updates preserving existing structure; show diff
- Apply on approval; remove from doc-reminders.txt if applicable
Notes
- Match existing documentation style
- Don't remove content unless obsolete
- Update timestamps in doc frontmatter