II.
LibraryProcess JSON
Structured · livelib-process:shared--feedback-loop-optimizer
feedback-loop-optimizer json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:shared--feedback-loop-optimizer",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "feedback-loop-optimizer",
"description": "Audits the repo's feedback loops across seven layers (pre-commit & commit\n hygiene, testing/E2E, linting & formatting, coverage, CI workflows, monitoring/tracing,\n alerting & on-call). First detects stack/tooling to calibrate suggestions, audits layers\n in parallel, dedupes gaps against existing open/closed issues, then opens one small\n (1-3h) decoupled GitHub issue per remaining gap using the standard issue template.\n Never commits code — issues and PR comments only. Never edits .github/workflows directly;\n proposes scripts/ or config files instead.",
"libraryPath": "library/processes/shared/local-dev/feedback-loop-optimizer.js"
},
"outgoingEdges": [
{
"from": "lib-process:shared--feedback-loop-optimizer",
"to": "skill-area:code-review-practice",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--feedback-loop-optimizer",
"to": "skill-area:e2e-testing",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--feedback-loop-optimizer",
"to": "topic:test-driven-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--feedback-loop-optimizer",
"to": "topic:code-review-best-practices",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--feedback-loop-optimizer",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--feedback-loop-optimizer",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--feedback-loop-optimizer",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--feedback-loop-optimizer",
"to": "role:qa-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.5
}
},
{
"from": "lib-process:shared--feedback-loop-optimizer",
"to": "workflow:code-review",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:shared--feedback-loop-optimizer",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-process:shared--feedback-loop-optimizer",
"to": "workflow:release-management",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 0.5
}
}
],
"incomingEdges": []
}