Agent skill · Code Review & Quality

ln-641-pattern-analyzer

Analyzes single pattern implementation, calculates compliance/completeness/quality scores, identifies gaps. Use when auditing a specific pattern.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ln-641-pattern-analyzer-levnikolaevich-claude-code-skills-2 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/analysis/ln-641-pattern-analyzer-levnikolaevich-claude-code-skills-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # Pattern Analyzer L3 Worker that analyzes a single architectural pattern against best practices and calculates 4 scores. ## Purpose & Scope - Analyze ONE pattern per invocation (receives pattern name, locations, best practices from coordinator) - Find all implementations in codebase (Glob/Grep) - Validate implementation exists and works - Calculate 4 scores: compliance, completeness, quality, implementation - Identify gaps and issues with severity and effort estimates - Return structured analysis result to coordinator **Out of Scope** (owned by ln-624-code-quality-auditor): - Cyclomatic complexity thresholds (>10, >20) - Method/class length thresholds (>50, >100, >500 lines) - Quality Score focuses on pattern-specific quality (SOLID within pattern, pattern-level smells), not generic code metrics ## Input (from ln-640 coordinator) ``` - pattern: string # Pat

What's inside
Steps it walks through
  1. Purpose & Scope
  2. Input (from ln-640 coordinator)
  3. Workflow
  4. Phase 1: Find Implementations
  5. Phase 2: Read and Analyze Code
  6. Phase 3: Calculate 4 Scores
  7. Phase 4: Identify Issues and Gaps
  8. Phase 5: Calculate Score
  9. Phase 6: Write Report
  10. Phase 7: Return Summary
  11. Critical Rules
  12. Definition of Done
  13. Reference Files
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ln-641-pattern-analyzer skill do?

Analyzes single pattern implementation, calculates compliance/completeness/quality scores, identifies gaps. Use when auditing a specific pattern.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ln-641-pattern-analyzer-levnikolaevich-claude-code-skills-2 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going