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:
- Establish review scope (PR or local diff)
- Run
typecheckandeslintif available - Review against TypeScript-specific checklist (security, type safety, async, patterns)
- Report findings with severity levels and approval verdict
After the review, suggest running /dog:verify if HIGH or CRITICAL issues were found.