review-patterns

Audit file paths or directories for naming, pattern, and duplication issues.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/tvishwanadha/skills --skill review-patterns-tvishwanadha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-patterns
Source: https://github.com/tvishwanadha/skills/tree/main/plugins/reviewer/skills/review-patterns
Command: npx skills add https://github.com/tvishwanadha/skills --skill review-patterns-tvishwanadha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps teams enforce project-wide conventions by auditing code for naming consistency, structural patterns, and opportunities to reduce duplication and unnecessary complexity.

Core Features & Use Cases

  • Pattern adherence checks: flags deviations in naming, structure, and reuse opportunities.
  • Duplication detection: identifies repeated code blocks and suggests refactors.
  • Context-aware guidance: considers project norms and nearby code when evaluating a file.
  • Use Case: during a codebase audit, run review-patterns on a directory to surface style and pattern issues for the team to address.

Quick Start

Provide the target file or directory path to review and receive a surfaced report of naming, pattern, and duplication issues.

Frequently Asked Questions about review-patterns

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

FAQPage Schema
How do I check my codebase for naming convention violations and pattern inconsistencies?

To detect code duplication, provide a directory path for the skill to audit. It identifies repeated code blocks and suggests refactoring opportunities to reduce unnecessary complexity and improve overall code quality.

What is the best way to audit a directory for code quality and style consistency?

Yes, pattern review supports optional local guidance. It considers project norms and nearby code when evaluating a file, allowing you to tailor the audit to your team's specific structural and naming conventions.

How do I identify repeated code blocks and suggest refactors during a codebase audit?

Yes, pattern review supports optional local guidance. It considers project norms and nearby code when evaluating a file, allowing you to tailor the audit to your team's specific structural and naming conventions.

Can I apply custom project norms when checking code patterns and naming conventions?

To check for naming convention violations and pattern inconsistencies, provide a target file or directory path. The skill audits the code against default rules and optional local guidance to surface style and pattern issues.