CldKit
首页浏览RECIPES提交CLIAI 策展助手登录
登录
CldKit
浏览Recipes提交CLI·关于隐私条款

为 AI 开发者构建。每个 components 都经过审查。

© 2026 CldKit

语言
>>API Development Workflow

API Development Workflow

intermediate

Complete API lifecycle from design to testing with GraphQL support.

架构

Defines API schema, endpoints, and contracts following best practices
77/100
ls /workspace
Connects to GraphQL APIs for schema introspection and query execution
79/100
npx mcp-graphql
Generates unit and integration tests for API endpoints and resolvers
78/100
ls /workspace

预期输出

API Development Report Schema: 8 types, 12 queries, 6 mutations defined Resolvers: 18 implemented, 0 missing Tests: 34 unit + 12 integration tests generated Coverage: 91% of resolvers tested -> API ready for staging deployment

相关 Recipes

Full-Stack Testing Suite

INTERMEDIATE

Complete testing pipeline with unit tests, E2E browser tests, and TDD workflow.

codetesting

3 个 components

Visual Technical Briefing

INTERMEDIATE

Create architecture diagrams, editable whiteboards, and browser-ready briefing decks.

docsdesigncode

4 个 components

Sprint Planning Sync

BEGINNER

Plan a sprint from Linear backlog, GitHub reality, team calendar, and Slack availability.

workflowcode

4 个 components

首页
Recipes
API Design Review Skill
GraphQL MCP
Test Writer Skill

全部安装

ls /workspace
npx mcp-graphql
ls /workspace

难度

intermediate

Components

3

创建时间

Mar 25, 2026

场景

code
api