Claude Lint
Version updated for https://github.com/zhupanov/claude-lint to version v1.0.37.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Agent Lint is a GitHub Action and CLI tool designed to validate and enforce best practices for configuration and plugins in projects using Claude Code. It automates the linting of .claude/ and .claude-plugin/ directories with 104 customizable rules across categories like manifests, hooks, skills, and user configurations, ensuring code quality and compliance. Its key features include dual linting modes (basic and plugin), CI integration, cross-platform support, and the ability to configure rule severity using a agent-lint.toml file.
What’s Changed
What’s Changed
- Add S055 body-no-default lint rule (#78) by @zhupanov in https://github.com/zhupanov/claude-lint/pull/85
Full Changelog: https://github.com/zhupanov/claude-lint/compare/v1...v1.0.37