.agents/skills/apple-review/SKILL.md
Apple 플랫폼 관점의 코드·PR 리뷰를 수행합니다. Swift/SwiftUI/UIKit/AppKit 코드의 정확성, API 사용, 빌드 위험, 테스트 누락을 점검할 때 사용합니다.
npx skillsauth add oozoofrog/codex-skills-project apple-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
원본 apple-review의 Codex 버전입니다. 일반적인 스타일 리뷰가 아니라 Apple 생태계 특화 검토에 초점을 둡니다.
apple-craft 또는 apple-harnesscritical / warning / info와 근거 파일을 함께 보고한다.../apple-craft/references/common-mistakes.md../apple-craft/references/code-style.md../../../docs/evaluator-output-contract.mdscripts/format_apple_review.pyschemas/report.schema.jsoncritical / warning / info로 분류한다.../../../docs/review-harness.mdpass면 findings 없음으로 종료, warning이면 수정 제안, critical이면 block finding으로 반환하고 구현 스킬에 수정을 요구한다# Apple Review Report## Summary## Findings
[CRITICAL], [WARNING], [INFO]## Verification / Remaining risks## Machine summarydeterministic formatter를 사용할 때는 아래 형식을 권장합니다.
python3 .agents/skills/apple-review/scripts/format_apple_review.py --input findings.json
tools
Codex 플러그인/스킬 저장소를 감사하고 개선합니다. `.codex-plugin/plugin.json`, `.agents/plugins/marketplace.json`, `.agents/skills`, `.codex/agents`, legacy Claude 산출물을 점검할 때 사용합니다.
tools
macOS 앱/CLI 릴리스 작업을 자동화하거나 가이드합니다. 버전 범프, Release 빌드, DMG/ZIP, GitHub Release, Homebrew 배포가 필요할 때 사용합니다.
development
Karpathy의 LLM Wiki 아이디어를 바탕으로 raw source와 LLM-maintained wiki를 분리한 지속형 지식 베이스를 설계·부트스트랩합니다. markdown/git 기반의 범용 구조, `AGENTS.md` 운영 규칙, ingest/query/lint 워크플로우, Obsidian 같은 선택적 어댑터 분리가 필요할 때 사용합니다.
tools
별도 Codex CLI 실행을 위임합니다. 사용자가 명시적으로 다른 Codex 인스턴스 실행, 세컨드 오피니언, 격리된 full-auto 실행을 원할 때만 사용합니다.