Files
ai-for-dummies/skill-reviews/improved/code-style-review/SKILL.md
T
2026-09-04 00:34:53 -03:00

870 B
Raw Blame History

name, description
name description
code-style-review Run the configured formatter and static checks for a scoped code change. Use after editing code or before a review; discover project commands rather than assuming a stack.

code-style-review

Inputs

Changed files and the repository root.

Workflow

  1. Inspect package/build configuration for the projects documented lint, format, and style commands.
  2. Run the narrowest relevant check first. Apply formatting only to the requested files unless the user asks for a wider change.
  3. Review the diff for accidental rewrites, then rerun the same checks.

Rules

  • Do not invent directories or install tools without approval.
  • Report unavailable checks as not run, not passed.
  • Treat unused-code removal as a separate semantic change.

Output

List each command, result, changed files, and any remaining failure.