# Doc Update Target Gamma

> {{ ƔƔƔ }} Update existing documentation to reflect recent code changes

- Skill: `majiayu000/doc-update-target-gamma` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/doc-update-target-gamma`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/doc-update-target-gamma/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/doc-update-target-gamma

---


Analyze recent code changes and update the specified documentation file.

## Steps
1. Identify doc to update (from argument, or check ~/.claude/doc-reminders.txt)
2. Review recent commits (git log -10 --oneline) and relevant diffs
3. Read existing doc to understand structure and style
4. Identify specific updates needed (outdated sections, new sections, examples)
5. Generate updates preserving existing structure; show diff
6. 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

