Cancel an active Ralph Loop. Use when the user wants to stop, cancel, or abort a running ralph loop.
96
95%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Quality
Discovery
89%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a focused, well-structured description that clearly communicates a single specific action with explicit trigger guidance. Its main weakness is that it only describes one action, so specificity could be richer if there were additional details about what cancellation involves. Overall it serves its purpose well for skill selection.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | It names a specific action ('Cancel an active Ralph Loop') but only describes one action without elaborating on what cancellation entails or any related capabilities. | 2 / 3 |
Completeness | Clearly answers both 'what' (cancel an active Ralph Loop) and 'when' (when the user wants to stop, cancel, or abort a running ralph loop) with an explicit 'Use when' clause. | 3 / 3 |
Trigger Term Quality | Includes natural trigger terms users would say: 'stop', 'cancel', 'abort', 'running ralph loop'. Good coverage of synonyms a user might use when wanting to end a loop. | 3 / 3 |
Distinctiveness Conflict Risk | Very specific niche — cancelling a 'Ralph Loop' is a distinct, named concept unlikely to conflict with other skills. The triggers are tightly scoped to this particular operation. | 3 / 3 |
Total | 11 / 12 Passed |
Implementation
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-crafted, concise skill for a simple task. It provides clear branching logic, concrete commands, and specific output expectations without any unnecessary verbosity. The structure is clean and appropriate for the scope of the operation.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Every line serves a purpose. No unnecessary explanations of what cancellation means or how file systems work. The skill is lean and assumes Claude's competence. | 3 / 3 |
Actionability | Provides a concrete bash command (`rm -rf .cursor/ralph`), specifies the exact file to check and field to read (`iteration:` in `scratchpad.md`), and gives exact output messages. Fully actionable. | 3 / 3 |
Workflow Clarity | Clear branching logic (file exists vs. doesn't), explicit sequence of steps, and defined outputs for each path. For this simple, non-destructive-to-user-data operation (removing internal state files), the workflow is unambiguous and complete. | 3 / 3 |
Progressive Disclosure | This is a simple, single-purpose skill under 50 lines with no need for external references. The content is well-organized with clear sections (Trigger, Workflow, Output) that are easy to navigate. | 3 / 3 |
Total | 12 / 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.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
7dd9fea
Table of Contents
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.