cli:code-check
Installation
SKILL.md
Code Style & Guidelines Checker
Review all code changes in the current branch to ensure they follow the team's coding standards, conventions, and organizational guidelines.
Scope: This skill focuses on architectural patterns, code organization, and conventions that require human judgment. Basic formatting (quotes, indentation, line length, trailing commas) should be checked with yarn lint:local and yarn prettier:write.
Task
When this skill is invoked:
1. Run automated checks first
- Run
yarn lint:localto catch formatting and linting issues - Include these results in the review report to avoid duplicate concerns
- If linter fails, include the errors in the "Critical Issues" section