From computer-use-swiftui-loop
Executes a continuous validation loop for macOS apps using Computer Use (Note: Computer Use is currently exclusive to the Codex app), recording layout/accessibility findings and applying/verifying small SwiftUI/UI fixes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/computer-use-swiftui-loop:computer-use-swiftui-loopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill guides the automated or manual testing and visual bug-fixing loop for native macOS applications (such as SwiftUI/AppKit apps) using Computer Use. **Note: The Computer Use feature is currently exclusive to the Codex app.**
This skill guides the automated or manual testing and visual bug-fixing loop for native macOS applications (such as SwiftUI/AppKit apps) using Computer Use. Note: The Computer Use feature is currently exclusive to the Codex app.
capture -> inspect -> log finding -> apply minimal fix -> build/test -> revalidate.Visual & Accessibility Capture:
Layout & Design Audit:
Button Lab...), overlapping controls, or controls lacking descriptive accessibility info.Log Findings:
docs/test-plans/computer-use-loop/findings.md).CU-SWIFTUI-XXX - Titleopen or fixedlow / medium / highApply Fix:
Technical Verification:
swift build).swift test --filter ViewCompileCanaryTests).Revalidate Visual State:
fixed.Delete, Remove, Run, Commit, Push, or PR) without explicit confirmation from the user.Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin computer-use-swiftui-loop