CtrlK
BlogDocsLog inGet started
Tessl Logo

ironclaw-reborn-testing

Use when adding or reviewing tests for Reborn behavior — choosing a test tier, covering a bug fix, testing model/tool-choice behavior, touching tests/integration or tests/fixtures/llm_traces, or when a test needs Postgres, Docker, or a live LLM.

72

Quality

90%

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

93%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.

A tightly written, highly actionable instruction skill that assumes Claude's competence and concentrates entirely on repo-specific knowledge Claude would not already have. The only gap is the absence of explicit validate-fix-retry feedback loops in the Verify section.

Suggestions

Add an explicit feedback loop to the Verify section (e.g., 'If a feature-gated suite fails, re-run the owning crate with --features integration before re-running the harness').

Make the tier decision tree's terminal action per branch consistently command-shaped so each leaf maps to a single runnable command.

DimensionReasoningScore

Conciseness

Lean and dense with no padding or explanation of concepts Claude already knows; every line carries repo-specific knowledge (paths, commands, traps) that earns its tokens.

5 / 5

Actionability

Fully executable guidance with copy-paste-ready commands ('cargo test --test reborn_integration_<name>', 'cargo test -p ironclaw_hooks --features integration,test-support', 'grep -n integration .github/workflows/platform-and-compat.yml') and concrete file paths covering the common cases.

5 / 5

Workflow Clarity

The numbered tier decision tree is a clear sequenced workflow with explicit branching, and the Verify section gives an ordered run sequence, but the Verify steps lack explicit validate->fix->retry feedback loops for error recovery.

4 / 5

Progressive Disclosure

The body acts as a decision-layer overview and points to one well-signaled, one-level-deep reference (references/exemplar-tests.md, verified present and organized with its own contents list), keeping detail appropriately split.

5 / 5

Total

19

/

20

Passed

Description

86%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.

A strong, trigger-heavy description that is highly specific to the Reborn codebase with comprehensive natural trigger phrases and low conflict risk. Its main weakness is that the 'what does this do' capability is implicit within the trigger list rather than stated crisply upfront.

Suggestions

Lead with a short third-person capability statement before the 'Use when' clause (e.g., 'Guides test-tier selection and test-writing conventions for the Reborn codebase.') so the 'what' is explicit.

Consider adding a few more capability verbs (e.g., 'selecting the right test tier', 'wiring contract tests') to lift specificity from several actions to comprehensive coverage.

DimensionReasoningScore

Specificity

Lists several concrete activities ('adding or reviewing tests', 'choosing a test tier', 'covering a bug fix', 'testing model/tool-choice behavior') rather than vague language, but the capability statement is blended into triggers rather than a crisp standalone 'what'.

4 / 5

Completeness

An explicit 'Use when...' clause answers 'when' thoroughly with concrete triggers, and the embedded activities give a partial 'what', but the 'what' is not separated into a clean capability statement the way the anchor-5 example is.

4 / 5

Trigger Term Quality

Comprehensive natural trigger coverage including synonyms ('adding or reviewing'), concrete file paths ('tests/integration', 'tests/fixtures/llm_traces'), and infrastructure terms ('Postgres, Docker, or a live LLM') that a developer would naturally say.

5 / 5

Distinctiveness Conflict Risk

Scoped tightly to 'Reborn behavior' with codebase-specific paths and infrastructure, giving it a clear niche with minimal overlap risk against other skills.

5 / 5

Total

18

/

20

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

referenced_paths_exist

Referenced path issues: 3 missing, 1 deeper-than-1-level

Warning

Total

15

/

16

Passed

Repository
nearai/ironclaw
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.