CtrlK
BlogDocsLog inGet started
Tessl Logo

pr-screenshots

Capture Playwright screenshots and embed them in GitHub PR descriptions

60

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 ./.squad/skills/pr-screenshots/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

87%

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

The content is lean, highly actionable, and well-organized, with the only real gap being missing validation/verification checkpoints around the destructive remote-branch operations.

Suggestions

Add an explicit verification step after pushing the orphan branch, e.g. curl/verify the raw URLs return 200 before editing the PR body.

Insert a validation checkpoint after `gh pr edit` to confirm the embedded images actually render (re-fetch the PR body or instruct the reviewer to reload).

Guard the cleanup step with a confirmation that the PR is merged before deleting the screenshots-temp branch.

DimensionReasoningScore

Conciseness

The body is lean and assumes competence — it never explains what Playwright or GitHub PRs are, and each code block and section earns its place without padding.

3 / 3

Actionability

It provides fully executable JavaScript, PowerShell/git commands, and a gitignore snippet with clearly marked placeholders, making the guidance copy-paste ready.

3 / 3

Workflow Clarity

The capture→host→embed→cleanup→gitignore sequence is clearly listed, but the workflow involves a destructive/remote operation (force-pushing an orphan branch, deleting a remote branch) with no explicit validation checkpoint such as confirming the pushed URLs actually render in the PR.

2 / 3

Progressive Disclosure

It is a single well-organized SKILL.md with clearly labeled sections (Context, Patterns, Examples, Anti-Patterns) and no nested or multi-level references, which is appropriate for a self-contained skill with no bundle files.

3 / 3

Total

11

/

12

Passed

Description

57%

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 distinctive but lacks an explicit trigger clause and natural-term variations, leaving the what clear while the when is only implied.

Suggestions

Add an explicit 'Use when...' clause, e.g. 'Use when a PR touches visual docs or UI and reviewers need to see the rendered result without checking out the branch.'

Broaden trigger terms to include natural phrasings like 'PR', 'pull request', 'visual review', and 'preview images'.

Mention a third concrete action (e.g. 'clean up the temporary hosting branch after merge') to reach comprehensive action coverage.

DimensionReasoningScore

Specificity

The phrase "Capture Playwright screenshots and embed them in GitHub PR descriptions" names two concrete actions, but stops short of the comprehensive multi-action listing exemplified at score 3 (e.g. "extract, fill, merge").

2 / 3

Completeness

It states clearly what the skill does (capture and embed screenshots) but provides no explicit "Use when..." trigger clause, so the when is missing rather than stated; per the rubric this caps completeness at 2.

2 / 3

Trigger Term Quality

It includes relevant natural terms ("Playwright", "screenshots", "GitHub PR descriptions") but misses common variations a user might say such as "PR", "pull request", or "preview".

2 / 3

Distinctiveness Conflict Risk

The niche is narrow and specific — Playwright screenshots embedded in GitHub PR descriptions — making it unlikely to fire for unrelated skills.

3 / 3

Total

9

/

12

Passed

Validation

81%

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

Validation13 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

relative_links

Relative link issues: 2 missing

Warning

referenced_paths_exist

Referenced path issues: 1 missing

Warning

Total

13

/

16

Passed

Repository
bradygaster/squad
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.