CtrlK
BlogDocsLog inGet started
Tessl Logo

add-integration-event

Publish a cross-module integration event via the Outbox and handle it idempotently in another module. Use when one module must react to something that happened in another. See .agents/rules/eventing.md.

61

Quality

72%

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

Fix and improve this skill with Tessl

tessl review fix ./.agents/skills/add-integration-event/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

82%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.

The content is highly actionable, well-structured, and token-efficient, with concrete code for each step and a useful Gotchas/Checklist pair. The main gap is the absence of an explicit mid-process validation feedback loop.

Suggestions

Add an explicit validate-and-recover step between Publish and Handle (e.g., drain the outbox and assert the event dispatched before wiring the consumer), turning the trailing checklist into a feedback loop.

Tighten the Step 1 ⚠️ rename warning and inline comments to push conciseness toward a 5.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence (no explaining what an outbox or integration event is), with only minor verbosity in the Step 1 warning and a few inline comments that could be trimmed.

4 / 5

Actionability

Every step ships copy-paste-ready C# with real types and file paths (IOutboxWriter.AddAsync, IIntegrationEventHandler<T>, AddIntegrationEventHandlers), covering the common end-to-end case concretely.

5 / 5

Workflow Clarity

A clear 3-step sequence (Define, Publish, Handle) with a Gotchas section and a final Checklist checkpoint, but validation is a trailing checklist rather than an explicit validate-then-fix loop mid-process.

4 / 5

Progressive Disclosure

Well-organized single-file skill with clear section headers and one clearly-signaled one-level-deep reference (.agents/rules/eventing.md), with only minor organization gaps keeping it from a 5.

4 / 5

Total

17

/

20

Passed

Description

62%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.

The description is clear and distinct with an explicit Use-when clause, but its action list is limited to two items and its trigger terms lean technical rather than spanning natural synonyms. It is solid but not exemplary.

Suggestions

Add 1-2 more concrete actions (e.g., register consumer handlers, restore tenant context in background handlers) to lift specificity toward comprehensive coverage.

Broaden trigger-term coverage with natural phrasings a user might say, such as "react to changes in another module", "send an event between modules", or "outbox pattern".

DimensionReasoningScore

Specificity

Names the domain and two concrete actions ("Publish a cross-module integration event via the Outbox" and "handle it idempotently in another module"), but coverage is not comprehensive enough for a 4.

3 / 5

Completeness

Both the what (publish via Outbox + idempotent handling) and an explicit "Use when one module must react to something that happened in another" trigger are present, though the when could be more concrete.

4 / 5

Trigger Term Quality

Relevant terms like "integration event", "Outbox", and "cross-module" appear but mostly as technical jargon, missing common natural-language variations or synonyms a user might say.

3 / 5

Distinctiveness Conflict Risk

"cross-module integration event via the Outbox" carves out a clear niche with distinct triggers and only minor overlap risk with closely related eventing skills.

4 / 5

Total

14

/

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
fullstackhero/dotnet-starter-kit
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.