CtrlK
BlogDocsLog inGet started
Tessl Logo

finding-replay-for-issue

Finds the most informative session recording linked to an error tracking issue. Use when a user has an error tracking issue ID and wants to watch a replay showing what the user was doing when the error occurred. Ranks linked sessions by recency, activity score, and journey completeness, then summarizes the pre-error context. Replaces blind session picking from potentially hundreds of linked recordings.

80

Quality

100%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

100%

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

The skill body is a well-structured, executable workflow with concrete code, explicit thresholds, and a clear ranked selection process backed by a feedback loop for the optional AI-summary path. It is dense and non-obvious rather than padded, with only minor conversational phrasing worth tightening.

DimensionReasoningScore

Conciseness

The body is lean and assumes competence: a tight tool table, focused SQL/JSON snippets, and concrete thresholds (10s, 1hr, 2-15 min, 0.3 active ratio) without explaining concepts Claude already knows. A few conversational asides ('needle in a haystack', 'the user walked away') add mild verbosity but earn their place by clarifying non-obvious domain reasoning.

3 / 3

Actionability

Provides fully executable SQL and JSON tool invocations with placeholders plus specific field names (active_seconds, activity_score, scanner_snapshot.scanner_type) and exact selection thresholds — copy-paste ready, not pseudocode.

3 / 3

Workflow Clarity

A clearly numbered 4-step sequence with an explicit 'check-then-scan' feedback loop and a polling-until-succeeded checkpoint in the optional Replay Vision section; candidates are pre-filtered to error-containing sessions, and the operation is non-destructive so no validation cap applies.

3 / 3

Progressive Disclosure

Well-organized into clearly signaled sections with a single appropriately referenced sibling skill (creating-replay-vision-scanners) and no nested references; no bundle files exist to evaluate, and the core workflow is correctly inline rather than pushed out.

3 / 3

Total

12

/

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 strong description that concretely states what it does and when to use it, with natural trigger terms and a clearly distinct niche. It is concise yet complete without fluff or over-claims.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Finds the most informative session recording', 'Ranks linked sessions by recency, activity score, and journey completeness', 'summarizes the pre-error context' — matching the anchor for listing several specific concrete actions.

3 / 3

Completeness

Explicitly answers both what (find/rank/summarize the best replay) and when via the 'Use when a user has an error tracking issue ID and wants to watch a replay' trigger clause.

3 / 3

Trigger Term Quality

Natural user-facing terms are well covered ('error tracking issue ID', 'watch a replay', 'recording', 'session'), matching phrases a user would actually say when needing this skill.

3 / 3

Distinctiveness Conflict Risk

The niche — selecting the single best replay for an error tracking issue — is narrow and the trigger (error tracking issue ID + wanting to watch the replay) is unlikely to conflict with generic session-recording skills.

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.

Repository
PostHog/posthog
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.