doc-sync-digest

Post a document review digest to a Slack team channel.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the posting of a pending-review document digest to the team channel, saving time and ensuring that team members are aware of review threads.

Core Features & Use Cases

  • Automated Digest Posting: Regularly posts a list of open review threads to a designated team channel.
  • Read-only: Ensures that comments are not edited, resolved, or posted via Confluence.
  • Use Case: After the doc-sync task completes, the Skill automatically sends a digest to the team channel, updating everyone on the status of pending reviews.

Quick Start

Run the doc-sync digest skill to automatically post the pending-review digest to the team channel.

Frequently Asked Questions about doc-sync-digest

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

FAQPage Schema
How do I automate Confluence pending-review digest posting to a Slack channel?▼

You can automate Confluence pending-review digest posting to a Slack channel by running a Python script in your continuous integration pipeline that uses the Slack API to post open review threads.

Does this automated digest posting resolve or edit comments in Confluence?▼

No, the automated digest posting is read-only. It ensures comments are not edited, resolved, or posted back to Confluence, maintaining the original review threads while sharing visibility in Slack.

What do I need to set up to post document review digests in continuous integration pipelines?▼

To post document review digests in CI pipelines, you need Python installed for script execution and the Slack API configured for channel posting to ensure team visibility into review threads.

Can I use this to notify a team channel about open review threads after a doc-sync task?▼

Yes, you can use this after your doc-sync task completes to automatically send a digest to the team channel, updating everyone on the status of pending reviews without manual intervention.

What is the best way to ensure team visibility into document review threads?▼

The best way to ensure team visibility into document review threads is automating a read-only digest posting process within your continuous integration pipelines to regularly update the designated team channel.