CtrlK
BlogDocsLog inGet started
Tessl Logo

the-ipc-contract-audit

Audit Stave multi-file contracts before or during changes. Use when a task touches provider runtime options, IPC payloads, window.api, schemas, NormalizedProviderEvent, replay payloads, or asks for a contract or sync checklist. Trigger on phrases like "ipc", "schema", "runtimeOptions", "window.api", "provider event", "계약", "스키마", "동기화 체크".

75

Quality

94%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

93%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A tight, highly actionable audit skill: concrete file chains, named failure modes, and explicit verification steps without any padding. The only gap is an explicit fix-and-retry loop in the Verification section.

Suggestions

Add an explicit feedback loop to the Verification section, e.g. 'If typecheck fails: fix the schema/type mismatch and re-run until clean' to reach a full workflow-clarity score.

Spell out the recovery action when a smoke check (turn-start in Claude or Codex) fails, mirroring the 'fix and re-validate' pattern.

DimensionReasoningScore

Conciseness

Lean throughout: no preamble explaining what IPC or Zod is, every line carries actionable signal (file paths, strict-mode behavior, the JSON.stringify(Promise) pitfall). Every token earns its place.

5 / 5

Actionability

Fully executable guidance: exact file paths to inspect, named functions (parseNormalizedEvent, respond()), a concrete command (bun run typecheck), and specific four-item failure-mode list covering the common cases.

5 / 5

Workflow Clarity

Sequenced inspection chains and a dedicated Verification section with concrete checks (typecheck, smoke-check both provider paths); just shy of 5 because there is no explicit validate→fix→retry loop spelling out error recovery when typecheck or a smoke check fails.

4 / 5

Progressive Disclosure

A single self-contained file (no references/scripts/assets bundles exist) with clearly organized sections (Required Chain, Event Sync Checks, Pitfalls, Verification, Output); references to the sibling skill are clearly signaled by name. Well-organized single-file skill meets the simple-skill bar.

5 / 5

Total

19

/

20

Passed

Description

95%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, specific description with explicit what/when guidance and rich multilingual trigger terms. It clearly distinguishes itself from generic skills and would reliably surface for the intended audit tasks.

DimensionReasoningScore

Specificity

Names the domain ('Stave multi-file contracts') and enumerates many concrete contract surfaces (IPC payloads, window.api, schemas, NormalizedProviderEvent, replay payloads); the single audit verb keeps it just shy of the comprehensive multi-action anchor at 5.

4 / 5

Completeness

Explicitly answers both 'what' ('Audit Stave multi-file contracts before or during changes') and 'when' ('Use when a task touches...') plus a concrete 'Trigger on phrases like...' clause.

5 / 5

Trigger Term Quality

Comprehensive natural trigger terms including code identifiers ('runtimeOptions', 'window.api'), domain phrases ('provider event'), and Korean synonyms ('계약', '스키마', '동기화 체크'), covering synonyms and file-level tokens.

5 / 5

Distinctiveness Conflict Risk

Occupies a clear niche (Stave IPC contract auditing) with highly specific triggers that are unlikely to fire for unrelated skills.

5 / 5

Total

19

/

20

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
sendbird/stave
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.