doc-sync-sweep

Automate monthly document inventory drift sweeps and post previews to Slack.

Updated Jun 9, 2026
One-click install
npx skills add https://github.com/diptanshuagrawal/synapse --skill doc-sync-sweep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-sync-sweep
Source: https://github.com/diptanshuagrawal/synapse/tree/main/work-context/scheduled-tasks/doc-sync-sweep
Command: npx skills add https://github.com/diptanshuagrawal/synapse --skill doc-sync-sweep

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, requests, slackclient, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the monthly sweep of team document inventory for drift, generating a preview and posting it to a designated channel, ensuring document integrity and accessibility.

Core Features & Use Cases

  • Document Drift Sweep: Identifies and reports on any changes or drift in team documents.
  • Preview Posting: Posts a preview of the sweep results to a specified channel for review.
  • Chrome Diagram Pass: Optionally performs a visual check on diagrams within documents.
  • Relay Approve/Reject Cards: Generates cards for new documents, allowing team members to approve or reject them.

Quick Start

Run the doc-sync-sweep skill to initiate the document sweep and preview posting process.

Frequently Asked Questions about doc-sync-sweep

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

FAQPage Schema
How do I automate a monthly document inventory sweep for drift?

To automate a monthly document inventory sweep for drift, run a skill that identifies changes in team documents, generates a sweep preview, and posts the results directly to a designated Slack channel for team review.

What is document drift and how do I detect it in team collaboration files?

Document drift is the unintended changing or misalignment of files over time. Detect document drift by running an automated inventory sweep that identifies and reports on changes within your team's document repository.

Do I need Slack and Python to post document review previews to a channel?

Yes, you need both Python and Slack to post document review previews. The automation requires Python scripts for the sweep logic and the slackclient dependency to post generated preview results to a designated channel.

How can I visually check diagrams within documents during an inventory sweep?

Visually check diagrams within documents during an inventory sweep by enabling an optional Chrome Diagram Pass. This feature performs a visual check on diagrams inside your files and reports identified anomalies.

What is the best way to manage new documents and allow team members to approve or reject them?

The best way to manage new documents is to generate relay approve or reject cards. This automation creates cards for new documents found during the sweep, allowing team members to collaboratively review, approve, or reject them directly.

When should I not use an automated sweep for document drift detection?

Avoid an automated document drift sweep if your team documents are not stored in an environment accessible by Python scripts, or if your team lacks a Slack channel setup to receive the preview postings and generated approve or reject cards.