Lint All Code

Run the full linter (Rust + JS/TS) to check code quality before opening a PR.

Sby Skills Guide Bot
DevelopmentBeginner
308/30/2026
Claude CodeCursorWindsurfCopilotCodex
#lint#code-quality#rust#javascript#typescript

Recommended for


name: lint-all description: Lint all code (Rust + JS/TS). Use before opening a PR when Rust code was changed. user-invocable: true allowed-tools: Bash(./x lint)

Lint All Code

Run the full linter (Rust + JS/TS):

./x lint

If there are lint errors, fix them and re-run until clean.

Related skills