ns-typescript-style-tripwire

Reviews TypeScript diffs against the ns style tripwire review definition.

2|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/nseng-ai/ns --skill ns-typescript-style-tripwire-nseng-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ns-typescript-style-tripwire
Source: https://github.com/nseng-ai/ns/tree/main/skills/internal/typescript/ns-typescript-style-tripwire
Command: npx skills add https://github.com/nseng-ai/ns --skill ns-typescript-style-tripwire-nseng-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about ns-typescript-style-tripwire

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run the ns TypeScript style tripwire review?

Run `ns reviews review run ns-typescript-style-tripwire` inside the ns repository when the ns command face is available. Otherwise, the agent reads `.ns/reviews/ns-typescript-style-tripwire/review.md` and applies that definition to your diff inline.

What does the TypeScript style tripwire review check?

It checks exactly what is defined in `.ns/reviews/ns-typescript-style-tripwire/review.md`, which is the authoritative review definition. The Skill does not duplicate or reinterpret rules from memory, so the review.md file is the source of truth.

Can the tripwire review run on a diff instead of the current branch?

Yes, the review definition can be applied to a supplied diff or to the current branch changes. In both cases the review stays read-only and keeps findings grounded in the diff content.

Does the style tripwire review modify my code?

No, the Skill is explicitly read-only. It only produces findings based on the review definition and the supplied diff, and it does not edit files or apply fixes.

Where are tripwire review results logged or published?

For durable logging or publication of review results, the Skill points to `.ns/reviews/README.md` in the repository, which describes the review logging conventions.