native-automationApple Native Automation & Testing Skill
Install via ClawdBot CLI:
clawdbot install soponcd/native-automationGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/soponcd/timeflow-skills/tree/main/teams/skills/native_automatAudited Apr 18, 2026 · audit v1.0
Generated May 23, 2026
Before submitting an iOS app to the App Store, run full test suite to catch regressions. Ensures unit, UI, performance, and accessibility tests pass.
Integrate native automation tests into CI pipelines (e.g., GitHub Actions, Jenkins). Run fast mode on every pull request to catch breaking changes early.
Snapshot testing captures UI screenshots to detect unintended visual changes. Useful when updating UI components or rebranding.
Use XCUITest accessibility audits to verify apps meet WCAG standards. Essential for government, healthcare, and education apps.
Use XCTMetric to measure launch time, memory, and CPU usage. Crucial for apps with real-time features like video streaming or AR.
Offer automated testing services to other companies using this skill. Clients pay per test run or a monthly subscription.
Reduce bug-fixing costs and accelerate release cycles by catching issues early. Increases developer productivity and product reliability.
Bundle accessibility and performance testing as part of a certification process for regulated industries. Charge for certification reports.
💬 Integration Tip
Use the wrapper script `./tools/run_native_tests.sh` in CI to ensure correct test environment. Parameterize test modes based on pipeline stage (e.g., fast for PRs, full for release).
Scored Jun 29, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Plan, draft, version, and refine written content with enforced versioning and quality audits.