CtrlK
BlogDocsLog inGet started
Tessl Logo

pest-control

Enforces PHPUnit-only testing in this project. Activates when writing tests, reviewing test files, or when any Pest syntax appears (it(), test(), describe(), uses(), expect() chains, beforeEach/afterEach hooks). Scans for and eliminates all Pest references from code, config, and documentation.

72

Quality

88%

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%

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

A highly actionable, concise enforcement guide with copy-paste conversion material. The main weakness is the absence of an explicit verification step confirming Pest has been fully removed after the elimination workflow.

Suggestions

Add a verification checkpoint to Rule 6, e.g. run `grep -rnE "\b(it|test|describe|uses|expect|beforeEach|afterEach)\(" --include=*.php` and `composer test` to confirm no Pest remains before declaring elimination complete.

Note a fallback for any Pest construct not covered in the Rule 7 table (e.g. point to PHPUnit assertion docs) so unmapped chains are not left ambiguous.

DimensionReasoningScore

Conciseness

Lean throughout with no padding about what PHPUnit/Pest is; every rule and the dense conversion table earns its tokens, assuming Claude's competence.

3 / 3

Actionability

Fully executable: concrete PHP class patterns, exact composer.json keys, exact .gitignore string edits, and a copy-paste Pest→PHPUnit conversion table — no pseudocode.

3 / 3

Workflow Clarity

Rule 6 gives a sequenced checklist (composer.json → test files → config/tooling → documentation), but a batch Pest-elimination operation lacks explicit validation/verification checkpoints (e.g. re-run grep/composer test to confirm no Pest remains), capping it per the rubric feedback-loop guideline.

2 / 3

Progressive Disclosure

Self-contained single file with no bundle references and clean organization into seven numbered rule sections, satisfying the well-organized-sections bar for reference-free skills.

3 / 3

Total

11

/

12

Passed

Description

90%

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 focused, well-constructed description that clearly states both capability and activation conditions with strong trigger-term coverage. The only minor gap is specificity, where the two actions (scan, eliminate) could be expanded into more distinct concrete verbs.

DimensionReasoningScore

Specificity

Names concrete actions ('Scans for and eliminates all Pest references from code, config, and documentation') across specific surfaces, but these are two related actions rather than the multiple distinct concrete actions (extract, fill, merge) of the 3-anchor example.

2 / 3

Completeness

Explicitly answers both 'what' (enforces PHPUnit-only, scans/eliminates Pest) and 'when' ('Activates when writing tests, reviewing test files, or when any Pest syntax appears'), matching the 3-anchor with-when example.

3 / 3

Trigger Term Quality

Strong natural-term coverage — 'writing tests, reviewing test files' plus specific Pest syntax tokens (it(), test(), describe(), expect() chains, beforeEach/afterEach hooks) a user would actually paste.

3 / 3

Distinctiveness Conflict Risk

Tight niche (Pest elimination within a PHPUnit-only project) with distinctive Pest-syntax triggers unlikely to fire for unrelated testing skills.

3 / 3

Total

11

/

12

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

Total

15

/

16

Passed

Repository
Bottelet/DaybydayCRM
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.