CtrlK
BlogDocsLog inGet started
Tessl Logo

relational-database-web-cloudbase

[Deprecated] Use when building frontend Web apps that talk to CloudBase Relational Database via @cloudbase/js-sdk – provides the canonical init pattern so you can then use Supabase-style queries from the browser. New environments should use PostgreSQL with app.rdb() — see postgresql-development skill instead.

64

Quality

78%

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

Fix and improve this skill with Tessl

tessl review fix ./plugin/cloudbase/skills/relational-database-web-cloudbase/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

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

The body is actionable and well-structured with executable examples covering the common cases. Its main weakness is redundancy between the init example and the duplicated routing sections, which inflates the token budget without adding value.

Suggestions

Remove the 'Example: shared frontend DB client' block or fold it into 'Canonical initialization', since it duplicates the same init code.

Consolidate the 'Activation Contract' routing and the 'Quick routing' section into one routing block to avoid stating the same 'use X instead when' guidance twice.

Trim the 'Key principle' section, which restates points already made in 'Initialization rules' and the routing guidance.

DimensionReasoningScore

Conciseness

Mostly efficient but contains notable redundancy — the 'Canonical initialization' and 'Example: shared frontend DB client' code blocks are near-identical, and the 'Quick routing' section repeats routing already given in the 'Activation Contract'. It could be tightened.

3 / 5

Actionability

Fully executable, copy-paste-ready code covers installation, canonical init, and the common CRUD query cases (select, insert, update, delete) with concrete syntax.

5 / 5

Workflow Clarity

A clear 'Minimal checklist' sequences the steps (confirm web frontend, one shared app/db client, route provisioning, handle auth separately), and the simple non-destructive nature does not demand validation checkpoints; minor gaps only.

4 / 5

Progressive Disclosure

Well-organized with clear section headers and self-contained content appropriate for a single-purpose skill with no external references needed; the duplicated routing sections are a minor organization gap.

4 / 5

Total

16

/

20

Passed

Description

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

The description is strong overall: it explicitly states both what the skill does and when to use it, with concrete trigger terms and clear deprecation/routing guidance. It is slightly limited in breadth of named capabilities.

DimensionReasoningScore

Specificity

Names the domain and two concrete actions ('provides the canonical init pattern', 'use Supabase-style queries from the browser') but coverage is not comprehensive — it stops at init + query usage without naming other capabilities.

3 / 5

Completeness

Explicitly answers both what ('provides the canonical init pattern', 'Supabase-style queries') and when ('Use when building frontend Web apps that talk to CloudBase Relational Database via @cloudbase/js-sdk') with concrete trigger phrases.

5 / 5

Trigger Term Quality

Good coverage of natural and technical terms users would say ('frontend Web apps', 'CloudBase Relational Database', '@cloudbase/js-sdk', 'Supabase-style queries', 'browser'), with only minor natural synonyms missing.

4 / 5

Distinctiveness Conflict Risk

A clear niche (browser-side CloudBase RDB init) with explicit boundary guidance directing PostgreSQL work elsewhere, minimizing conflict with sibling skills.

5 / 5

Total

17

/

20

Passed

Validation

87%

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

Validation14 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

metadata_version

'metadata.version' is missing

Warning

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

14

/

16

Passed

Repository
TencentCloudBase/CloudBase-AI-Toolkit
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.