← Back to list

ci-triage
by ethosengine
A vision for a distributed digital infrastructure of compassion, the technological incarnation of care itself. Learn more at https://elohim.host
⭐ 0🍴 0📅 Jan 25, 2026
SKILL.md
name: ci-triage description: Quick CI/CD failure diagnosis. Use when builds fail.
CI Triage
Quick Start
1. getBuild jobFullName="elohim-orchestrator"
2. If failed → fetch ci-summary.json artifact
3. Use category-specific search from taxonomy
ci-summary.json URL: https://jenkins.ethosengine.com/job/elohim-orchestrator/job/{branch}/{buildNumber}/artifact/ci-summary.json
Search Strategy
Rule: Search first, paginate second. Never fetch full logs.
| Category | Pattern | ctx | max |
|---|---|---|---|
| DNA_BUILD | error\[E | 5 | 10 |
| APP_BUILD | error TS\d+ | 3 | 20 |
| INFRASTRUCTURE | hApp.*not found | 5 | 10 |
| SEEDING | PREFLIGHT|ETIMEDOUT | 10 | 3 |
Quick scan: searchBuildLog pattern="ERROR|FAILED" maxMatches=5
Tail logs: getBuildLog limit=-100
Dependency Order
When multiple fail, check upstream first:
holochain → edge → app → genesis
| Combo | Root Cause |
|---|---|
| holochain + edge | holochain (Rust/WASM) |
| edge + genesis | edge (container/deploy) |
| genesis only | environment/connectivity |
Health Checks
curl -s https://doorway-dev.elohim.host/health | jq
curl -s https://alpha.elohim.host -o /dev/null -w '%{http_code}'
See Also
.claude/data/failure-taxonomy.json- Full category definitions- ci-pipeline agent - Deep investigation with test results
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon