一键导入
change-impact-radar
Predict affected files, modules, APIs, tests, and DB paths before changes. Returns an impact map for human review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Predict affected files, modules, APIs, tests, and DB paths before changes. Returns an impact map for human review.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Optimize token usage and context window discipline. Reduce costs and improve response quality through smart context management.
Unified context lifecycle for FlowDeck sessions — ingest, filter, prune, protect, summarize, and persist with telemetry.
Map architecture, conventions, and file structure into `.codebase/`. Use when onboarding or before deep feature work.
Plan differently when the agent has low certainty — ask for clarification or narrow scope instead of pretending full understanding.
Protect critical context from pruning during compaction. Preserve active plans, safety files, pending operations, and user intent anchors.
Load full project context at session start. Read STATE.md, PLAN.md, PROJECT.md, CONVENTIONS.md, and ARCHITECTURE.md to brief any agent on where work stands.
| name | change-impact-radar |
| description | Predict affected files, modules, APIs, tests, and DB paths before changes. Returns an impact map for human review. |
| origin | FlowDeck |
Predicts blast surface before the AI touches a single file. Activate this skill by providing the intended change description to the agent.
Activate before:
.codebase/ARCHITECTURE.md and .codebase/STACK.md for system context.codebase/MEMORY.json to trace the module dependency graph## Change Impact Report
### Direct Impact (files you will edit)
| File | Type | Risk |
|------|------|------|
### Indirect Impact (dependents, ≤3 hops)
| File | Dependency Chain | Risk |
|------|-----------------|------|
### API Contracts at Risk
- [contract name]: [why at risk]
### Tests to Run / Update
- [test file]: covers [module]
### Database / Config paths
- [path]: [what changes]
### Volatility Warnings
- [file]: marked as [stability level]
### Verdict: LOW | MEDIUM | HIGH impact
/fd-task — its init step builds the graph.