Agent Skills
› sediman-agent/OpenSkynet
› check-compiler-errors
check-compiler-errors
GitHub自动执行编译和类型检查命令,汇总错误信息并优先修复高置信度问题,直至通过或遇到阻塞。
触发场景
本地验证受阻
CI流水线失败
安装
npx skills add sediman-agent/OpenSkynet --skill check-compiler-errors -g -y
SKILL.md
Frontmatter
{
"name": "check-compiler-errors",
"description": "Run compile and type-check commands and report failures"
}
Check compiler errors
Trigger
Compile or type-check failures are blocking local validation or CI.
Workflow
- Run the repo's compile and type-check commands.
- Summarize errors by file and type.
- Fix the highest-confidence issues first.
- Re-run checks until clean or blocked.
Output
- Current compile and type-check status
- Error summary grouped by file and category
- Fixes applied and remaining blockers
版本历史
- c9d8953 当前 2026-07-05 19:51


