redlining-content
Installation
SKILL.md
Redlining Content Skill
Reimplements "Word Compare" for the new Copilot Studio orchestrator. The
template is already a perfect Word document, so the output is the template
body with revisions injected as OOXML <w:ins> / <w:del> elements. Accepting
all changes yields the submission's wording; rejecting all keeps the template.
Changes are authored by Copilot Studio AI and the output has Track
Changes turned on so Word keeps tracking any further human edits.
Requirements
lxml(always)pdfplumber(PDF submissions;pypdfium2used as a fallback)
All are present in the Copilot Studio sandbox — no pip install required.
.docx/.dotx handling is pure lxml + standard library.