library/specializations/embedded-systems/skills/misra-c-analysis/SKILL.md
MISRA C compliance checking and static analysis integration
npx skillsauth add a5c-ai/babysitter misra-c-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.
This skill provides MISRA C compliance checking and static analysis integration for safety-critical embedded software development, ensuring code quality and standard compliance.
misra-c-compliance.js - MISRA C compliance checkingfunctional-safety-certification.js - Safety standard compliancedevice-driver-development.js - Driver code qualityThis skill is invoked when tasks require:
Must always be followed; no deviations permitted.
Must be followed unless formally deviated with documented justification.
Should be followed; deviations need documentation but less formal.
Guidelines that cannot be fully verified by static analysis.
// MISRA C:2012 configuration
+e9*, +e1*, +e2*, +e3*
-append(9001,[MISRA 2012 Rule 1.1, required])
-append(9002,[MISRA 2012 Rule 1.2, advisory])
<misra>
<rule number="1.1" severity="error"/>
<rule number="1.2" severity="warning"/>
<suppress rule="15.5" file="legacy/*.c"/>
</misra>
## Deviation Record DR-001
**Rule**: MISRA C:2012 Rule X.Y
**Location**: file.c, line 123
**Justification**: [Technical reason for deviation]
**Risk Assessment**: [Impact and mitigation]
**Approval**: [Approver name and date]
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.