CtrlK
BlogDocsLog inGet started
Tessl Logo

testland/grpc-streaming-test-author

Workflow-driven skill that builds gRPC streaming-RPC test suites from a proto definition. Classifies each RPC by pattern (unary, server-streaming, client-streaming, bidi), then emits the required categories per pattern - ordering preservation, completion semantics (server close after stream end, client half-close), cancellation, deadline handling, partial-stream failure. Produces skeletons for Go (bufconn + Send/Recv), Python (iterators), JVM (StreamObserver), Node (call.write/end). Use when adding tests for a new streaming RPC or auditing a suite for uncovered categories. Different test surface from grpc-interceptor-test-author (interceptor layer) and grpc-mock (harness); for wire-level streaming semantics use grpc-streaming-tests, not this.

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

Overview
Quality
Evals
Security
Files

Quality

Content

85%

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

A well-structured, highly actionable skill body with a clear step sequence, a coverage matrix as a validation checkpoint, and a real one-level-deep reference for language skeletons. The only weakness is mild restatement of gRPC streaming fundamentals Claude already knows.

Suggestions

Tighten the Overview: drop the restated definition of the four streaming patterns and the 'Streaming RPCs are where clients and servers most often diverge' framing, linking the gRPC core-concepts doc instead, since Claude already knows these.

Consider moving the 'Streaming evolution - version-safety reminder' section (which leans on protobuf-versioning-strategy-reference) into that reference or trimming it, as it is tangential to the core test-generation workflow.

DimensionReasoningScore

Conciseness

Mostly efficient and dense, but the Overview restates gRPC streaming fundamentals Claude already knows ('gRPC defines four streaming patterns...', 'Streaming RPCs are where clients and servers most often diverge...'), fitting the 'mostly efficient but includes some unnecessary explanation' anchor rather than a fully lean 3.

2 / 3

Actionability

Provides executable Python test code, a concrete per-RPC coverage matrix, a file layout, and a per-language harness table — copy-paste-ready guidance matching the 'fully executable code/commands' anchor.

3 / 3

Workflow Clarity

Steps 1–5 are clearly sequenced and Step 3's coverage matrix acts as an explicit validation checkpoint ('Empty cells... = coverage gap. PR must justify or add a test'), satisfying the clear-sequence-with-checkpoints anchor.

3 / 3

Progressive Disclosure

The body keeps representative inline examples and delegates Go skeletons to the verified real reference references/test-skeletons.md, signaled one level deep and well organized, matching the clear-overview-with-one-level-deep-references anchor.

3 / 3

Total

11

/

12

Passed

Description

100%

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 precise, third-person description that covers what it does, when to use it, and how it differs from neighbouring skills. It is information-dense rather than padded, with explicit trigger guidance and conflict disambiguation.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — classifies RPCs by pattern, emits per-pattern test categories, and produces language-specific skeletons for Go/Python/JVM/Node — matching the 'lists multiple specific concrete actions' anchor.

3 / 3

Completeness

Explicitly answers both what (builds suites, classifies, emits categories, skeletons) and when via an explicit 'Use when' clause, hitting the 'clearly answers both what AND when' anchor.

3 / 3

Trigger Term Quality

The 'Use when adding tests for a new streaming RPC or auditing a suite for uncovered categories' clause uses natural domain phrasing a user would say ('streaming RPC', 'test suite', 'auditing'), matching good trigger coverage.

3 / 3

Distinctiveness Conflict Risk

Explicitly disambiguates from grpc-interceptor-test-author, grpc-mock, and grpc-streaming-tests ('not this'), establishing a clear niche unlikely to trigger the wrong skill.

3 / 3

Total

12

/

12

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Reviewed

Table of Contents