# code-style > Apply consistent code style and review-friendly diffs - Author: Tom Nordal - Repository: tnordal/opencode_config - Version: 20260128180929 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/tnordal/opencode_config - Web: https://mule.run/skillshub/@@tnordal/opencode_config~code-style:20260128180929 --- --- name: code-style description: Apply consistent code style and review-friendly diffs license: MIT compatibility: opencode metadata: audience: developers scope: project --- ## What I do - Prefer small, reviewable changes - Keep naming consistent with nearby code - Avoid unrelated refactors mixed with functional changes ## Checklist - Run formatters/linters when available - Keep functions small and single-purpose - Add tests when behavior changes - Update docs when user-facing behavior changes ## Output format - If you propose code edits: provide a short rationale and a minimal patch