.agents/skills/create-pr/SKILL.md
Create a pull request using the repository template and current branch changes
npx skillsauth add automattic/pocket-casts-ios create-prInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Verify the project compiles — Build the project and confirm it succeeds with no errors. Do NOT proceed if the build fails; fix any issues first.
Gather context — Run git diff trunk...HEAD and git log trunk..HEAD --oneline to understand all changes included in the PR.
Create the PR using gh pr create with the body template from .github/PULL_REQUEST_TEMPLATE.md.
Fill in the template sections based on the actual changes:
PCIOS- and project number. Otherwise ask the user.Submit the PR without asking for confirmation.
development
Expert guidance for Dynamic Type support for Pocket Casts iOS development with Swift, UIKit, and SwiftUI. Use this skill when the user asks about Dynamic Type, content size categories, accessibility text size, font scaling, or making text/UI elements respond to the user's preferred text size (e.g., using preferredContentSizeCategory, adjustsFontForContentSizeCategory, UIFontMetrics, or related APIs in SwiftUI and UIKit).
development
Adds a feature flag and fences off code with it
development
Cross-platform codebase exploration for Pocket Casts. Use when asked about Web, iOS, or Android implementation of a feature, or when comparing implementations across platforms.
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.