library/specializations/domains/science/mechanical-engineering/skills/failure-analysis/SKILL.md
Systematic failure analysis methodology for mechanical component failures
npx skillsauth add a5c-ai/babysitter failure-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The Failure Analysis skill provides systematic methodology for investigating mechanical component failures, enabling root cause identification through fractography, metallography, stress analysis, and structured problem-solving approaches.
Documentation
Chain of Custody
Macroscopic Features | Feature | Indication | |---------|------------| | Beach marks | Fatigue | | Chevron marks | Brittle fracture | | Shear lips | Ductile overload | | Corrosion products | Environmental attack | | Wear patterns | Tribological failure |
Fracture Origin
Optical Microscopy
Scanning Electron Microscopy (SEM) | Fracture Feature | Failure Mode | |------------------|--------------| | Striations | Fatigue crack growth | | Dimples | Ductile overload | | Cleavage facets | Brittle fracture | | Intergranular | Creep, SCC, hydrogen | | Quasi-cleavage | Mixed mode |
EDS Analysis
Sample Preparation
Examination
Characteristics:
- Beach marks (macroscopic)
- Striations (microscopic)
- Origin at stress concentration
- Minimal plastic deformation
- Flat fracture surface
Contributing Factors:
- Cyclic loading
- Stress concentration
- Residual stress
- Material defects
- Environmental effects
Ductile:
- Significant plastic deformation
- Cup-and-cone fracture (tensile)
- Shear lips
- Dimpled fracture surface
Brittle:
- Little plastic deformation
- Flat fracture surface
- Chevron marks pointing to origin
- Cleavage or intergranular fracture
| Type | Characteristics | Environment | |------|-----------------|-------------| | Uniform | General metal loss | Acids, bases | | Pitting | Localized attack | Chlorides | | SCC | Branching cracks | Specific ion + stress | | Corrosion fatigue | Accelerated fatigue | Cyclic + corrosive | | Hydrogen embrittlement | Intergranular fracture | Hydrogen source |
| Type | Mechanism | Evidence | |------|-----------|----------| | Adhesive | Material transfer | Galling, scoring | | Abrasive | Hard particle cutting | Grooves, scratches | | Erosive | Fluid/particle impact | Surface damage pattern | | Fretting | Small amplitude motion | Oxide debris, pitting |
Problem: Shaft failure
Why 1: Fatigue fracture
Why 2: High stress concentration at keyway
Why 3: Sharp corner radius
Why 4: Drawing did not specify radius
Why 5: Design review did not catch omission
Root Cause: Inadequate design review process
{
"failed_component": {
"part_number": "string",
"material": "string",
"service_history": "string",
"failure_date": "date"
},
"operating_conditions": {
"loads": "string",
"environment": "string",
"temperature": "number (C)",
"cycles_or_hours": "number"
},
"available_evidence": {
"fracture_surfaces": "boolean",
"mating_parts": "boolean",
"lubricant_samples": "boolean",
"maintenance_records": "boolean"
},
"analysis_scope": "preliminary|comprehensive"
}
{
"failure_mode": "fatigue|overload|corrosion|wear|other",
"root_cause": "string",
"contributing_factors": "array",
"evidence_summary": {
"visual": "string",
"fractography": "string",
"metallography": "string",
"chemical": "string"
},
"corrective_actions": [
{
"action": "string",
"category": "design|material|process|maintenance",
"priority": "high|medium|low"
}
],
"preventive_recommendations": "array",
"report_reference": "string"
}
development
Model documentation skill for generating model cards following Google's model card framework.
development
MLflow integration skill for experiment tracking, model registry, and artifact management. Enables LLMs to log experiments, compare runs, manage model lifecycle, and retrieve artifacts through the MLflow API.
data-ai
LIME-based local explanation skill for individual predictions across tabular, text, and image data.
devops
Kubeflow Pipelines skill for ML workflow orchestration, component management, and Kubernetes-native ML.