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:local to 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

2. Identify changes to review

Installs
1
GitHub Stars
196
First Seen
8 days ago
cli:code-check — hubspot/hubspot-cli