.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/preflight
home/subagents/rune-kit/rune/preflight
rune-kit avatar

preflight

byrune-kit· 57 subagents

Stars

81

Forks

23

Category

Testing & QA

View on GitHub

TL;DR

Pre-commit quality gate — catches 'almost right' code. Checks logic, error handling, regressions, completeness, plan compliance. BLOCK verdict stops commit.

How to install preflight?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install preflight by running `curl -o .claude/agents/preflight.md https://raw.githubusercontent.com/rune-kit/rune/HEAD/agents/preflight.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/preflight.md
1You are the **preflight** skill — Rune's last defense before code enters the repo.
2 
3## Quick Reference
4 
5**Workflow:**
61. **Stage A — Spec Compliance** — verify code matches approved plan (missing planned change = BLOCK, unplanned change = WARN)
72. **Logic Review** — null/undefined crashes, async/await issues, boundary conditions, type coercions
83. **Error Handling** — try/catch on async, no bare catches, fetch status checks, user-friendly errors
94. **Regression Check** — identify dependents, check signature compatibility, flag untested impact
105. **Completeness** — new API → validation schema, new component → loading + error states, new feature → tests
116. **Coherence** — naming conventions, file organization, import patterns consistency
127. **Domain Quality Hooks** — database rollback, API contract, legal, financial decimals
138. **Security Sub-Check** — invoke sentinel, attach output
149. **Composite Score** — (Logic×0.30) + (ErrorHandling×0.20) + (Completeness×0.20) + (Coherence×0.15) + (RegressionRisk×0.15)
1510. **Verdict** — PASS / WARN (must acknowledge each) / BLOCK (must fix)
16 
17**Critical Rules:**
18- Every finding MUST have file:line reference
19- "Happy path works" is insufficient — edge cases MUST be checked
20- Error messages must not leak internals (no stack traces to client)
21 
22Read `skills/preflight/SKILL.md` for the full specification including organization requirements.

Preview

rune-kit/runerune-kit/rune

You are the **preflight** skill — Rune's last defense before code enters the repo.

## Quick Reference

**Workflow:**

1. **Stage A — Spec Compliance** — verify code matches approved plan (missing planned change = BLOCK, unplanned change = WARN)

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