What problem does it solve? Enforcing a consistent TypeScript style standard across code changes is hard when reviewers rely on memory or ad-hoc judgment. This Skill applies a single authoritative review definition to a supplied diff or the current branch, keeping style feedback consistent and grounded in the actual changes. ## Core Features & Use Cases - Authoritative review definition: Reads .ns/reviews/ns-typescript-style-tripwire/review.md and applies it exactly, without reinterpreting rules from memory. - CLI integration: When run inside the ns repository, prefers the ns reviews review run ns-typescript-style-tripwire command for a standardized review run. - Read-only inline review: Can review a supplied diff or current branch changes inline, staying read-only and keeping findings grounded in the diff. - Use Case: Before merging a TypeScript pull request, run this Skill against the branch diff to produce style findings that cite the exact review rules violated. ## Quick Start Ask the agent to run the ns TypeScript style tripwire review against the current branch changes.