convention-code-review
Installation
SKILL.md
Convention Code Review
Review code changes against Sellernote development conventions. This skill is read-only -- it identifies violations but does not modify code.
Convention Loading
Conventions are loaded dynamically based on what files were changed. Before starting, determine which files are in scope, then Read the relevant reference files from references/ within this skill directory.
Loading Strategy
- Always read (apply to all reviews):
references/COMMON_CONVENTION.md- Naming, git, error handling, enum patternsreferences/TYPESCRIPT_CONVENTION.md- TS strict mode, imports, types, naming