Review Typescript
Helps with code review, TypeScript as part of developing backend services and APIs workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add review-typescript npx -- -y @trustedskills/review-typescript
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"review-typescript": {
"command": "npx",
"args": [
"-y",
"@trustedskills/review-typescript"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides automated code review specifically tailored to TypeScript projects. It identifies potential errors, style inconsistencies, and areas for improvement based on established TypeScript best practices. The tool aims to enhance code quality and maintainability by providing actionable feedback directly within the development workflow.
When to use it
- Automated Pull Request Reviews: Integrate into your CI/CD pipeline to automatically review pull requests before merging.
- Code Quality Checks: Regularly scan TypeScript projects for potential issues as part of a continuous code quality process.
- Onboarding New Developers: Help new team members understand and adhere to project-specific TypeScript coding standards.
- Refactoring Existing Codebases: Identify areas in legacy code that could benefit from modernization or improved type safety.
Key capabilities
- TypeScript code analysis
- Automated error detection
- Style consistency checks
- Adherence to best practices
Example prompts
- "Review this TypeScript file for potential errors: [file path]"
- "Analyze this pull request and provide feedback on the TypeScript code changes."
- "Check this codebase against established TypeScript coding standards."
Tips & gotchas
This skill requires a TypeScript project to be in place. The accuracy of the review depends on the complexity of the code and the clarity of the defined coding standards.
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.