- •Start/target Flask web service.
- •Check
/healthand required dependency fields. - •Trigger
/api/generatewith safe mock payload. - •Poll
/api/status/<job_id>until completion/failure threshold. - •Report status transitions and payload schema conformance.
web-smoke
通过轻量级的端到端检查,验证 Flask Web 运行时在健康端点与生成端点的行为。
SKILL.md
--- frontmattername: web-smoke description: Validate Flask web runtime behavior for health and generation endpoints with lightweight end-to-end checks.