apidog-workflow-api-lifecycle
Installation
SKILL.md
API Lifecycle Workflow
Before starting, read
../apidog-cli/SKILL.md. If the stable entry skill conflicts with this workflow, use current CLI help and this workflow as the source of truth. Readapidog-branch,apidog-import-export, andapidog-test-caseas needed. For complex test flows, readapidog-test-scenario; for execution and CI, readapidog-test-automation.
Use current CLI help for endpoint, schema, environment, test-report, and related commands. This workflow covers end-to-end delivery from requirements to API assets, tests, reports, and branch merge. Focus on resource order, quality gates, and delivery verification. Agents should build a help/schema -> get -> validate -> write -> run/report loop instead of writing from old docs or memory.
When To Use
- Create or update a set of APIs from requirements.
- Import OpenAPI/Postman and then organize APIs, schemas, folders, and tests.
- Generate an API spec from code, PRDs, requirement documents, test documents, or discussions and import it into Apidog.
- Add mocks, test cases, documentation, and publishing settings to APIs.
- Complete API changes on an AI branch and prepare for merge.