From ios
Analyzes iOS code for quality, performance, security, and architecture. Supports code review, checklist generation, quality scoring, and PR review formats.
How this command is triggered — by the user, by Claude, or both
Slash command
/ios:analyze [target] [--focus performance|security] [--review] [--score]This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /ios:analyze - iOS Code Analysis & Review Analyze `$ARGUMENTS` for performance, architecture, security, quality, and code review. ## Arguments | Flag | Values | Default | Description | |------|--------|---------|-------------| | `--focus` | performance\|security\|architecture\|quality | quality | Analysis focus | | `--review` | - | - | Code review mode | | `--checklist` | - | - | Generate review checklist | | `--score` | - | - | Include quality score (0-100) | | `--pr` | - | - | PR review format | | `--instruments` | - | - | Include Instruments recommendations | | `--export` | `<path>`...
Analyze $ARGUMENTS for performance, architecture, security, quality, and code review.
| Flag | Values | Default | Description |
|---|---|---|---|
--focus | performance|security|architecture|quality | quality | Analysis focus |
--review | - | - | Code review mode |
--checklist | - | - | Generate review checklist |
--score | - | - | Include quality score (0-100) |
--pr | - | - | PR review format |
--instruments | - | - | Include Instruments recommendations |
--export | <path> | - | Export results |
| Mode | Output |
|---|---|
| Default | Deep analysis with findings |
--review | Code review with suggestions |
--checklist | Structured checklist output |
--score | Numeric quality assessment |
--pr | PR approve/request changes format |
@Observable over ObservableObjectLazyVStack for lists# Quality Score: 85/100
| Category | Score | Details |
|----------|-------|---------|
| Architecture | 90 | Clean separation |
| Performance | 80 | Minor optimizations |
| Security | 85 | Good practices |
| Maintainability | 85 | Clear code |
/ios:analyze . --focus security --export report.md
/ios:analyze ProductList.swift --focus performance --instruments
/ios:analyze . --review --checklist --score
/ios:analyze feature-branch --review --pr
/ios:analyze Services/ --focus architecture
# Analysis: [Target]
## Summary: Files | Issues | Severity
## Findings: File | Issue | Severity | Category
## Quality Score: [If --score]
## Action Items: Prioritized fixes
/analyzeAnalyzes project code across quality, security, performance, and architecture domains, producing severity-rated findings, actionable recommendations, metrics, and reports.
/analyzeAnalyzes repository code health via complexity metrics, git churn, and test coverage. Generates report with overview, critical issues, warnings, recommendations.
/analyzeGuides through an interactive analysis of marketing campaign performance, collecting scope, period, type, and metrics focus to produce insights and recommendations.
/analyzeScans codebase for features, components, APIs, and models; interviews user for business context; generates and saves product inventory and architecture reports to .pm/.
/analyzeAnalyzes Rails codebase or directory for layered architecture adherence, mapping layers, assessing services, detecting model violations, god objects, and abstraction opportunities.
/analyzeAnalyzes a WebGPU Inspector capture for performance and correctness issues, producing a prioritized list of findings with severity, explanation, and concrete fixes.
npx claudepluginhub carolanelfbv/ios-development-agents --plugin ios