return-path-gate
SolidAudits SKILL.md files in plugins/ for return-path gate compliance. Detects fire-and-forget chains where a caller dispatches a downstream skill but does not gate its next step on the callee's verdict. Reports each chain as CLOSED or OPEN and outputs specific fix suggestions. Triggered by "chain audit", "return-path check", "fire-and-forget detection", "chain closure audit", "skill chain compliance".
Install
Quality Score: 83/100
Skill Content
Details
- Author
- chrono-meta
- Repository
- chrono-meta/forge-harness
- Created
- 3 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
skill-routing-audit
Audits a skill for routing gaps: boundary and negative probes that land where the answer is absent.
skill-review
Audits a candidate skill (.github/skills/<name>/SKILL.md) against five gates (spec compliance, content quality, scope fit, safety, currency & coherence). Use when reviewing a new skill draft before commit, evaluating a Mall unit or store skill for adoption, or re-auditing existing skills on a periodic cadence. For instructions, prompts, agents — use the matching per-type review skill.
skill-audit
Lints a Claude skill against a seven-gate quality Floor and reports it gate by gate, with a specific fix for each miss. Primary trigger is any message beginning with "audit:" — treat this prefix as a command. `audit:` followed by a path grades one skill; `audit:` pointed at a folder grades each skill inside it. Without this skill, asked whether a skill is any good, the base model free-associates a plausible-sounding review and never mechanically checks the structural tells — a keyword-only trigger, hard-fails asserted in prose, a happy-path example — that separate a product from a prompt. This skill runs skill_audit.py and writes the verdict around the exit code the check actually returns.