Typescript Code Review
Helps with TypeScript, code review 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 jpoutrin-typescript-code-review npx -- -y @trustedskills/jpoutrin-typescript-code-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"jpoutrin-typescript-code-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/jpoutrin-typescript-code-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides automated TypeScript code review. It analyzes your TypeScript code for common errors, style inconsistencies, and potential improvements based on established best practices. The goal is to improve code quality and reduce technical debt by identifying issues early in the development process.
When to use it
- Before submitting a pull request: Ensure code adheres to project standards before merging changes.
- During code refactoring: Identify potential problems introduced during restructuring efforts.
- For onboarding new developers: Quickly enforce coding style and best practices within a team.
- Automated CI/CD pipelines: Integrate into your build process for continuous quality checks.
Key capabilities
- TypeScript linting
- Style guide enforcement
- Error detection
- Code improvement suggestions
Example prompts
- "Review this TypeScript code for potential errors and style issues: [paste code]"
- "Can you check if this function adheres to our project's TypeScript coding standards? [paste code]"
- “Analyze the following code snippet and suggest improvements based on best practices: [paste code]”
Tips & gotchas
- The skill’s effectiveness depends on a well-defined project style guide. Providing context or configuration files can improve results.
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.