Add maintenance skill to update SwiftUI API deprecations#29
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9d855079a6
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| # Update SwiftUI APIs | ||
|
|
||
| Systematically scan Apple's developer documentation via the Sosumi MCP, identify deprecated SwiftUI APIs and their modern replacements, and update `swiftui-expert-skill/references/latest-apis.md`. |
There was a problem hiding this comment.
Point maintenance workflow to a real target file
The new skill’s core workflow tells agents to read and update swiftui-expert-skill/references/latest-apis.md, but that file is not present in this commit’s tree, so the process cannot run as documented and the first step fails immediately for anyone invoking the skill. Because this commit’s stated purpose is to automate API deprecation refreshes, the missing target file blocks the primary maintenance path; either add latest-apis.md in this change or update the workflow/docs to target an existing reference file.
Useful? React with 👍 / 👎.
Adds a cross-IDE agent skill at .agents/skills/update-swiftui-apis/ that uses the Sosumi MCP to systematically scan Apple's documentation for deprecated SwiftUI APIs and update the latest-apis.md reference. Includes a categorized scan manifest covering navigation, appearance, state management, gestures, animations, tabs, accessibility, Liquid Glass, and WWDC session paths.
9d85507 to
4cbd9e0
Compare
Summary
.agents/skills/update-swiftui-apis/that codifies the workflow from PR Add version-segmented deprecated API guide (latest-apis.md) #28 into a reusable agent skilllatest-apis.mdreferences/scan-manifest.md) with categorized API areas, documentation paths, search queries, and WWDC session pathsAGENTS.md,CONTRIBUTING.md, andREADME.mdto reference the new skillWhat this skill does
Uses the Sosumi MCP to systematically:
swiftui-expert-skill/references/latest-apis.mdin the established formatWhy
.agents/skills/instead of.cursor/skills/The
.agents/skills/directory is tool-agnostic. Combined with the reference inAGENTS.md, the skill is discoverable by all major AI coding tools without IDE-specific configuration.Test plan
nameanddescriptionlatest-apis.md