code-review

Analyzes Swift/iOS code changes for bugs, design flaws, and risk.

8|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/ChoshimWy/iOSAgentSkills --skill code-review-choshimwy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/ChoshimWy/iOSAgentSkills/tree/main/skills/code-review
Command: npx skills add https://github.com/ChoshimWy/iOSAgentSkills --skill code-review-choshimwy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill enables teams to perform focused, static analysis of Swift/iOS changes to uncover bugs, design flaws, and risk before code integration.

Core Features & Use Cases

  • Prioritized findings by severity and bound to specific files and lines.
  • Guidance on public API design and consistency with Swift API Design Guidelines.
  • Suitable for PR reviews, pre-merge checks, and SDK maintenance to ensure quality and safety.

Quick Start

Provide the code changes or diff and I will return a deterministic static review with actionable findings.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform static code review on Swift iOS PR diffs?

Static code review for Swift iOS PR diffs analyzes code changes to uncover bugs, design flaws, and risks before integration. It provides prioritized findings bound to specific files and lines, generating a deterministic formatted report suitable for PR reviews.

Can I audit public API design consistency for an iOS SDK?

Yes, you can audit public API design for an iOS SDK by evaluating changes against the Swift API Design Guidelines. The review checks for consistency and design flaws, ensuring quality and safety during SDK maintenance.

What is static analysis for pre-merge Swift code changes?

Static analysis for pre-merge Swift changes is a focused review mechanism that identifies potential bugs and risks using static evidence. It prioritizes findings by severity and requires concrete file and line references to ensure code integration safety.

How do I get actionable findings from an iOS code review?

To get actionable findings from an iOS code review, provide the code changes or diffs. The analysis returns a deterministic static review with prioritized, actionable findings bound to specific files and lines for immediate resolution.

Does this code review tool work with Swift API Design Guidelines?

Yes, the code review tool works directly with Swift API Design Guidelines to evaluate public API design. It provides targeted guidance on API consistency and identifies design flaws during static analysis.

What are the limitations of static code analysis for iOS?

Static code analysis for iOS relies strictly on static evidence within the provided diffs and does not execute runtime behavior. It focuses on prioritizing bugs and design flaws by severity but cannot detect dynamic runtime issues absent from the code changes.