Code 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 code-review-typescript npx -- -y @trustedskills/code-review-typescript
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"code-review-typescript": {
"command": "npx",
"args": [
"-y",
"@trustedskills/code-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 for TypeScript projects. It analyzes code for potential errors, style inconsistencies, and adherence to best practices. The agent can identify issues like type mismatches, unused variables, and violations of linting rules, ultimately improving code quality and maintainability.
When to use it
- Before merging pull requests: Automatically review changes before they are integrated into the main codebase.
- During development cycles: Provide immediate feedback on code style and potential errors as developers write code.
- Onboarding new team members: Ensure consistency in coding standards across a project.
- Refactoring existing codebases: Identify areas for improvement and ensure adherence to updated TypeScript best practices.
Key capabilities
- TypeScript-specific error detection
- Linting rule enforcement
- Style consistency checks
- Identification of unused variables
Example prompts
- "Review this TypeScript file for potential errors: [file content]"
- "Check the following code snippet against our project's linting rules: [code snippet]"
- "Can you identify any style inconsistencies in this TypeScript function? [function definition]"
Tips & gotchas
- The skill’s effectiveness depends on a well-defined and configured linter for your project. Ensure the linter configuration is accessible to the agent.
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.