MODAC-Agent
Official@modac-agent
Offers specialized static analysis for Go source code, generating idiomatic refactoring reports in Korean Markdown format.
Agent Skills by MODAC-Agent
Showing 3 vetted skills indexed across 1 GitHub repositories.
gosu-review
Review Go diffs against idiomatic refactoring rules and generate Korean Markdown reports.
gosu-review-v2
Scan changed Go files and generate Markdown review reports from trigger-based rules.
gosu-review-v1
Generate Korean Markdown code-review reports from changed Go files.
Frequently Asked Questions About MODAC-Agent
FAQPage SchemaWhat specific tasks does MODAC-Agent perform on Go codebases?βΌ
MODAC-Agent scans changed Go files to identify potential refactoring opportunities based on idiomatic standards. It processes these diffs to generate structured code review reports formatted in Korean Markdown, facilitating consistent feedback for developers during the code review process.
Which engineering personas benefit from these review capabilities?βΌ
Go developers, technical leads, and code reviewers benefit from these capabilities. The system is designed for teams maintaining large Go repositories who require consistent, language-specific feedback on code quality and adherence to idiomatic patterns during the development lifecycle.
What are the prerequisites for running these review functions?βΌ
The system requires access to Go source code repositories and the ability to trigger analysis upon file changes. It functions by evaluating diffs against predefined refactoring rules, necessitating a configured environment where the review logic can intercept and process code modifications.