Автообновление документации WP Rocket

★ 6.9 · documentation

Написание и обновление документации is a Claude Code skill that updates developer-facing documentation for WP Rocket to reflect public API changes on the current branch, running inline inside backend-agent and frontend-agent at step 2.5 of the internal sequence — after implementation, before Definition of Done. Reach for it when new or modified WordPress hooks (apply_filters, do_action, wpm_apply_filters_typed), AJAX actions, REST routes, WP-CLI commands, plugin options, capabilities, BerlinDB table schemas, or ServiceProvider bindings need to be documented right away rather than tracked in a separate ticket. The skill receives the explicit list of changed files from the implementation agent, reads them, compares against existing files under docs/, identifies gaps, then creates or updates .md files: it documents the current state rather than the change history, references class and function names with full namespaces instead of embedding large code blocks, and for new filters always points to the wpm_apply_filters_typed() docstring with file and line number. If the implementation touched only private methods, tests, build artifacts, or vendored code in inc/Dependencies/, the skill returns a SKIP JSON with no changes. Direction is developer API documentation, not end-user docs — those live in the repository root README.