在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用build-fix-from-log
Triage build failures from logs and apply the smallest correct fix at the first meaningful error.
星标13
分支1
更新时间2026年4月18日 16:24
SKILL.md
readonly菜单
Triage build failures from logs and apply the smallest correct fix at the first meaningful error.
Review browser diffs for correctness, regression risk, architecture drift, and verification impact.
Diagnose CSS and layout mismatches by locating the earliest broken rendering stage.
Update only affected canonical FenBrowser docs when behavior, architecture, or workflow changes.
Select the smallest meaningful build and test slice to verify a change with minimal cost.
Triage HTML parser issues by isolating tokenization/tree-construction failures with minimal scope.
Triage JavaScript runtime issues by isolating the first failing execution stage and applying focused fixes.
| name | build-fix-from-log |
| description | Triage build failures from logs and apply the smallest correct fix at the first meaningful error. |
Use when:
dotnet build failsFind the first meaningful failure and fix only that scope.
dotnet build <project.csproj> -c Debug -v minimal