Agent Skills
› sediman-agent/OpenSkynet
› check-compiler-errors
check-compiler-errors
GitHub该技能用于在本地验证或CI中遇到编译或类型检查失败时,自动执行构建与检查命令,汇总错误信息并优先修复高置信度问题,直至通过或明确阻塞点。
Trigger Scenarios
本地编译或类型检查失败阻碍验证
CI流水线因编译或类型检查错误中断
Install
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
Version History
- c9d8953 Current 2026-07-05 19:51


