CtrlK
BlogDocsLog inGet started
Tessl Logo

vkc-drizzle-schema-migration

Standardize Drizzle schema/migration/seed workflow for Viet K-Connect. Use when adding or changing DB tables, especially DB-driven visa rulesets and document templates (no hardcoding). (키워드= 드리즐, DB 스키마, 마이그레이션, seed, schema.ts, migrations)

64

Quality

77%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Passed

No known issues

Optimize this skill with Tessl

npx tessl skill review --optimize ./.codex/skills/vkc-drizzle-schema-migration/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

64%

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

This is a concise, well-scoped skill that effectively communicates project-specific conventions for Drizzle schema management. Its main weaknesses are the lack of executable code examples (e.g., a sample table definition for visa rulesets) and the absence of validation/verification steps in the workflow, which is important for database migration operations that can be destructive.

Suggestions

Add a concrete, executable code example showing a sample table definition in schema.ts (e.g., a visa ruleset table with Drizzle syntax) to improve actionability.

Add validation checkpoints to the workflow: e.g., 'Review generated SQL in migrations/ before applying' and 'Verify tables exist after migration with a quick query or introspection step.'

Describe what the referenced `drizzle-rules.md` contains (e.g., 'naming conventions, enum patterns, and seed data examples') so Claude knows when to consult it.

DimensionReasoningScore

Conciseness

The content is lean and efficient. Every section serves a purpose, there's no explanation of what Drizzle is or how migrations work conceptually—it assumes Claude knows these things and focuses only on project-specific conventions and constraints.

3 / 3

Actionability

It provides specific commands (`npm run db:generate`, `npm run db:migrate`, `npm run db:seed`) and file paths, but lacks executable code examples—e.g., no sample table definition in `schema.ts` showing the Drizzle API usage for visa rulesets or doc templates. The guidance is concrete but not copy-paste ready.

2 / 3

Workflow Clarity

Steps are clearly sequenced (update schema → generate → apply → seed), but there are no validation checkpoints or feedback loops. There's no step to verify the migration was generated correctly, no error recovery guidance if `db:migrate` fails, and no verification that the seed data is correct.

2 / 3

Progressive Disclosure

There is a reference to a deeper file (`drizzle-rules.md`), which is good structure. However, no bundle files were provided to verify the reference exists, and the reference is not clearly signaled with a description of what it contains beyond 'Rules & examples.' The skill itself is short enough that the structure is adequate but could benefit from clearer navigation cues.

2 / 3

Total

9

/

12

Passed

Description

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 solid skill description that clearly identifies its niche (Drizzle ORM workflow for a specific project), includes an explicit 'Use when' clause, and provides bilingual trigger keywords. The main weakness is that the specific actions/capabilities could be more granular—it describes the domain well but could enumerate more concrete operations like generating migration files or validating schemas.

Suggestions

Add more concrete action verbs to improve specificity, e.g., 'Generate migration files, define table schemas, create seed scripts, validate schema changes' rather than just 'standardize workflow'.

DimensionReasoningScore

Specificity

Names the domain (Drizzle schema/migration/seed workflow) and mentions some actions (adding or changing DB tables, visa rulesets, document templates), but doesn't list multiple concrete actions like 'create migration files, generate seed data, define table schemas'.

2 / 3

Completeness

Clearly answers both 'what' (standardize Drizzle schema/migration/seed workflow for Viet K-Connect) and 'when' (when adding or changing DB tables, especially DB-driven visa rulesets and document templates). Explicit 'Use when' clause is present.

3 / 3

Trigger Term Quality

Includes strong natural keywords in both English and Korean: 'Drizzle', 'DB tables', 'migration', 'seed', 'schema.ts', '드리즐', 'DB 스키마', '마이그레이션'. Good coverage of terms a user working on this project would naturally use.

3 / 3

Distinctiveness Conflict Risk

Highly specific to a particular project (Viet K-Connect) and a particular ORM (Drizzle) with a clear niche around visa rulesets and document templates. Very unlikely to conflict with other skills.

3 / 3

Total

11

/

12

Passed

Validation

90%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation10 / 11 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

Total

10

/

11

Passed

Repository
LEE-SANG-BOK/VKC-2-
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.