What problem does it solve?
This Skill detects and closes documentation gaps for e2e-pipeline skills and agents after code changes, ensuring docs accurately reflect behavior and coverage across the plugin.
Core Features & Use Cases
- Diff-aware inventory: compute git diffs to focus on changed skills/agents and flag orphaned source files with inferred doc targets.
- History enrichment: aggregate episodic memory, private journal, and MEMORY.md to add usage context and surface accuracy risks.
- Doc write and update: create or update docs respecting auto-sync flags, preserve hand-written content, and update index/meta-docs.
- Live probe verification: generate CLI probes, apply strict pre-dispatch safety gating, run doc-probe, and iterate on failures up to three rounds.
- Self-update & reporting: refresh Source Map and Probe Config, emit summary metrics, and offer automated GitHub issues for unresolved gaps.
Quick Start
Run e2e doc sync --auto to scan changed skills, update documentation, and run live CLI probes.