skills/practicalswan/agent-skills/documentation-automation

documentation-automation

SKILL.md

Documentation Automation

Use this skill when documentation quality should be enforced by scripts, CI, or local hooks instead of manual review alone.

Activation Conditions

  • Adding docs:* scripts to a project
  • Setting up markdownlint, cspell, lychee, or remark-lint
  • Generating API docs from source comments
  • Adding pre-commit or CI validation for docs
  • Standardizing documentation checks across repositories

Automation Targets

  • Build generated API docs
  • Lint Markdown structure and style
  • Check internal and external links
  • Validate code examples and commands
  • Enforce changelog or README updates when behavior changes

Recommended Pipeline

  1. Add local commands that can run without CI.
  2. Make CI call the same commands.
  3. Keep failure output actionable and fast.
  4. Prefer incremental checks in pre-commit and fuller checks in CI.

References & Resources

Documentation

  • Automated Tools - Current doc tooling options by language and validation task

Scripts

Related Skills

Skill Relationship
documentation-authoring Generate docs that automation tools process
devops-tooling Pre-commit hooks and CI pipeline integration
documentation-verification Automated validation in doc pipelines
Weekly Installs
7
GitHub Stars
2
First Seen
Feb 26, 2026
Installed on
opencode7
gemini-cli7
claude-code7
amp7
cline7
github-copilot7