AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Apple Code Review

skill-choshimwy-agentdevelopmentskills-apple-code-review · by ChoshimWy

Apple 平台静态审查 extension。配合共享 code-review 使用,补充 Swift/Objective-C API、并发隔离、availability、文件头、中文文档注释、CocoaPods 本地依赖与 Xcode 验证故事检查;只读,不替代独立 reviewer 门禁或直接修复。

No reviews yet
0 installs
24 views
0.0% view→install

Install

$ agentstack add skill-choshimwy-agentdevelopmentskills-apple-code-review

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-choshimwy-agentdevelopmentskills-apple-code-review)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Apple Code Review? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Apple 代码审查扩展

Purpose

Extend the shared independent review contract with Apple/Swift-specific correctness and verification rules.

When to Use

  • 已选择 Apple 平台且任务涉及 Swift、Objective-C、Xcode 工程或 Apple SDK。
  • 共享 code-review 需要补充 Apple 专属检查。

When Not to Use

  • 非 Apple 项目。
  • 直接实现、构建、测试、运行时调试或性能取证。

Agent Rules

  • 必须与共享 code-review 的独立性、scope、severity 和 evidence 合同组合使用。
  • 检查 Swift concurrency、actor/@MainActor、Sendable、availability 与 fallback。
  • 新增 .swift/.h/.m/.mm 时按同目录规范检查真实用户名和 YYYY/M/D 文件头。
  • public/open 与跨模块 API 必须有中文 ///,说明并发、副作用与失败语义。
  • CocoaPods 私有组件必须修改真实源码并保持主项目本地 :path 验证基线;不得审查 Pods/ 快照代替源码。
  • 最窄定向验证足以覆盖低风险改动时,不得仅因缺少真机/模拟器就判定证据不足。
  • 高风险工程、签名、资源、设备或依赖变更才建议升级 apple-verification
  • API 细节参考 references/api-design.md
  • 若 diff 声称使用 Xcode 官方知识源,检查 packet 为 ready、selected Skill eligible、source/routing/skill hash 可追溯,并确认没有把 Apple 原文提交进仓库。
  • swiftui-guidance 检查 deployment target、active SDK、identity/data flow/soft deprecation;modernization 检查 scene/window ownership;test-modernization 检查语义等价与 XCUI 排除;c-bounds-safety 检查 ABI/count/lifetime;security-hardening 检查逐 target 决策与显式批准。
  • Xcode-exported tool names 不得绕过当前 worktree、codex_verify + shared build-queue、权限或独立 reviewer 合同。

Inputs

共享 review packet,加上 Apple SDK/Xcode/Swift 版本、目标平台、验证基线及可选 official-expertise source packet/hash。

Outputs

只向共享 reviewer 返回 status、Apple-specific findings、影响范围、验证/知识源缺口与 next_action;最终 阻塞问题 由独立 reviewer 聚合。

Exit Conditions

Apple 专属影响面已检查;未伪造运行时证据;所有 finding 可追溯到 diff 或已知合同。

Escalation Rules

  • API/availability 事实不确定时交给 apple-docs
  • 需要修改代码或 Build Settings 时退回 ios-feature-implementation / xcode-build,reviewer 不直接修复。
  • 缺少 ready expertise packet 时报告证据缺口,不从第三方镜像补齐。

Token Budget

  • 不粘贴完整导出 Skill、构建日志或全量工程设置。
  • 只返回与 diff 直接相关的 finding、source/hash 证据和最小验证缺口。

Relationship to Other Skills

  • 与共享 code-review 组合使用,不替代独立 reviewer。
  • 官方知识源由 apple-orchestration 检查并路由;实现、配置、自动化和验证分别由既有 canonical Skill 承担。

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.