一键导入
api-consumption-contract
Verify and document how the user-facing surface consumes the agreed backend/API contract.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verify and document how the user-facing surface consumes the agreed backend/API contract.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Convert source notes into claim-level evidence with confidence and limitations.
Verify source traceability, artifact completeness, and citation correctness before citation_qa gate.
Write an evidence-backed final research report from sources and the evidence matrix.
Review research method quality, source diversity, bias, and conclusion strength.
Convert a broad research request into subquestions, assumptions, and source criteria.
Design and execute a multi-round SearxNG/arXiv search strategy.
| name | API Consumption Contract |
| description | Verify and document how the user-facing surface consumes the agreed backend/API contract. |
| when-to-use | Use before frontend implementation and during integration with a backend/API/service. |
| user-invocable | false |
| context | inline |
Use this skill to keep frontend work from drifting into direct-file, mock-only, or independent behavior.
Required contract artifacts:
INTERFACE_CONTRACT.md before implementation when it exists.<project_root>/INTERFACE_CONTRACT.md.FRONTEND_PLAN.md aligned with the contract.Frontend consumption checklist:
Data loading
Data mutation
Rendering
Integration evidence
INTEGRATION_REPORT.md.Boundaries