CtrlK
BlogDocsLog inGet started
Tessl Logo

loop-budget

Check token budget and run-log spend before and after a loop run. Enforces early exit when over budget or when there is no actionable work.

69

Quality

83%

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

100%

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

The body is a tight, well-structured guard procedure with concrete thresholds, a complete log template, and explicit decision checkpoints, hitting the top anchor on all four dimensions.

DimensionReasoningScore

Conciseness

The body is lean — a short numbered start-of-run list, a copy-paste JSON log object, and three terse rules — with no concept explanation padding, matching the 'every token earns its place' anchor.

3 / 3

Actionability

Steps name concrete files (`loop-budget.md`, `loop-run-log.md`, `STATE.md`) and precise thresholds (80%, 100%, <5k tokens), and the end-of-run block gives a complete JSON template, which is copy-paste ready rather than pseudocode.

3 / 3

Workflow Clarity

Start-of-run is a clearly sequenced 1–6 list with explicit decision checkpoints (spend ≥ 80% → report-only; ≥ 100% or loop-pause-all → exit) and an end-of-run logging step, satisfying the clear-sequence-with-checkpoints anchor.

3 / 3

Progressive Disclosure

The skill is under 50 lines with no need for external reference docs, and content is cleanly split into well-organized sections (Start of run, End of run, Rules), which per the simple-skill scoring note merits a 3 without bundle files.

3 / 3

Total

12

/

12

Passed

Description

67%

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 clearly occupies a distinct niche, but it lacks an explicit 'Use when...' trigger clause and leans on internal jargon, capping trigger quality and completeness at 2.

Suggestions

Add an explicit trigger clause, e.g. 'Use when about to start or finish a loop run, or when the user asks to check loop spend/budget.'

Soften internal terms ('run-log spend', 'early exit') with user-facing synonyms like 'loop spending', 'stop early', or 'pause the loop' to improve trigger-term quality.

State the invocation moment in user language ('before and after each loop iteration') so 'when' is explicit rather than implied.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Check token budget and run-log spend before and after a loop run', 'Enforces early exit when over budget or when there is no actionable work' — matching the multi-action anchor rather than the single-domain score 2.

3 / 3

Completeness

The 'what' is clear (check budget/spend, enforce early exit), but there is no 'Use when...' clause; the only 'when' is a condition for early-exit, not when to invoke the skill, so per guidelines completeness caps at 2.

2 / 3

Trigger Term Quality

Terms like 'token budget', 'over budget' are natural, but 'run-log spend', 'early exit', and 'actionable work' are internal jargon with no common user-facing variations or explicit trigger phrasing.

2 / 3

Distinctiveness Conflict Risk

The loop-run budget-guard niche is distinct — 'before and after a loop run' tied to a run-log and daily caps — making it unlikely to trigger for unrelated skills.

3 / 3

Total

10

/

12

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
cobusgreyling/loop-engineering
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.