Linting — Claude Code Tools
Browse 19 Claude Code tools tagged "Linting".
Fix
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
by facebook
Typescript Review
Review TypeScript and JavaScript code changes for compliance with Metabase coding standards, style violations, and code quality issues. Use when reviewing pull requests or diffs containing TypeScript/JavaScript code.
by metabase
Reviewing Code
Review code for quality, maintainability, and correctness. Use when reviewing pull requests, evaluating code changes, or providing feedback on implementations. Focuses on API design, patterns, and actionable feedback.
by jlowin
Migrate Oxlint
by oxc-project
Dyad:Multi Pr Review
Multi-agent code review system that spawns three independent Claude sub-agents to review PR diffs. Each agent receives files in different randomized order to reduce ordering bias. One agent focuses specifically on code health and maintainability. Issues are classified as high/medium/low severity (sloppy code that hurts maintainability is MEDIUM). Results are aggregated using consensus voting - only issues identified by 2+ agents where at least one rated it medium or higher severity are reported. Automatically deduplicates against existing PR comments. Always posts a summary (even if no new issues), with low priority issues mentioned in a collapsible section.
by dyad-sh
Rationalize Deps
Analyze Cargo.toml dependencies and attempt to remove unused features to reduce compile times and binary size
by quickwit-oss
Rationalize Deps
Analyze Cargo.toml dependencies and attempt to remove unused features to reduce compile times and binary size
by quickwit-oss
Code Review Expert
by sanyuan0704
Manimgl Best Practices
by adithya-s-k
Ref Tools Mcp
Helping coding agents never make mistakes working with public or private libraries without wasting the context window.
by ref-tools
Langgraph Code Review
by existential-birds
Protolint
A pluggable linter and fixer to enforce Protocol Buffer style and conventions.
by yoheimuta
Mcp
A MCP server for using Semgrep to scan code for security vulnerabilities.
by semgrep
Code Quality Fix All
Fix code quality issues identified in a code quality review stored in agent_artefacts/code_quality/<topic>/. Systematically addresses issues found by the code-quality-review-all skill for ANY code quality topic, with validation and testing at each step. Use when user asks to fix issues from a code quality review, or asks to fix issues from agent_artefacts/code_quality/<topic>.
by UKGovernmentBEIS
Check Inline Code Formatting
Review inline code in markdown files for proper formatting and syntax highlighting. Check for missing backticks on CLI flags, filenames, and code elements. Verify that inline syntax highlighting (#!groovy) is used appropriately. Use when reviewing documentation or quiz questions.
by nextflow-io
Sqlserver.Rules
130+ T-SQL static code analysis rules for SQL Database Projects
by erikej
Wheels Anti Pattern Detector
Automatically detect and prevent common Wheels framework errors before code is generated. This skill activates during ANY Wheels code generation (models, controllers, views, migrations) to validate patterns and prevent known issues. Scans for mixed arguments, query/array confusion, non-existent helpers, and database-specific SQL.
by wheels-dev
Gates
9-language quality gate validation: linting, formatting, type checking, and test execution. Validates code changes meet quality standards before completion. Use when: (1) after code implementation, (2) before PR creation, (3) as part of /orchestrator Step 6, (4) manual quality check. Triggers: /gates, 'quality gates', 'run validation', 'check quality', 'validate code'.
by alfredolopez80
Ck Skills
Collection of Claude Code skills by kimcharli
by kimcharli