II.
LibrarySkill JSON
Structured · livelib-skill:shared--code-review-pipeline
code-review-pipeline json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-skill:shared--code-review-pipeline",
"_kind": "LibrarySkill",
"_file": "generated-library/skills.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "code-review-pipeline",
"description": "Multi-dimensional code review across correctness, security, performance, and maintainability with confidence-gated reporting and remediation loops.",
"libraryPath": "library/methodologies/everything-claude-code/skills/code-review-pipeline/SKILL.md",
"contentSummary": "- Logic errors and off-by-one mistakes\n- Edge case handling (null, undefined, empty, boundary)\n- Type safety (no implicit any, proper narrowing)\n- Error handling completeness\n- Floating promise detection\n- Race condition analysis\n\n### Dimension 2: Security\n- Injection vectors (SQL, XSS, comm"
},
"outgoingEdges": [
{
"from": "lib-skill:shared--code-review-pipeline",
"to": "skill-area:agentic-loops",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--code-review-pipeline",
"to": "skill-area:orchestration-loop",
"kind": "lib_requires_skill_area",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--code-review-pipeline",
"to": "topic:developer-experience",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--code-review-pipeline",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--code-review-pipeline",
"to": "role:tech-lead",
"kind": "lib_involves_role",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:shared--code-review-pipeline",
"to": "role:backend-engineer",
"kind": "lib_involves_role",
"attributes": {
"weight": 0.7
}
},
{
"from": "lib-skill:shared--code-review-pipeline",
"to": "workflow:feature-development",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
}
],
"incomingEdges": []
}