Use when auditing CloudBase cloud API wrappers, MCP tools, generated action metadata, or related docs for outdated or incorrect action names, parameters, casing, request shapes, or missing contract tests, especially during periodic quality review or before preparing corrective PRs.
62
73%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/api-contract-review/SKILL.mdReview CloudBase cloud API integrations for contract correctness before the repository ships stale, guessed, or undocumented behavior.
Use this skill when you need to:
Do NOT use for:
references/review-checklist.md first.mcp/src/tools/*Before judging any implementation, you must read the relevant official documentation first.
Required entry points:
https://cloud.tencent.com/document/product/876/34809https://cloud.tencent.com/document/product/876/34808https://docs.cloudbase.net/api-reference/manager/node/introductionVerify the documented contract, not your memory:
If the docs do not clearly support the action, parameter, or behavior, treat the implementation as unverified and stop short of guessing.
Some parameters are internal to Tencent Cloud and not publicly documented. These parameters are valid but will not appear in the official API documentation.
Known internal parameters:
EnvTypes in DescribeEnvs — filters environments by type (e.g., ["weda", "baas"]). This parameter is not in the public documentation but is accepted by the backend.When you encounter a parameter that:
Mark it as an internal parameter in your review report, not as a contract bug.
Some parameters are internal to Tencent Cloud and not publicly documented. These parameters are valid but will not appear in the official API documentation.
Known internal parameters:
EnvTypes in DescribeEnvs — filters environments by type (e.g., ["weda", "baas"]). This parameter is not in the public documentation but is accepted by the backend.When you encounter a parameter that:
Mark it as an internal parameter in your review report, not as a contract bug.
codebase-audit. Route open-PR repair work to pr-review-fix after the contract finding is confirmed.| Task | Read |
|---|---|
| Review CloudBase API contract correctness | references/review-checklist.md |
| Run a broad code audit after contract review | codebase-audit |
| Repair an already-open PR after confirming the contract fix | pr-review-fix |
mcp/src/tools for CloudBase API actions whose parameter casing or nesting no longer matches the official docs.3dcff8b
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.