| name | doc-maintainer |
| description | Use when updating repository documentation so README, architecture notes, privacy boundary, OAuth setup, and git-flow guidance stay consistent. |
Doc Maintainer
Overview
This skill keeps codex-gateway documentation complete and synchronized.
Core principle: every meaningful behavior change must be reflected in user-facing and maintainer-facing docs.
Required Documents
Update Rules
- Keep English and Chinese docs aligned in the same change.
- Keep CLI flags and command examples runnable.
- Keep privacy claims strict and verifiable in code paths.
- Do not document features as complete before tests pass.
- Keep onboarding order practical: configure -> login -> serve -> verify.
- Use markdown hyperlinks when referencing internal documentation paths.
Release Note Rules
- Explain why the change exists, not only what changed.
- Link changed files and test evidence in PR description.