s-lint
✓Ensure code quality using Luacheck linting and StyLua formatting. Covers common warnings, style rules, and auto-formatting. Use when checking code quality, fixing style issues, or preparing code for review. Triggers: lint, format, style, luacheck, stylua, code quality, warnings.
Installation
SKILL.md
Expert guidance for code quality and formatting in WoW addon development.
| Lint Addon | addon.lint(addon="MyAddon") | | Format Addon | addon.format(addon="MyAddon") | | Check Format Only | addon.format(addon="MyAddon", check=true) | | Security Analysis | addon.security(addon="MyAddon") | | Complexity Analysis | addon.complexity(addon="MyAddon") |
| W111 | Setting undefined global | Add to .luacheckrc globals or fix typo | | W112 | Mutating undefined global | Same as W111 | | W113 | Accessing undefined global | Check if API exists, add to readglobals | | W211 | Unused local variable | Remove or prefix with | | W212 | Unused argument | Prefix with (e.g., event) |
Ensure code quality using Luacheck linting and StyLua formatting. Covers common warnings, style rules, and auto-formatting. Use when checking code quality, fixing style issues, or preparing code for review. Triggers: lint, format, style, luacheck, stylua, code quality, warnings. Source: falkicon/mechanic.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/falkicon/mechanic --skill s-lint- Source
- falkicon/mechanic
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is s-lint?
Ensure code quality using Luacheck linting and StyLua formatting. Covers common warnings, style rules, and auto-formatting. Use when checking code quality, fixing style issues, or preparing code for review. Triggers: lint, format, style, luacheck, stylua, code quality, warnings. Source: falkicon/mechanic.
How do I install s-lint?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/falkicon/mechanic --skill s-lint Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/falkicon/mechanic
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01