return-path-gate

Audit SKILL.md files for unclosed fire-and-forget skill chains.

7|Updated May 26, 2026
One-click install
npx skills add https://github.com/chrono-meta/forge-harness --skill return-path-gate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: return-path-gate
Source: https://github.com/chrono-meta/forge-harness/tree/main/plugins/fh-meta/skills/return-path-gate
Command: npx skills add https://github.com/chrono-meta/forge-harness --skill return-path-gate

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about return-path-gate

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

FAQPage Schema
How do I detect fire-and-forget dispatch patterns in AI skill chains?

Detect fire-and-forget dispatch patterns by auditing SKILL.md files to find where callers dispatch downstream skills without gating subsequent steps on callee verdicts. This skill classifies each chain as CLOSED or OPEN with severity tiers.

What is a fire-and-forget skill chain gap in meta-harness plugin ecosystems?

A fire-and-forget skill chain gap occurs when callers dispatch downstream skills but ignore their verdicts, leading to unverified outputs passing through undetected and breaking workflow logic in meta-harness plugin ecosystems.

How do I validate closure compliance between interconnected AI skills before pipeline execution?

Validate closure compliance by running a full chain audit across the plugins/ directory to scan SKILL.md files, classifying interconnected AI skills as CLOSED or OPEN with severity tiers before pipeline execution.

How do I fix non-compliant OPEN skill chains after an audit?

Fix non-compliant OPEN skill chains by applying targeted fix prescriptions generated during the audit, including special proposal-only flags for core harness skills that require deliberate human review.

Can I use return-path-gate for pre-flight validation of code changes in skill pipelines?

Yes, use return-path-gate for pre-flight validation before running skill pipelines or submitting code changes to catch broken chain logic that would cause unverified AI outputs to propagate through your workflow.

When do I need to run a skill chain audit for AI workflow compliance?

Run a skill chain audit for AI workflow compliance when building interconnected AI skill workflows to ensure callers gate subsequent steps on callee verdicts, satisfying governance requirements for skill chain integrity.