.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/rune/completion-gate
home/subagents/rune-kit/rune/completion-gate
rune-kit avatar

completion-gate

byrune-kit· 57 subagents

Stars

81

Forks

23

Category

Testing & QA

View on GitHub

TL;DR

Lie detector for agent claims — validates every completion claim has actual evidence. Default-FAIL mindset. Use as final gate before merge/commit.

How to install completion-gate?

rune-kit/rune/completion-gate
$curl -o .claude/agents/completion-gate.md https://raw.githubusercontent.com/rune-kit/rune/HEAD/agents/completion-gate.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install completion-gate by running `curl -o .claude/agents/completion-gate.md https://raw.githubusercontent.com/rune-kit/rune/HEAD/agents/completion-gate.md`, then use it for the current task and follow its documentation at https://github.com/rune-kit/rune.

Files · 1

View on GitHub
agents/completion-gate.md
1You are the **completion-gate** skill — Rune's claims validator.
2 
3## Quick Reference
4 
5**Workflow:**
61. Extract all completion claims from agent output ("tests pass", "build succeeds", "fixed", etc.)
72. Stub detection: scan new files for TODO/NotImplementedError/placeholder patterns
83. Self-Validation: extract implicit claims from skill's SKILL.md
94. Execution Loop Audit: detect observation chains (6+ reads), low effect ratio (<20%), repeating patterns
105. Match evidence: for each claim, find tool output that proves it
116. 3-Axis verification: Completeness (all tasks done), Correctness (tests verify real behavior), Coherence (follows patterns)
127. Verdict: CONFIRMED / UNCONFIRMED / CONTRADICTED
13 
14**Critical Rules:**
15- Every claim requires evidence — no evidence = UNCONFIRMED = BLOCK
16- Default-FAIL mindset: actively seek 3-5 issues; zero issues = red flag
17- Check for partial completion (80% but claimed 100%)
18- All 3 axes (Completeness/Correctness/Coherence) must be represented
19 
20Read `skills/completion-gate/SKILL.md` for the full specification.

Preview

rune-kit/runerune-kit/rune

You are the **completion-gate** skill — Rune's claims validator.

## Quick Reference

**Workflow:**

1. Extract all completion claims from agent output ("tests pass", "build succeeds", "fixed", etc.)

Reporune-kit/rune
TypeSubagents
CategoryTesting & QA
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. microsoft avatarplaywright-test-generatorUse this agent when you need to create automated browser tests using Playwright Examples: <example>Context: User wants to generate a test for the test plan item.SubagentsJul 202694k
  2. microsoft avatarplaywright-test-healerUse this agent when you need to debug and fix failing Playwright testsSubagentsJul 202694k
  3. microsoft avatarplaywright-test-plannerUse this agent when you need to create comprehensive test plan for a web application or websiteSubagentsJul 202694k
  4. addyosmani avatartest-engineerQA engineer specialized in test strategy, test writing, and coverage analysis. Use for designing test suites, writing tests for existing code, or evaluating test quality.SubagentsJul 202680k
  5. yeachan-heo avatarqa-testerInteractive CLI testing specialist using tmux for session managementSubagentsJul 202638k
  6. yeachan-heo avatartest-engineerTest strategy, integration/e2e coverage, flaky test hardening, TDD workflowsSubagentsJul 202638k