LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

lint - Multi-language intelligent linting and automatic fixing

Detects project languages and runs linters or fixes code issues using Makefile or language toolchains.

Tags

Updated: 2026-09-17

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Detect project languages and build systems
  • Execute Makefile lint targets
  • Run Go project-linter workflow
  • Execute generic lint fix iterations
  • Dispatch multi-language linting across teams
  • Watch file changes for continuous linting

Inputs

  • Project source code directory
  • Project configuration and build files
  • Optional command-line arguments

Outputs

  • Fixed source code files
  • Lint summary report
  • Push notifications for new issues

Requirements

  • Bash shell environment
  • Language-specific linters and toolchains
  • inotifywait utility for watch mode

Source

  • Spec: SKILL.md
lint
code-quality
auto-fix
multi-language
static-analysis
Detect project languages and build systems
Execute Makefile lint targets
Run Go project-linter workflow
Execute generic lint fix iterations
Project source code directory
Project configuration and build files
Optional command-line arguments
Fixed source code files
Lint summary report
Push notifications for new issues