CtrlK
BlogDocsLog inGet started
Tessl Logo

latency-instrumentation

Surgically injects trace macros (TRACE_EVENT) into Chromium C++ files to expose "black box" latency gaps, resolves headers, and compiles the browser using a self-healing loop. Strictly no performance optimizations or refactoring.

65

Quality

78%

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/latency-instrumentation/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

81%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 body is an efficient, actionable, well-sequenced workflow with strong validation feedback loops appropriate to a destructive code-modification task. The only meaningful gap is that failure-repair heuristics are described abstractly rather than with per-error-class examples.

DimensionReasoningScore

Conciseness

Lean and task-focused with no padding about concepts Claude already knows; minor over-explanation remains in the restated CRITICAL DESIGN CONSTRAINT block and the dual query/ripgrep example, which could be trimmed.

4 / 5

Actionability

Concrete, copy-pasteable commands throughout (git cl format, autoninja -C out/Default chrome, git commit -m "...", git reset --hard HEAD, TRACE_EVENT0 snippet); the failure-repair step ("apply a targeted code repair") is abstract rather than enumerated per error class, a minor gap.

4 / 5

Workflow Clarity

Clear numbered sequence with an explicit validation checkpoint (compile via autoninja) and a genuine feedback loop — failure/repair → retry, max 3 attempts → revert on hard failure — satisfying the destructive-operation validation requirement.

5 / 5

Progressive Disclosure

Well-organized single-file skill (~120 lines) with a clear overview and section headers; no wall-of-text and no nested references, but no one-level-deep references exist to signal, so it does not fully reach the reference-anchored 5.

4 / 5

Total

17

/

20

Passed

Description

75%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 specific and highly distinctive, clearly conveying a multi-step instrumentation workflow in third person. Its main weakness is the missing explicit "Use when..." trigger guidance, which caps completeness at 3.

Suggestions

Add an explicit trigger clause, e.g. "Use when the user needs to instrument untraced main-thread latency gaps in Chromium C++ code by adding TRACE_EVENT macros."

Include the natural user verb "instrument"/"tracing" alongside "injects trace macros" to improve trigger-term coverage.

Optionally mention the trace category input (e.g., omnibox, navigation) as a concrete trigger cue.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions across the full workflow — "injects trace macros (TRACE_EVENT)", "resolves headers", "compiles the browser using a self-healing loop" — with comprehensive coverage of inject→resolve→compile→heal.

5 / 5

Completeness

The "what" is clear and concrete, but there is no "Use when..." clause or equivalent explicit trigger guidance; "to expose black box latency gaps" only weakly implies the when, capping completeness at 3 per the rubric guideline.

3 / 5

Trigger Term Quality

Good keyword coverage ("trace macros", "TRACE_EVENT", "Chromium C++ files", "latency gaps", "compiles the browser") but the natural user verb "instrument/instrumentation" and synonyms like "tracing" are absent, leaving a few natural terms missing.

4 / 5

Distinctiveness Conflict Risk

Targets a clear niche — Chromium C++ TRACE_EVENT instrumentation with a self-healing compile loop — giving distinct triggers and minimal conflict risk with other skills.

5 / 5

Total

17

/

20

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
chromium/chromium
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.