.agents/skills/app-automation/SKILL.md
baepsae 기반으로 iOS Simulator와 macOS 앱을 자동화합니다. UI 트리 분석, 탭/입력, 스크린샷·비디오, 멀티스텝 시나리오 실행이 필요할 때 사용하고 일반 앱 개발 질문에는 사용하지 않습니다.
npx skillsauth add oozoofrog/codex-skills-project app-automationInstall 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.
원본 app-automation 플러그인을 Codex 도구 체계에 맞게 정리한 스킬입니다.
doctor 또는 baepsae_version으로 환경을 확인한다.analyze_ui/query_ui로 상태를 읽은 뒤 selector 기반으로 조작한다.run_steps와 screenshot/video로 evidence를 남긴다.references/baepsae-tools.mdreferences/baepsae-mcp.sample.jsondoctor 또는 baepsae_version으로 환경을 확인한다.analyze_ui / query_ui로 현재 UI 상태를 파악한다.run_steps로 묶고, 증거는 screenshot, screenshot_app, record_video, stream_video로 남긴다.xcrun simctl로 설치/실행/스크린샷 같은 기본 조작만 폴백한다.run_steps를 우선 검토한다.activate_app 또는 get_focused_app으로 대상 앱을 명확히 맞춘다.../../../docs/review-harness.mdanalyze_ui, query_ui, screenshot/video로 결과를 검토한다pass면 완료 보고, refine이면 selector/step을 수정해 재실행, pivot이면 조작 전략을 바꾸고, escalate면 막힌 단계를 사람에게 보고한다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 실행을 원할 때만 사용합니다.