swift-03-review

Analyze changed Swift/SwiftUI files and generate a Fix Checklist with line references.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tak-bro/claude-code --skill swift-03-review
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: swift-03-review
Source: https://github.com/tak-bro/claude-code/tree/main/skills/swift-03-review
Command: npx skills add https://github.com/tak-bro/claude-code --skill swift-03-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly identify and document critical issues in iOS/Swift code during reviews, generating a structured Fix Checklist for the next development phase.

Core Features & Use Cases

  • Analyze only changed Swift/SwiftUI files to surface critical issues.
  • Produce concrete code-change suggestions, line references, and short rationale for remediation.
  • Use in PR workflows to guide fixes and validation tasks before shipping.

Quick Start

Run swift-03-review against the current commit to obtain the Fix Checklist for the next phase.

Frequently Asked Questions about swift-03-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a fix checklist for Swift code review?▼

To generate a fix checklist for Swift code review, analyze the changed Swift and SwiftUI files to produce file:line references and concrete fix snippets for the next development phase.

Can I do static analysis on only the changed SwiftUI files in a PR?▼

Yes, static analysis can target only the changed SwiftUI files in a PR. It surfaces critical issues by providing deterministic checks focused on the current commit's modified code.

What is the best way to document iOS concurrency issues during code review?▼

The best way to document iOS concurrency issues during code review is to output structured rationale and remediation steps, creating a clear path from plan to ship for iOS projects.

Does the Swift code review process provide concrete code-change suggestions?▼

Yes, the Swift code review process provides concrete code-change suggestions. It outputs short rationale and actionable fix snippets with specific line references for validation tasks.

How do I get actionable fixes for iOS static analysis findings?▼

You get actionable fixes for iOS static analysis findings by running a deterministic review flow that checks changed files and outputs documentation compatible with the next workflow steps.