api-contract-review
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.
npx skills add TencentCloudBase/CloudBase-AI-Toolkit --skill api-contract-review --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# API Contract Review Review CloudBase cloud API integrations for contract correctness before the repository ships stale, guessed, or undocumented behavior. ## When to use this skill Use this skill when you need to: - Review CloudBase cloud API wrappers or MCP tools for outdated or incorrect action or interface names - Check whether request parameters, casing, nesting, or request shape drifted away from documentation - Audit whether a CloudBase API change is backed by the right contract tests - Run a periodic API correctness review before opening corrective PRs - Separate confirmed contract bugs from vague "maybe this API changed" speculation **Do NOT use for:** - General code smell review without a contract-correctness question - Regular SDK usage that does not touch CloudBase control-plane or documented API contracts - Guessing undocumented behavior from naming intuition - Shipping a fix when the documentation still does not support the proposed action or parameter shape ## Workflow ### Phase 1 — Scope and evidence 1. Read `references/review-checklist.md` first. 2. Identify the review surface: - `mcp/src/tools/*` - related tests - generated action metadata - user-facing docs that
- When to use this skill
- Workflow
- Phase 1 — Scope and evidence
- Phase 2 — Documentation-first verification
- Internal parameters
- Phase 3 — Repository cross-check
- Phase 4 — Escalation and follow-through
- Routing
- Evaluation prompts
- Should-trigger
- Should-not-trigger
- Minimum self-check
What does the api-contract-review skill do?
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.
How do I install it?
Run `npx skills add TencentCloudBase/CloudBase-AI-Toolkit --skill api-contract-review --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From TencentCloudBase/CloudBase-AI-Toolkit, a repository with 1,066 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
