Typescript Code Review

🌐Community
by anyproto · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add typescript-code-review npx -- -y @trustedskills/typescript-code-review
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "typescript-code-review": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/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 code review for TypeScript projects. It analyzes code for common errors, adherence to best practices, and potential performance issues. The tool aims to improve code quality and reduce technical debt by identifying problems early in the development cycle.

When to use it

  • Before merging pull requests: Automatically check changes before they are integrated into the main codebase.
  • During code refactoring: Ensure that changes maintain code quality and don't introduce new issues.
  • Onboarding new developers: Provide automated feedback on their contributions, helping them learn project-specific coding standards.
  • Continuous Integration (CI) pipelines: Integrate into CI/CD workflows for consistent code quality checks.

Key capabilities

  • Automated TypeScript code analysis
  • Identification of potential errors and bugs
  • Enforcement of coding best practices
  • Performance issue detection

Example prompts

  • "Review this TypeScript file for potential issues: [file path]"
  • "Check the following code snippet for adherence to our team's style guide: [code snippet]"
  • "Analyze this pull request and provide feedback on the changes."

Tips & gotchas

The skill requires access to the codebase being reviewed. Ensure appropriate permissions are granted to the AI agent for accurate analysis.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
anyproto
Installs
15

🌐 Community

Passed automated security scans.