一键导入
framework
Use when touching config, retry, or HTTP layer – Config, RetryOptions, RetryInterceptor, CSHttpConnection, connection/request flow, and error handling
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when touching config, retry, or HTTP layer – Config, RetryOptions, RetryInterceptor, CSHttpConnection, connection/request flow, and error handling
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use for Maven lifecycle, CI, JaCoCo, and branch expectations in contentstack-java.
Use when reviewing PRs for contentstack-java—API compatibility, tests, Maven, and security.
Use for the Java Content Delivery API—Stack, Entry, Query, sync, and HTTP/callback patterns.
Use for Java package layout, language level (8), and project conventions in contentstack-java.
Use for JUnit tests, integration (*IT) tests, fixtures, and credentials handling in contentstack-java.
| name | framework |
| description | Use when touching config, retry, or HTTP layer – Config, RetryOptions, RetryInterceptor, CSHttpConnection, connection/request flow, and error handling |
Use this skill when changing configuration, retry behavior, or the HTTP connection layer.
cdn.contentstack.io), version (default v3), scheme, endpoint, region (ContentstackRegion), branch, live preview settings, proxy, connection pool, RetryOptions, management/preview tokens, early access, plugins, releaseId, previewTimestamp.setHost, setRetryOptions). Preserve default values where existing behavior depends on them.src/main/java/com/contentstack/sdk/Config.java.RetryOptions. Ensure the interceptor is attached to the client used for CDA requests and that it respects the configured options.CustomBackoffStrategy and RetryOptions.BackoffStrategy exist for extensibility; keep custom strategies consistent with the documented behavior.RetryOptions.java, RetryInterceptor.java, CustomBackoffStrategy.java.CSHttpConnection.java, APIService.java, Constants.java, IRequestModelHTTP / IURLRequestHTTP.Error.java, and callback interfaces that receive errors.Config.java, Config.ContentstackRegionRetryOptions.java, RetryOptions.BackoffStrategy, RetryInterceptor.java, CustomBackoffStrategy.javaCSHttpConnection.java, APIService.java, CSConnectionRequest.java, Constants.javaError.java, ResultCallBack, and related callback types