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 ./config/.claude/skills/relational-database-web-cloudbase/SKILL.md

The canonical home for this skill is relational-database-web-cloudbase in TencentCloudBase/CloudBase-AI-Toolkit

SKILL.md
Quality
Evals
Security

Quality

Content

80%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 a tight, actionable single-purpose skill with executable examples and clean structure. Its main weakness is the absence of an explicit validation/verification step in the database workflow, plus minor redundant routing text.

Suggestions

Add a verification checkpoint after canonical init (e.g., confirm auth resolved and `app.rdb()` returns a non-null client before issuing queries) to lift workflow clarity.

Dedupe the PostgreSQL routing trigger list — state it once in the checklist or 'Quick routing' and reference it from the other, rather than repeating the full token list.

Move the deprecated/redirect note into a short 'Deprecated' callout so the primary activation guidance reads cleanly.

DimensionReasoningScore

Conciseness

Lean and direct with no concept over-explanation, but the PostgreSQL routing trigger list is repeated verbatim across 'Minimal checklist' and 'Quick routing', which could be tightened.

4 / 5

Actionability

Fully executable, copy-paste-ready code covering init, shared client, and Supabase-style select/insert/update/delete, plus the install command.

5 / 5

Workflow Clarity

Routing and init rules are clearly sequenced, but the database init-to-query flow has no explicit validation/verification checkpoint, which caps workflow clarity per the rubric's database-operation guidance.

3 / 5

Progressive Disclosure

Well under 130 lines, cleanly sectioned, with one-level-deep sibling-skill references via clear local relative paths and no bundle files needed at this size.

5 / 5

Total

17

/

20

Passed

Description

75%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 clearly scopes a distinct niche with concrete actions and natural trigger terms, using correct third-person voice. The deprecated redirect adds a little noise but does not undermine clarity.

DimensionReasoningScore

Specificity

Names the domain and several concrete actions (canonical init pattern, Supabase-style queries from the browser) with only minor coverage gaps.

4 / 5

Completeness

Explicitly answers both 'what' (provides canonical init pattern for Supabase-style queries) and 'when' ('Use when building frontend Web apps that talk to CloudBase...').

4 / 5

Trigger Term Quality

Strong natural keyword set ('frontend Web apps', 'CloudBase Relational Database', '@cloudbase/js-sdk', 'Supabase-style queries', 'browser') a user would actually say, with a few synonyms missing.

4 / 5

Distinctiveness Conflict Risk

Scoped to browser-side frontend via a specific SDK with explicit routing away from PostgreSQL/MCP siblings, leaving only minor overlap risk.

4 / 5

Total

16

/

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.