API Development Workflow

intermediate

Complete API lifecycle from design to testing with GraphQL support.

Architecture

API Design Review Skill
Defines API schema, endpoints, and contracts following best practices
77/100
GraphQL MCP
Connects to GraphQL APIs for schema introspection and query execution
79/100
Test Writer Skill
Generates unit and integration tests for API endpoints and resolvers
78/100

Expected Output

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