docs-update-from-diff
Installation
SKILL.md
Docs Update From Diff
Overview
Inspect local diffs, derive the documentation impact, and update only the
repository's docs/ pages. Treat the current code as the source of truth and
keep changes scoped, specific, and navigable.
Read references/docs-surface.md before editing if the affected feature does not map cleanly to an existing docs section.
Workflow
1. Build the change set
Start from local Git state, not from assumptions.
- Inspect
git status --short,git diff --stat, and targetedgit diffoutput.
Related skills
More from qwenlm/qwen-code
terminal-capture
Automates terminal UI screenshot testing for CLI commands. Applies
6docs-audit-and-refresh
Audit the repository's docs/ content against the current codebase,
6e2e-testing
Guide for running end-to-end tests of the Qwen Code CLI, including
4qwen-code-claw
Use Qwen Code as a Code Agent for code understanding, project
4structured-debugging
Hypothesis-driven debugging methodology for hard bugs. Use this
3feat-dev
End-to-end workflow for implementing a non-trivial qwen-code
2