sdk-release
Installation
SKILL.md
SDK Release
Overview
Use this skill to turn a release diff into a release-readiness report for the iOS team. Treat an explicit request to use this skill by name, through a slash command, or through the host's skill UI as permission to delegate to subagents or parallel reviewers when the host supports that capability, because deep parallel analysis is part of this skill's contract.
If the host does not support explicit subagents, keep the same decomposition and run the review passes sequentially. State that limitation in the report instead of silently collapsing the workflow.
Portability
Keep this skill portable across Codex, Cursor, and Claude:
- keep
SKILL.mdas the source of truth for workflow instructions - use generic terms such as
subagent,parallel reviewer, anddelegated passinstead of host-specific tool names - treat literal invocation strings such as
$sdk-releaseas host-specific examples rather than universal syntax - treat
agents/openai.yamlas optional Codex UI metadata, not as required instructions - do not move core workflow guidance into
AGENTS.md, Cursor rules, orCLAUDE.md; those are host-specific memory layers, not the skill contract