--- name: lint description: Run project linter using the team's configured lint script argument-hint: [target] disable-model-invocation: true allowed-tools: Bash(*) --- # Lint Run the project's lint script. ## Usage ``` /lint [target] ``` ## Steps Call `bash .claude/skills/lint/lint.sh $ARGUMENTS`. If the script exits with an error saying it hasn't been configured, tell the user to edit `.claude/skills/lint/lint.sh` with their actual lint command.