
from superdoc-redlines21
CLI for programmatically creating tracked changes, comments, and structured edits for DOCX files using ID-based (seqId) editing.
SuperDoc Redlines provides a CLI workflow for extracting a document's block-level structure, creating ID-based edits (replace/delete/insert/comment), validating them, and applying tracked changes to DOCX files. It's designed for deterministic, position-independent edits so agents can reliably modify Word documents and preserve revision history.
Use this skill when an agent needs to programmatically redline contracts, reports, or other Word documents: extracting block IDs, producing precise edits tied to seqId (b001, b025), validating edits before applying, and generating a redlined DOCX with track-changes visible. It's appropriate for legal review automation, document QA, and multi-agent edit merging.
validate, and apply with apply (options: --strict, --skip-invalid, --no-track-changes). Chunked reading and merge strategies for multi-agent workflows are described.Agents that can run CLI tooling or execute Node.js scripts (Copilot/Codex-style automations, local agent runners). The skill is CLI-first and best for agents able to run shell commands or orchestrate the provided Node.js tool.
SuperDoc Redlines is a CLI tool for AI agents to apply tracked changes, comments, and structured edits to DOCX files using ID-based (seqId) editing. No bundled scripts to test — the skill is a pure SKILL.md reference documenting CLI commands. The documentation is thorough with clear workflows, JSON schemas, decision flowcharts, error handling guides, and multi-agent merge patterns. No security concerns found — no remote code fetching, no hardcoded credentials, no destructive commands.
Well-structured skill with comprehensive documentation. No scripts bundled — relies on external Node.js CLI tool (superdoc-redline.mjs). Strong constraint documentation with common mistakes table. Markdown edit format support is a nice resilience feature. Would benefit from version pinning and a clearer installation/setup section.