Configures SwiftLint in your Swift projects using build tool plugins, run scripts, or CI integration. Covers the full workflow from initial setup through rule selection, suppressions, baselines for legacy code, and autocorrect. The recommended path is the SimplyDanny/SwiftLintPlugins build tool plugin, which runs automatically without manual run scripts. The skill walks you through .swiftlint.yml configuration, choosing between disabled_rules and opt_in_rules, creating baselines to adopt linting incrementally in existing codebases, and CI integration with different reporter formats. Use this when you're setting up a new Swift project with linting from the start or rolling out SwiftLint to a codebase that hasn't had consistent style enforcement.
npx skills add https://github.com/dpearson2699/swift-ios-skills --skill swiftlint