自動化工具
17th Make Triager
ALWAYS use this skill when user requests any make command: make test, make lint, make build, make clean, make test-unit, make test-integration, make test-prepare, or any other Makefile target.
This skill delegates make execution to GLM worker which runs the command, analyzes output, and creates a report file.
Do NOT use for: hooks, automated checks, file-change triggered linting.
Requires glm-worker MCP to be configured.