CtrlK
BlogDocsLog inGet started
Tessl Logo

scaffolding

Implementation details for EF Core scaffolding (reverse engineering). Use when changing ef dbcontext scaffold pipeline implementation, database schema reading, CSharpModelGenerator, or related classes.

68

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

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

An efficient, well-structured orientation skill that maps the scaffolding pipeline and its key types with zero padding. Its main weakness is thin actionability — it names what to look at but not what to do.

Suggestions

Add a brief 'How to modify the pipeline' note pointing Claude to the entry point (e.g. start from IReverseEngineerScaffolder) and the typical edit surface for each stage.

Include one short concrete example of a common change (e.g. adding a new schema reader) showing which interface to implement and where it is registered.

DimensionReasoningScore

Conciseness

Lean and efficient — 'Generates C# code from database schemas (reverse engineering)' and a single pipeline line with no padding or over-explanation of concepts Claude already knows; every token earns its place.

5 / 5

Actionability

Names concrete types to navigate to ('IDatabaseModelFactory', 'IScaffoldingModelFactory', 'IModelCodeGenerator', 'IReverseEngineerScaffolder') but gives no concrete steps or guidance on what to actually do, leaving key execution detail missing.

3 / 5

Workflow Clarity

The reverse-engineering pipeline is clearly sequenced with directional arrows and per-stage annotations; no validation checkpoints are needed since this is an orientation description rather than a destructive operation, so it sits just below 5.

4 / 5

Progressive Disclosure

Well under 50 lines with no external references required and no bundle files present; content is organized into clear sections (# Scaffolding, ## When Not to Use, ## Reverse Engineering), matching the simple-skill exception for a 5.

5 / 5

Total

17

/

20

Passed

Description

87%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 tight, third-person description that clearly states both purpose and concrete trigger conditions for a highly specific internal skill. Minor room for broader synonym coverage in trigger terms.

DimensionReasoningScore

Specificity

Names several concrete subsystems — 'ef dbcontext scaffold pipeline implementation', 'database schema reading', 'CSharpModelGenerator' — with only minor coverage gaps left by 'or related classes', but the actions are scope descriptions ('Implementation details for') rather than enumerated concrete actions, keeping it just below a 5.

4 / 5

Completeness

Explicitly answers what ('Implementation details for EF Core scaffolding (reverse engineering)') and when ('Use when changing ef dbcontext scaffold pipeline implementation, database schema reading, CSharpModelGenerator, or related classes') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes real terms a developer would say — 'ef dbcontext scaffold', 'CSharpModelGenerator', 'reverse engineering' — giving good keyword coverage, though it lacks broader synonyms or variations that would push it to 5.

4 / 5

Distinctiveness Conflict Risk

Targets a very narrow niche — EF Core reverse-engineering internals — with distinct technical triggers, making conflict with other skills unlikely.

5 / 5

Total

18

/

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
dotnet/efcore
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.