II.
LibraryProcess JSON
Structured · livelib-process:shared--ci-health-trends
processes/shared/ci/ci-health-trends json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:shared--ci-health-trends",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "processes/shared/ci/ci-health-trends",
"description": "CI-health trend analyser. Periodic scan (weekly cadence, per the a5c ci-health\n package): collect recent workflow runs → compute per-workflow failure rate + mean duration\n trends → flag regressions → emit a digest issue listing top offenders and auto-open\n per-workflow \"heal\" triage stubs for the highest-severity regressions.",
"libraryPath": "library/processes/shared/ci/ci-health-trends.js"
},
"outgoingEdges": [
{
"from": "lib-process:shared--ci-health-trends",
"to": "skill-area:code-review-practice",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--ci-health-trends",
"to": "skill-area:e2e-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--ci-health-trends",
"to": "topic:test-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--ci-health-trends",
"to": "topic:code-review-best-practices",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--ci-health-trends",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--ci-health-trends",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--ci-health-trends",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--ci-health-trends",
"to": "role:qa-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:shared--ci-health-trends",
"to": "workflow:code-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--ci-health-trends",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--ci-health-trends",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.5
}
}
],
"incomingEdges": []
}