What problem does it solve?
When building interconnected AI skill workflows, unclosed "fire-and-forget" skill chains create hidden risks: callers dispatch downstream skills but ignore their verdicts, leading to unverified outputs passing through undetected and breaking workflow logic.
Core Features & Use Cases
- Full Chain Compliance Audits: Scans SKILL.md files across the plugins/ directory to detect OPEN (non-compliant) and CLOSED (compliant) skill chains, with clear severity tiers for each gap.
- Targeted Fix Prescriptions: Generates specific, actionable instructions to close OPEN chains, including special proposal-only flags for core harness skills that require deliberate human review.
- Pre-Flight Validation: Use this skill before running skill pipelines or submitting code changes to catch broken chain logic that would cause unverified AI outputs to propagate through your workflow.
Quick Start
Invoke the return-path-gate skill with the phrase "run a full chain audit on all plugins skills" to scan for unclosed skill chains and receive prioritized fix recommendations.