用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/a5c-ai/babysitter --skill change-management命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Reference for querying the Atlas knowledge graph through its MCP tools — the SECONDARY enrichment/comparison layer that adds best-practice context to systems you have ALREADY scanned from your real sources (`az`, repos, dirs). Use when you need to look up nodes, edges, kinds, clusters, stats, or wiki pages in Atlas to compare against your real inventory. (atlas graph, query atlas, atlas mcp, search the graph, graph neighbors, atlas record, atlas kinds, enrichment layer)
Atlas turns your STATED NEED into a real systems atlas by SCANNING your actual sources (Azure via `az`, git repos, local dirs) and process/data mining them, THEN enriching against the Atlas knowledge graph. Use this skill when asked to inventory/map your real systems, scan your cloud + repos + directories, mine the real processes or data they contain, or collect their real constraints/gotchas. (atlas, scan my systems, inventory our azure account, map my repos, real systems atlas, process mining, data mining, collect nuances, system discovery)
This skill should be used when the user asks to "find skills in the wild", "assimilate popular workflows", "discover SKILL.md files in repos", "research external skills", "find workflow patterns", "survey the skill landscape", "what skills exist out there", or wants to investigate public repositories for extractable processes, babysitter plugins, and reusable procedural insights. Searches GitHub for SKILL.md files, classifies repos by archetype, and maintains structured research under docs/reference-repos/.
基于 SOC 职业分类
正在显示 SKILL.md
| name | change-management |
| description | Skill for engineering change request and order processing through PLM systems |
| allowed-tools | ["Read","Write","Glob","Grep","Bash"] |
| metadata | {"specialization":"mechanical-engineering","domain":"science","category":"design-review-documentation","priority":"medium","phase":7,"tools-libraries":["PTC Windchill","Siemens Teamcenter","Dassault ENOVIA"]} |
| graph | {"domains":["domain:mechanical-engineering"],"skillAreas":["skill-area:physics-simulation","skill-area:mathematical-reasoning","skill-area:motion-planning"],"roles":["role:systems-integration-engineer","role:research-engineer"]} |
The Engineering Change Management skill provides capabilities for managing engineering changes through PLM systems, ensuring controlled modification of designs with proper impact assessment and approval workflow.
| Type | Description | Urgency | Approval Level |
|---|---|---|---|
| Class I | Form/fit/function change | Normal | Full review |
| Class II | Minor change, no F/F/F impact | Normal | Limited review |
| Deviation | Temporary non-conformance | Varies | Engineering |
| Waiver | Accept as-is before build | Varies | Engineering |
| Emergency | Safety/production critical | Urgent | Expedited |
1. Change Request (ECR)
- Problem/opportunity identification
- Preliminary impact assessment
- Initial approval to investigate
2. Change Investigation
- Detailed impact analysis
- Solution development
- Cost/schedule estimation
3. Change Order (ECO)
- Formal change documentation
- Approval routing
- Implementation planning
4. Implementation
- Document updates
- Manufacturing notification
- Effectivity management
5. Closure
- Verification of implementation
- Record completion
Required information:
- Problem statement
- Proposed solution (if known)
- Originator and date
- Affected items (preliminary)
- Impact assessment (preliminary)
- Priority/urgency
- Supporting documentation
| Category | Assessment Questions |
|---|---|
| Technical | Does it affect performance, reliability, safety? |
| Cost | What is development and recurring cost impact? |
| Schedule | What is timeline impact? |
| Manufacturing | Does it affect tooling, processes, suppliers? |
| Service | Does it affect spare parts, maintenance procedures? |
| Regulatory | Does it affect certifications, approvals? |
Required sections:
1. Change description
- What is changing
- Why change is needed
- How change will be implemented
2. Affected items list
- Part numbers
- Document numbers
- Revision levels (from/to)
3. Impact assessment
- By category (cost, schedule, technical)
- Risk assessment
4. Interchangeability
- Form/fit/function analysis
- Backward compatibility
5. Effectivity
- Serial number/date effectivity
- Retrofit requirements
6. Implementation plan
- Tasks and responsibilities
- Timeline
- Verification requirements
| Code | Meaning | Action |
|---|---|---|
| D | Direct interchangeable | Replace anywhere |
| O | One-way interchangeable | New replaces old only |
| N | Not interchangeable | Separate part number |
| R | Retrofittable | Can upgrade old units |
Form:
- Dimensions unchanged?
- Mounting unchanged?
- Interfaces unchanged?
Fit:
- Assembly process unchanged?
- Mating parts unaffected?
- Clearances maintained?
Function:
- Performance unchanged?
- Reliability maintained?
- Safety unaffected?
Typical approval levels:
1. Originator - Complete ECR/ECO
2. Design Engineering - Technical review
3. Analysis Engineering - Impact verification
4. Manufacturing Engineering - Process review
5. Quality Assurance - Compliance review
6. Program Management - Cost/schedule review
7. Configuration Management - Release authority
8. Customer (if required) - Acceptance
| Role | Focus Areas |
|---|---|
| Design Engineering | Technical correctness |
| Manufacturing | Producibility, tooling |
| Quality | Inspection, compliance |
| Supply Chain | Supplier impact, cost |
| Program Management | Schedule, budget |
| Customer | Contract compliance |
Serial number effectivity:
- Starting serial: S/N 100
- Ending serial: S/N 199 (or blank for ongoing)
Date effectivity:
- Effective date: 2026-02-01
Lot effectivity:
- Starting lot: LOT-2026-001
Implementation considerations:
- Work-in-process inventory
- Finished goods inventory
- Field units
- Spare parts inventory
- Documentation updates
- Training requirements
| Type | Update Required | Responsibility |
|---|---|---|
| Drawings | New revision | Design |
| Models | New revision | Design |
| Specifications | As needed | Engineering |
| Procedures | As needed | Manufacturing |
| Manuals | As needed | Publications |
| Training | As needed | Training |
{
"change_type": "ECR|ECO|deviation|waiver",
"problem_statement": "string",
"proposed_solution": "string",
"affected_items": [
{
"item_number": "string",
"current_revision": "string",
"item_type": "part|document|process"
}
],
"priority": "normal|urgent|emergency",
"originator": "string",
"supporting_documents": "array of references"
}
{
"change_document": {
"number": "string",
"type": "ECR|ECO",
"status": "draft|in_review|approved|implemented|closed"
},
"impact_assessment": {
"technical": "string",
"cost": "number",
"schedule": "string",
"manufacturing": "string"
},
"interchangeability": {
"code": "D|O|N|R",
"justification": "string"
},
"approval_routing": {
"current_step": "string",
"approvers"