Run SwiftLint on the WooCommerce iOS project
Scanned 9/12/2026
Install to Claude Code
npx -y skills add woocommerce/woocommerce-ios --skill lint --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Lint?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/woocommerce-lint)More formats (shields.io, HTML) on the badges page.
---
name: lint
description: Run SwiftLint on the WooCommerce iOS project
user-invocable: true
allowed-tools: "Bash, Read"
argument-hint: "[--fix]"
---
Run SwiftLint to check for style violations.
If $ARGUMENTS contains "fix" or "autocorrect":
```bash
bundle exec rake lint:autocorrect
```
Otherwise, run check only:
```bash
bundle exec rake lint
```
After running:
1. Report the number of warnings and errors
2. Group violations by rule name
3. For errors, show file paths and line numbers
4. Suggest manual fixes for issues that autocorrect cannot handle
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!