Ts Review

TypeScript/JavaScript specialist code review — type safety, async correctness, security, idiomatic patterns

Invoke the typescript-reviewer agent to perform a comprehensive TypeScript/JavaScript code review.

If an argument is provided and is a number, treat it as a GitHub PR number. If no argument, review local uncommitted changes (git diff --staged and git diff).

The agent will:

  1. Establish review scope (PR or local diff)
  2. Run typecheck and eslint if available
  3. Review against TypeScript-specific checklist (security, type safety, async, patterns)
  4. Report findings with severity levels and approval verdict

After the review, suggest running /dog:verify if HIGH or CRITICAL issues were found.