CtrlK
BlogDocsLog inGet started
Tessl Logo

cloudbase-document-database-in-wechat-miniprogram

Use CloudBase document database WeChat MiniProgram SDK to query, create, update, and delete data. Supports complex queries, pagination, aggregation, and geolocation queries.

58

Quality

68%

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/cloudbase-document-database-in-wechat-miniprogram/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

65%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 well-structured as a concise overview with executable snippets and clear routing, but it is undermined by missing bundle reference files and absent validation feedback loops for destructive database operations.

Suggestions

Ship the referenced detail files (crud-operations.md, complex-queries.md, pagination.md, aggregation.md, geolocation.md, security-rules.md) in the bundle so quick-routing links resolve.

Add explicit validation/retry checkpoints for destructive operations, e.g. verify document existence and permissions before update/delete and re-check after write.

De-duplicate the capability list between the Activation Contract and Overview to tighten the token budget.

DimensionReasoningScore

Conciseness

The body is largely lean and assumes Claude's competence, though the Overview section repeats the capability list already covered by the Activation Contract and description — minor trimmable redundancy.

4 / 5

Actionability

Executable code for initialization, basic collection access, and doc references is provided, and the working rules are concrete; the main gaps (full CRUD/query/aggregation detail) are deferred to reference files.

4 / 5

Workflow Clarity

A minimal checklist and routing contract give a rough sequence, but destructive database operations (update, delete) lack validate-then-retry feedback loops, which the rubric caps at 3.

3 / 5

Progressive Disclosure

The overview-plus-quick-routing pattern is well-signaled and one level deep, but the referenced files (crud-operations.md, complex-queries.md, pagination.md, aggregation.md, geolocation.md, security-rules.md) are absent from the bundle, breaking navigation.

3 / 5

Total

14

/

20

Passed

Description

71%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 specific and clearly scoped to the Mini Program CloudBase document database, listing concrete CRUD and query capabilities. Its main weakness is the missing explicit "Use when..." trigger clause, which caps completeness.

Suggestions

Append an explicit trigger clause, e.g. "Use when a WeChat Mini Program must read or write CloudBase document data via wx.cloud.database()."

Add common natural variants ("Mini Program", "wx.cloud.database", "collection CRUD") to broaden trigger-term coverage.

Clarify the boundary against the sibling Web SDK skill in the description itself to further reduce conflict risk.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "query, create, update, and delete data" plus "complex queries, pagination, aggregation, and geolocation queries" — giving comprehensive coverage of the SDK's capabilities.

5 / 5

Completeness

The "what" is clearly stated, but there is no "Use when..." clause or equivalent explicit trigger guidance, which per the rubric caps completeness at 3.

3 / 5

Trigger Term Quality

Natural domain terms (CloudBase document database, WeChat MiniProgram, pagination, aggregation, geolocation) match what users say, though a few common variants ("Mini Program" spaced form, "wx.cloud.database") are absent.

4 / 5

Distinctiveness Conflict Risk

The "WeChat MiniProgram SDK" niche is distinct from server/cloud-function and relational work, with only minor overlap risk against the sibling Web SDK skill.

4 / 5

Total

16

/

20

Passed

Validation

93%

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

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

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

Warning

Total

15

/

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.