What problem does it solve? Code reviews often miss duplication issues or over-flag harmless repetition because reviewers lack a consistent, documented standard. This Skill runs a predefined DRY (Don't Repeat Yourself) review against a diff or current branch, ensuring the same review rules are applied every time without reinterpretation. ## Core Features & Use Cases - Authoritative Review Definition: Reads the review rules from .ns/reviews/dry-but-not-too-dry/review.md instead of relying on the model's memory, so findings stay consistent. - CLI Integration: Prefers the ns reviews review run dry-but-not-too-dry command when running inside the ns repository with the ns command face available. - Read-Only Inline Review: When run inline, applies the review definition exactly to the supplied diff or current branch changes while keeping findings grounded in the diff. - Use Case: Before merging a pull request, run this review on the branch diff to detect duplicated logic that should be consolidated, or acceptable repetition that should be left alone, according to the team's documented standard. ## Quick Start Ask the agent to run the DRY but not too DRY review on the current branch changes or paste a diff and request the review be applied to it.