swiftlintSwift linting and style enforcement via CLI
Install via ClawdBot CLI:
clawdbot install alexissan/swiftlintGrade 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/realm/SwiftLint.gitUses known external API (expected, informational)
raw.githubusercontent.comAudited Apr 17, 2026 · audit v1.0
Generated Mar 20, 2026
A mobile development team uses SwiftLint in their CI pipeline to automatically enforce coding standards on every pull request. This ensures consistent style across the codebase and catches common Swift anti-patterns before merging, reducing technical debt and improving code quality.
Maintainers of a popular open-source Swift library integrate SwiftLint to automatically lint contributions from the community. This helps enforce project-specific style rules and reduces review overhead by flagging issues like force unwrapping or missing documentation upfront.
A large enterprise uses SwiftLint to audit their iOS applications for compliance with internal security and accessibility standards. By configuring custom rules, they automatically check for issues like missing accessibility labels or prohibited APIs, ensuring apps meet regulatory requirements.
A coding bootcamp or university course incorporates SwiftLint into student assignments to teach best practices in Swift development. Students receive immediate feedback on style violations, helping them learn conventions like proper naming and brace placement from the start.
A freelance developer uses SwiftLint as part of their standard project setup to maintain code consistency across multiple client projects. By running linting locally and in CI, they deliver cleaner code with fewer style-related bugs, enhancing client satisfaction and reducing rework.
A SaaS company integrates SwiftLint into their platform to offer automated code quality checks as part of their CI/CD service. This adds value for iOS developers by providing style enforcement alongside other testing tools, potentially increasing subscription retention.
A consulting firm specializes in configuring SwiftLint for enterprise clients, creating custom rules tailored to specific coding standards or compliance needs. They offer setup, training, and ongoing support, generating revenue through project-based contracts.
An online education platform creates courses or tutorials focused on using SwiftLint for code quality improvement. They monetize through course sales, certifications, or premium content that covers advanced linting techniques and integration strategies.
💬 Integration Tip
Integrate SwiftLint early in the development cycle by adding it to Xcode build phases or CI pipelines like GitHub Actions to catch issues before code review, and use the JSON reporter for automated result parsing in tools.
Scored Apr 19, 2026
Use when building iOS/macOS applications with Swift 5.9+, SwiftUI, or async/await concurrency. Invoke for protocol-oriented programming, SwiftUI state management, actors, server-side Swift.
Control Android devices via ADB (Android Debug Bridge) from a Mac. Use when: remotely operating an Android phone (tap, swipe, type, screenshot, screen record...
Quickly view and analyze Android device page stacks including current page, Activity history, Fragments, and monitor page switches via ADB commands.
Review Arabic-first family and mobile apps for RTL layout, bilingual copy, onboarding, approval flows, and safe local-first defaults.
Use when upgrading an iOS or macOS app's Auth0.swift SDK from v2 to v3. Detects the current version, fetches the new SDK source to confirm API signatures, an...
Control iOS automation via StarryForest Agent Mail API. Use when creating alarms, reminders, memos, calendar events, focus modes, music playback, or journal...