yigitkonur

SwiftUI Review — Security skill for Claude Code

Security community

Audit a SwiftUI file (or the current diff) for deprecated APIs and non-idiomatic usage, grounded in real macOS apps.

How to install SwiftUI Review

Installs to ~/.claude/skills/yigitkonur-plugin-swiftui-swiftui-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yigitkonur-plugin-swiftui-swiftui-review && curl -fsSL https://raw.githubusercontent.com/yigitkonur/plugin-swiftui/HEAD/commands/swiftui-review.md -o ~/.claude/skills/yigitkonur-plugin-swiftui-swiftui-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What SwiftUI Review does


description: Audit a SwiftUI file (or the current diff) for deprecated APIs and non-idiomatic usage, grounded in real macOS apps. argument-hint: "[path/to/File.swift] (defaults to changed Swift files)"

This file is instructions for *you* to run — there is no pre-computed output to wait for, and nothing here is broken.

**Do this now**, via the Bash tool (`swiftui-ctx` is a bundled command on your PATH; if it isn't, use `"$CLAUDE_PLUGIN_ROOT/scripts/swiftui-ctx"`):

  1. `swiftui-ctx depre

Alternatives in Security

  • Cve MCP Server — Production-grade MCP server giving Claude 27 security intelligence tools across 21 APIs — CVE lookup, EPSS sco 1.2k ★
  • Promptmap — Security scanner for custom LLM apps 1.2k ★
  • Engage.Cvediff — Find the canonical fix commit(s) for a CVE across sources, then diff for root cause 348 ★

Full documentation available on GitHub

View Source Repository