review-pattern-match
Installation
SKILL.md
Review Pattern Match
Review code against a development-pattern document only when the user explicitly names that governing document, and report how closely the implementation matches it. This skill is a Reviewer + Inversion + Pipeline: normalize the named document into reviewable rules, stop and ask when the rules are too abstract to judge, then return evidence-backed findings and a dimensioned match score.
Use When
Use when the user asks to:
- review a repository against a pattern, guideline, or architecture document the user explicitly identifies
- check whether a PR, diff, or patch matches a named development-pattern document
- audit selected files against a specific Markdown conventions document provided or identified by the user
- measure how closely code follows a documented layering, naming, API, or implementation style when the governing document is explicitly in scope
- compare shipped code to a required development pattern before merge or refactor when that pattern document is explicitly specified
Do not use for: