# Lint

> Run linting for Lua and TCL code Use when this capability is needed.

- Skill: `tomevault-io/lint-8` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/lint-8`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/lint-8/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/lint-8

---


Run linting tools on the codebase.

## Usage

`/lint` - Run all linters
`/lint lua` - Run only Lua linter
`/lint tcl` - Run only TCL linter

## Commands

Run all linting:
```bash
make lint
```

Run Lua linting only:
```bash
make lint-lua
```

Run TCL linting only:
```bash
make lint-tcl
```

## Tools Used

- **Lua**: luacheck
- **TCL**: nagelfar

After running linters, summarize:
1. Total warnings/errors by category
2. Files with issues
3. Suggestions for fixing critical issues

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/unknownbreaker) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-13 -->

