CtrlK
BlogDocsLog inGet started
Tessl Logo

analyzing-mempool

Monitor blockchain mempools for pending transactions, gas analysis, and MEV opportunities. Use when analyzing pending transactions, optimizing gas prices, or researching MEV. Trigger with phrases like "check mempool", "scan pending txs", "find MEV", "gas price analysis", or "pending swaps".

74

Quality

93%

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

87%Weight 40%Scale 1-3

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

A well-structured, actionable skill body with lean prose, copy-paste commands, and a clean one-level reference structure. The main gap is workflow_clarity: the read-only workflow lacks inline validation/error-recovery checkpoints, deferring them entirely to a reference.

Suggestions

Add a brief inline validation/verification step — e.g., check that the RPC responds or that pending results are non-empty before interpreting gas/MEV output — rather than deferring all error handling to errors.md.

Trim the Overview section, which restates the frontmatter description, to reduce redundancy and save tokens.

Inline one or two concrete error-recovery actions (timeout retry, fallback RPC) at the point of use instead of only linking to the reference.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — it does not explain what a mempool or gas is, and operational prose (percentile meanings, MEV warnings) is specific output guidance rather than padding.

3 / 3

Actionability

Provides concrete, copy-paste-ready commands such as 'python mempool_analyzer.py pending', 'python mempool_analyzer.py gas', with flag examples (--limit, --chain) — fully executable guidance.

3 / 3

Workflow Clarity

A clear Step 1–2–3 sequence with result-interpretation guidance exists, but there are no validation checkpoints or feedback loops, and error recovery is deferred to a reference file rather than handled inline.

2 / 3

Progressive Disclosure

A concise overview points to one-level-deep references (errors.md, examples.md, implementation.md) that all exist as real bundle files, each clearly signaled with its contents and navigable via a TOC.

3 / 3

Total

11

/

12

Passed

Description

100%Weight 40%Scale 1-3

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, third-person description that states concrete capabilities, gives explicit 'Use when' guidance, and supplies natural trigger phrases. It is concise without padding or over-claims.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Monitor blockchain mempools for pending transactions, gas analysis, and MEV opportunities' — naming three distinct capabilities rather than vague language.

3 / 3

Completeness

Explicitly answers both what ('Monitor blockchain mempools...') and when ('Use when analyzing pending transactions, optimizing gas prices, or researching MEV') with explicit trigger guidance.

3 / 3

Trigger Term Quality

Provides natural phrases a user would say — 'check mempool', 'scan pending txs', 'find MEV', 'gas price analysis', 'pending swaps' — with good coverage of common variations.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear niche (mempool/gas/MEV monitoring) with distinct triggers unlikely to conflict with unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

allowed_tools_field

'allowed-tools' contains unusual tool name(s)

Warning

frontmatter_unknown_keys

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

Warning

Total

14

/

16

Passed

Repository
jeremylongshore/claude-code-plugins-plus-skills
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.