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

77%

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

67%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 well-structured, actionable skill body with clean executable examples and clear routing, weakened mainly by redundant routing sections that repeat the same guidance. The init pattern is unambiguous and the sibling-skill navigation is clearly signaled.

Suggestions

Consolidate the duplicate routing guidance: the PostgreSQL routing appears in both 'Minimal checklist' (line 54) and 'Quick routing' (lines 105-108) — keep it in one place.

Merge the overlapping 'Use this first when' and 'Use this skill when' sections, which restate the same activation conditions.

Add error handling to the insert/update/delete example to match the query example, since database write operations benefit from explicit failure feedback.

DimensionReasoningScore

Conciseness

Mostly efficient with clean code blocks, but routing guidance is duplicated across 'Activation Contract', 'Minimal checklist', and 'Quick routing' (PostgreSQL routing repeated at lines 54 and 105-108), which could be consolidated.

3 / 5

Actionability

Provides copy-paste ready init, query, and insert/update/delete code plus an install command, but the insert/update/delete examples lack error handling and auth handling is only vaguely stated as 'Handle login separately'.

4 / 5

Workflow Clarity

The Minimal checklist gives a clear ordered sequence (confirm frontend, keep shared clients, route correctly, handle auth before data) with minor validation gaps appropriate to a simple init-pattern skill.

4 / 5

Progressive Disclosure

Well-organized into clearly labeled sections with one-level-deep sibling-skill references signaled via relative paths; no bundle files exist, and the focused single-file content is appropriately placed.

4 / 5

Total

15

/

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 strong, specific description that clearly states what the skill does and when to use it, with concrete trigger terms and good distinctiveness from sibling skills. The deprecation notice adds useful routing guidance without obscuring the trigger.

DimensionReasoningScore

Specificity

Names the domain (frontend Web apps, CloudBase Relational Database via @cloudbase/js-sdk) and concrete actions (canonical init pattern, Supabase-style queries from the browser), with only minor coverage gaps.

4 / 5

Completeness

Explicitly answers both 'what' (provides the canonical init pattern so you can use Supabase-style queries from the browser) and 'when' (Use when building frontend Web apps that talk to CloudBase Relational Database) with concrete trigger phrases.

5 / 5

Trigger Term Quality

Includes natural terms users would say ('building frontend Web apps', 'CloudBase Relational Database', 'Supabase-style queries', '@cloudbase/js-sdk') but is missing some common synonyms or variations.

4 / 5

Distinctiveness Conflict Risk

Clear niche (browser-side init via @cloudbase/js-sdk) with explicit routing away from MCP management and PostgreSQL, minimizing conflict risk with sibling skills.

5 / 5

Total

18

/

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.