CtrlK
BlogDocsLog inGet started
Tessl Logo

sweep

Post-op check for artifacts, damage, and stale references after agent work

60

Quality

70%

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

Quality

Content

86%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 content is a tight, well-structured audit checklist with concrete commands, specific detection patterns, and a clear triaged reporting flow. Its only real weakness is that the guidance is weighted toward detection rather than executable remediation steps.

Suggestions

For each finding category, add a one-line concrete remediation step (e.g. 'revert with `git checkout -- <file>`') to push actionability toward copy-paste ready.

Add an explicit validation checkpoint before reporting (e.g. confirm flagged 'unexpected' files are truly not in the plan) to strengthen the workflow feedback loop.

DimensionReasoningScore

Conciseness

The body is lean and assumes Claude's competence — it gives concrete commands and patterns with no padding or explanation of concepts Claude already knows, and explicitly directs terseness ('Be terse. Name files and line numbers.').

5 / 5

Actionability

It provides executable commands (`git diff --stat`) and concrete detection patterns (`console.log`, `print()`, `*.tmp`, file names like fixture/seed/mock), but much of the guidance is detection-oriented rather than copy-paste fix steps, leaving minor gaps.

4 / 5

Workflow Clarity

A clear numbered sequence (Blast Radius through Plan Criteria) flows into a triaged Report, with explicit verification-by-reading and 'skip empty categories' checkpoints; only minor validation gaps keep it below 5.

4 / 5

Progressive Disclosure

This is a short single-purpose skill with no external references, organized into clearly headed sections, so the simple-skill exception lets it score 5 for well-organized structure.

5 / 5

Total

18

/

20

Passed

Description

53%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 concise and identifies a clear niche, but it states only the 'what' without an explicit 'Use when...' trigger and uses fairly generic 'check' actions rather than concrete operations. Adding a trigger clause and naming specific actions would lift it from the mid-range anchors.

Suggestions

Add a 'Use when...' clause stating when Claude should invoke this (e.g. 'Use when agent work has just completed and you need to verify nothing was left behind or broken').

Replace the generic 'check' with concrete actions the skill performs (e.g. 'Audits the working tree for left-behind debug artifacts, damaged fixtures, stale references, and scope bleed').

Include natural user phrasings like 'cleanup' or 'what did the agent leave behind' to improve trigger-term coverage.

DimensionReasoningScore

Specificity

The description names the domain ('artifacts, damage, and stale references') but the actions are generic ('check' / 'post-op check') rather than multiple concrete operations, matching the 'names domain and 1-2 concrete actions' anchor.

3 / 5

Completeness

It gives a clear 'what' (post-op check for artifacts/damage/stale references) but includes no 'Use when...' trigger clause, so per the guideline a missing trigger clause caps completeness at 3.

3 / 5

Trigger Term Quality

'post-op', 'artifacts', 'damage', and 'stale references' are relevant but it lacks common natural phrasings users would say (e.g. 'cleanup', 'what did the agent change', 'left behind'), matching 'some relevant keywords but missing common variations'.

3 / 5

Distinctiveness Conflict Risk

The post-agent collateral-damage niche is mostly distinct from other skills, with only minor overlap risk against the related /debrief and /agent-watchdog skills named in the body.

4 / 5

Total

13

/

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
tslateman/duet
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.