CldKit
ホーム探すRECIPES送信CLIAI キュレーターログイン
ログイン
CldKit
探すRecipes送信CLI·概要プライバシー利用規約

AI 開発者のために構築。すべての components をレビュー。

© 2026 CldKit

言語
ホーム>Recipes>API Development Workflow

API Development Workflow

intermediate

Complete API lifecycle from design to testing with GraphQL support.

アーキテクチャ

API Design Review Skill
Defines API schema, endpoints, and contracts following best practices
77/100
ls /workspace
GraphQL MCP
Connects to GraphQL APIs for schema introspection and query execution
79/100
npx mcp-graphql
Test Writer Skill
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

すべてインストール

ls /workspace
npx mcp-graphql
ls /workspace

難易度

intermediate

Components

3

作成日

Mar 25, 2026

シーン

code
api