pattern-detection

Scan codebases for naming, error handling, and testing patterns and generate a scored report.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Junior-Frontend-dev/Hi-u-ng --skill pattern-detection-junior-frontend-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pattern-detection
Source: https://github.com/Junior-Frontend-dev/Hi-u-ng/tree/main/.claude/skills/research/pattern-detection
Command: npx skills add https://github.com/Junior-Frontend-dev/Hi-u-ng --skill pattern-detection-junior-frontend-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects and documents code conventions to enforce consistency across a codebase.

Core Features & Use Cases

  • Identify and categorize common patterns (naming conventions, error handling, testing patterns) across a codebase.
  • Produce a structured patterns document with findings, scores, deviations, and recommendations.
  • Save and reference the generated documentation for future standardization efforts.

Quick Start

Analyze a repository to generate a patterns report describing conventions and deviations.

Frequently Asked Questions about pattern-detection

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

FAQPage Schema
How do I detect and document code patterns across my codebase?

To detect code patterns across your codebase, this Skill scans naming conventions, error handling, and testing patterns to produce a structured report with findings, scores, and standardization recommendations.

What is the best way to enforce naming conventions and consistency in a software project?

Enforcing naming conventions and consistency involves scanning your project to identify deviations from established code patterns, generating a structured report that scores adherence and provides actionable recommendations.

Can I analyze error handling and testing patterns for multiple programming languages?

Yes, you can analyze error handling and testing patterns across multiple languages and project types by scanning the codebase to categorize conventions and document deviations in a comprehensive report.

How do I generate a patterns report to track codebase consistency over time?

Generating a patterns report automatically documents your codebase conventions and saves the resulting file to docs/research/patterns-{date}.md, allowing you to track consistency and standardization efforts over time.

Does pattern detection work without external dependencies or specific testing frameworks?

Yes, pattern detection works without external dependencies, scanning your project directly to identify code conventions and testing patterns across multiple languages without requiring specific framework integrations.