Batch Lint Cleanup
This skill automatically fixes multiple linting issues in your AG Grid codebase for faster development and improved code quality.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add batch-lint-cleanup npx -- -y @trustedskills/batch-lint-cleanup
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"batch-lint-cleanup": {
"command": "npx",
"args": [
"-y",
"@trustedskills/batch-lint-cleanup"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill automates linting and cleanup tasks. It identifies code style issues, formatting inconsistencies, and potential errors within a codebase. The tool then automatically applies fixes based on predefined rules or configurations to ensure consistent code quality across the project.
When to use it
- Automated Code Review: Integrate into CI/CD pipelines for automated checks before merging changes.
- Large-Scale Refactoring: Quickly standardize formatting and address minor issues during large code refactorings.
- New Team Members: Enforce consistent coding standards across a team with varying experience levels.
- Project Onboarding: Clean up existing codebases to align with project style guides before new developers join.
Key capabilities
- Automated linting and cleanup
- Code style enforcement
- Formatting consistency
- Error identification
Example prompts
- "Run the linter on all JavaScript files in this directory."
- "Apply code formatting rules from .eslintrc.js to the entire project."
- "Fix any identified linting errors and report a summary of changes."
Tips & gotchas
- Requires configuration files (e.g.,
.eslintrc.js) defining linting rules for optimal results. - The skill's effectiveness depends on the accuracy and completeness of the configured ruleset.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.