What problem does it solve?
This Skill turns changed Go code into a structured Korean Markdown review report by detecting issues mapped from trigger-driven refactoring rules, while intentionally avoiding lint-covered rules to focus on design and context-sensitive concerns.
Core Features & Use Cases
- Trigger-based Go code scanning: Identifies trigger locations by pattern in the full content of each relevant
.go file.
- Rules applied via modular references: Loads rule procedures from
references/trigger-NN-*.md only for the triggered set.
- Change-aware reporting: Separates newly triggered violations (🔴) from existing ones (🟡), grouped by file and sorted by line.
- Context-aware workflow modes: Chooses either main direct processing or distributes to sub-agents based on trigger counts and a special always-main handling for trigger 14 (package/directory structure).
Quick Start
Provide the Git diff or the changed .go files to generate a gosu-review-v1 Markdown report that lists new (🔴) and existing (🟡) best-practice violations with suggested fixes.