DO

docling-upstream-upgrade

Reproducible workflow to upgrade and port local changes for Docling upstream sources.

Install

mkdir -p .claude/skills/docling-upstream-upgrade && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/9753" && unzip -o skill.zip -d .claude/skills/docling-upstream-upgrade && rm skill.zip

Installs to .claude/skills/docling-upstream-upgrade

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Run the one-command Docling upstream upgrade workflow: fetch latest upstream, port local delta, validate, and record baseline metadata.
135 charsno explicit “when” trigger
Intermediate

Key capabilities

  • Fetch upstream dependencies
  • Port local deltas
  • Validate upstream changes
  • Record baseline metadata

How it works

It automates the process of fetching, porting, and validating upstream changes.

Inputs & outputs

You give it
Upstream Docling changes
You get back
Updated local delta

When to use docling-upstream-upgrade

  • Upgrading upstream dependencies
  • Porting local deltas
  • Validating upstream changes
  • Updating changelogs

About this skill

Docling Upstream Upgrade

Trigger phrases

  • "fetch latest and port changes over"
  • "upgrade docling upstream"
  • "port latest docling-parse changes"

Purpose

Make upstream upgrades reproducible and auditable for ignored upstream sources.

Primary command

powershell -ExecutionPolicy Bypass -File .\scripts\fetch-latest-and-port-docling-parse.ps1

What this skill enforces

  1. Refresh the tracked upstream delta patch.
  2. Fetch latest upstream refs (unless intentionally skipped).
  3. Reapply local port delta onto target upstream commit.
  4. Run validation gates (tests, smoke, parity, patch check).
  5. Update baseline metadata (patches/docling-parse/upstream-baseline.json).
  6. Log outcomes in docs/operations/progress.md.
  7. Update docs/changelog when workflow/script behavior changes.

Safe debug modes

  • Preflight only, no workspace mutation:
    • -DryRun
  • Offline/local preflight:
    • -SkipFetch
  • Faster command-path verification:
    • -SkipValidation
  • Keep temp workspace on failure:
    • -KeepTempOnFailure

Required evidence after run

  • Validation command outcomes recorded in docs/operations/progress.md.
  • Baseline metadata file updated.
  • docs/CHANGELOG.md updated for workflow/script changes.

When not to use it

  • When no upstream changes exist
  • For non-Docling projects

Prerequisites

Docling repository

Limitations

  • Requires baseline metadata update
  • Log outcomes in progress.md

How it compares

It makes upstream upgrades reproducible and auditable.

Compared to similar skills

docling-upstream-upgrade side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
docling-upstream-upgrade (this skill)05moNo flagsIntermediate
bazel-build-optimization142moNo flagsAdvanced
github-workflow-automation112moReviewAdvanced
wolf-scripts-core59moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry