用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MikeTreml/MissionControl --skill misra-c-analysis命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | misra-c-analysis |
| description | MISRA C compliance checking and static analysis integration |
| category | Code Quality |
| allowed-tools | ["Bash","Read","Write","Edit","Glob","Grep"] |
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]