redlining-content Skill
Use when the user asks to redline, track changes, or compare differences in a file. Compares an uploaded .docx or .pdf against a provided .dotx/.docx template and returns a redlined .docx where every textual difference is a Word tracked change (insertion/deletion) authored by "Copilot Studio AI". No visual conversion — Published by microsoft in cat-agent-skills.
What is redlining-content Skill?
Use when the user asks to redline, track changes, or compare differences in a file. Compares an uploaded .docx or .pdf against a provided .dotx/.docx template and returns a redlined .docx where every textual difference is a Word tracked change (insertion/deletion) authored by "Copilot Studio AI". No visual conversion — Published by microsoft in cat-agent-skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using cat-agent-skills
Technical details
- Install or run with Copy skill directory
When to use redlining-content Skill
- Use it for developers using cat-agent-skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/cat-agent-skills
- Skill file: submissions/redlining-content/SKILL.md
What it does
Use when the user asks to redline, track changes, or compare differences in a file. Compares an uploaded .docx or .pdf against a provided .dotx/.docx template and returns a redlined .docx where every textual difference is a Word tracked change (insertion/deletion) authored by "Copilot Studio AI". No visual conversion —
Skill instructions
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; pypdfium2 used as a fallback) All are present in the Copilot Studio sandbox — no pip install required. .docx/.dotx handling is pure lxml + standard library. Inputs 1. Template — the canonical baseline. Bundled with this skill in assets/ (any single .dotx/.docx file — the name doesn't matter) and used automatically. A different template (.dotx or .docx) may be supplied explicitly to override it. 2. Submission — the user-uploaded file to compare against the template, either a .do
Explore related resources
Frequently asked questions
What is redlining-content?
redlining-content is a open-source AI agent skill with Copy skill directory. Use when the user asks to redline, track changes, or compare differences in a file.
Who is redlining-content best for?
redlining-content is best for reusing agent instructions, scripts, and references.
How do I install redlining-content?
Install or run redlining-content using Copy skill directory. Check redlining-content for the latest setup command.
Is redlining-content actively maintained?
redlining-content may need a closer maintenance check before production use.
Auto-fetched from GitHub.