Accelint Ts Audit All
Analyzes TypeScript codebases for performance bottlenecks and potential optimizations using advanced static analysis techniques.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add accelint-ts-audit-all npx -- -y @trustedskills/accelint-ts-audit-all
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"accelint-ts-audit-all": {
"command": "npx",
"args": [
"-y",
"@trustedskills/accelint-ts-audit-all"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The accelint-ts-audit-all skill performs a comprehensive TypeScript code audit using ESLint. It identifies potential errors, style issues, and adherence to best practices within a given codebase. This helps ensure code quality, maintainability, and consistency across projects.
When to use it
- New Project Setup: To enforce coding standards from the very beginning of a new TypeScript project.
- Code Reviews: To automate initial checks during code review processes, flagging potential issues for human reviewers.
- Refactoring Existing Codebases: To identify and address technical debt in older TypeScript projects.
- Pre-Commit Hooks: Integrate into development workflows to prevent problematic code from being committed.
Key capabilities
- TypeScript code auditing
- ESLint integration
- Identification of errors, style issues, and best practice violations
- Code quality enforcement
Example prompts
- "Run a TypeScript audit on the
srcdirectory." - "Audit all
.tsfiles in this repository for potential errors." - "Perform an ESLint check on my project's codebase."
Tips & gotchas
- Requires ESLint to be installed and configured within your project. The skill assumes a standard ESLint setup.
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.