update-help-docs

Audit markdown against source code and rewrite Sculptor help documentation.

213|13|Updated Aug 7, 2025
One-click install
npx skills add https://github.com/imbue-ai/sculptor --skill update-help-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-help-docs
Source: https://github.com/imbue-ai/sculptor/tree/main/.claude/skills/update-help-docs
Command: npx skills add https://github.com/imbue-ai/sculptor --skill update-help-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires uv, python3, Pillow, /auto-qa-changes, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the process of updating Sculptor's help documentation to match the current release, ensuring accuracy and consistency.

Core Features & Use Cases

  • Version-Specific Updates: Matches documentation to a specific Sculptor version.
  • Automated Auditing: Audits markdown against the source code for accuracy.
  • Image Processing: Recaptures and processes screenshots for the documentation.
  • Use Case: When a new version of Sculptor is released, this Skill can be used to update the help documentation to reflect the new features and changes.

Quick Start

Use the update-help-docs skill with the target Sculptor version, e.g., /update-help-docs:run version=0.27.

Frequently Asked Questions about update-help-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate help documentation updates to match a new software release?

Automating help documentation updates involves auditing markdown files against source code and processing screenshots to match the current release. This Skill performs that workflow for Sculptor, rewriting text and capturing images to ensure version-specific accuracy.

How do I audit markdown documentation against source code for accuracy?

Auditing markdown documentation against source code requires comparing the text to the active release branch to find discrepancies. This Skill automates that review process, flagging outdated instructions and rewriting the text to match the current Sculptor source code.

What's the best way to recapture and process screenshots for version-specific help docs?

Recapturing and processing screenshots for help docs is best handled by automating image capture during the release audit. This Skill uses the Pillow library to process screenshots, ensuring visual documentation matches the current Sculptor version.

Do I need a specific release branch checked out to update Sculptor documentation?

Yes, you need the Sculptor checkout on the matching release branch to update documentation accurately. The Skill requires this specific environment state to correctly audit the markdown and recapture screenshots against the correct source code version.

What dependencies are required to automate markdown help documentation updates?

Automating markdown help documentation updates requires uv, python3, and the Pillow library for image processing. The workflow also depends on the /auto-qa-changes skill to validate the documentation updates.

Can I use this automated documentation update process for any software version?

This automated documentation update process is specifically designed for Sculptor version-specific releases. You target a specific release by providing the version parameter, such as version=0.27, to ensure the markdown and screenshots match that exact build.