Agent Skills
› sediman-agent/OpenSkynet
› check-compiler-errors
check-compiler-errors
GitHub用于检测编译和类型检查失败。通过执行相关命令、汇总错误、优先修复高置信度问题并重新验证,直至构建干净或受阻,提供状态与修复报告。
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


