Typescript Senior Review
Description
Claude Code plugin: senior TypeScript developer code reviewer. Reviews your TS code across 18 angles — quality, type-system correctness, architecture, security, performance, error handling, modern feature adoption — and returns severity-tagged findings with concrete rewrites.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
typescript-senior-review
[](https://opensource.org/licenses/MIT) [](https://github.com/TheMizeGuy/typescript-senior-review/releases) [](https://claude.com/claude-code)
A [Claude Code](https://claude.com/claude-code) plugin that dispatches a senior TypeScript developer agent — running on the session model, always the strongest available Claude — to review your code across **18 angles** — quality, type-system correctness, architecture, maintainability, security, performance, error handling, testing, modern feature adoption, and ecosystem fit.
The reviewer is a fresh-context subagent with strict **read-only** tool access. Findings come back severity-tagged with concrete code rewrites, file:line locations, and citations. The orchestrator presents the report and asks which findings to apply — nothing is auto-fixed without your explicit selection.
What it does
When you invoke the `review-typescript` skill (or ask Claude to review your TypeScript):
- Scope resolution — single file, directory, git diff, staged, PR diff, or whole project
- Project context gathering —
tsconfig.jsonstrictness flags, configured linter, framework, key deps - Agent dispatch — fresh-context subagent, running on the session model, with read-only tools (
Read,Grep,Glob,Bash, optional MCP tools) - The agent reads your code, runs the typecheck gate (
node node_modules/ts7/bin/tsc --noEmit, the GA TypeScript 7 gate — the TS6 binary only where TS7 isn't installed) and your linter, reviews against the 18 angles, and returns findings in a strict format - Present results — the orchestrator displays the verbatim report and asks which findings you want applied
Installation
# 1. Add this repo as a marketplace
claude plugin marketplace ad
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,