一键导入
swift-networking-patterns
HTTP client architecture and API patterns using native Swift networking.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
HTTP client architecture and API patterns using native Swift networking.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Backend testing patterns — API request construction, response verification, database state checks, error handling testing, and adaptive tool detection.
Frontend testing patterns using Playwright — navigation, interaction, assertions, screenshots on failure, and common UI testing scenarios.
Test report format with QA-XXX issue IDs compatible with code-review plugin. Defines report structure, severity levels, issue format with canonical fields, and detailed results.
Test plan structure, naming conventions, edge case generation rules, and file saving conventions for QA test plans.
Enforces AppVerk Swift coding standards across all code.
Structured concurrency and thread safety patterns in modern Swift.
| name | swift-networking-patterns |
| description | HTTP client architecture and API patterns using native Swift networking. |
| activation | Load when building network layers or API clients in Swift |
HTTP client architecture and API patterns using native Swift networking.
URLSession.shared.data(from:) or custom URLSession instances.Codable. Never use JSONSerialization for model mapping.Error types conforming to LocalizedError for user-facing messages.UserServiceProtocol).URLSession.Task cancellation to URLSession via cancellation tokens.withTaskCancellationHandler for custom cancellation cleanup.