Maintains codebase consistency by executing repository-specific formatting and linting commands defined in AGENTS.md.
The MCAF Code Formatting skill automates the process of keeping code style consistent across a repository by adhering to the specific tools and standards defined in the project's AGENTS.md file. It minimizes diff noise by targeting the smallest possible scope for changes and ensures that formatting remains separate from behavioral logic. By integrating verification steps like builds and tests, the skill guarantees that styling updates are intentional and safe, while also offering the ability to fix or update formatting instructions when they are missing or flaky.
主な機能
01Targeted formatting to minimize diff noise and review overhead
02Integrated verification through automated builds and tests
0316 GitHub stars
04Strict guardrails to prevent unrelated refactors during styling
05Self-healing capability for missing or broken linting commands
06Canonical command execution based on AGENTS.md definitions
ユースケース
01Automating the repair and standardization of project-specific AGENTS.md tool definitions
02Standardizing code style after implementing major feature changes
03Resolving inconsistent formatting that causes noisy or confusing git diffs