What problem does it solve?
This Skill prevents risky or accidental publication of coordinator plugin files by forcing a deterministic dry-run with visibility, content-leakage scanning, drift detection, and an explicit PM confirmation gate before any real rsync and CI smoke run.
Core Features & Use Cases
- Dry-run diff + impact framing: Runs the publish pipeline in dry-run mode and summarizes what will be added/modified/deleted, including an impact-radius gut-check (top directories, file types, and sensitive paths).
- Policy-aware coverage drift checks: Surfaces potential coverage drift since the last policy review using the source tree vs the .percolate-ignore file.
- Content-leakage scanning and publish safety gates: Greps only the about-to-be-published files in severity tiers, blocks on HIGH findings, and forces confirmation on MEDIUM findings.
- Inverse-drift detection against destination: Detects whether the publish repo has commits touching files that will be overwritten, warning the PM before proceeding.
- Deterministic publish orchestration with hooks + optional CI smoke: Performs the real run after confirmation, executes registered per-target pre-ci hooks, and runs run-all-checks.py when available.
Quick Start
Use /percolate coordinator-claude to dry-run, scan for risky content and drift, ask for PM confirmation when needed, then publish and optionally run CI smoke.