home/productivity/instructions-en-8

Instructions.en

GPTClaudeDeepSeek··1,176 copies·updated 2026-07-14
instructions-en-8.prompt
# Change Impact Analysis

Use this skill before modifying, moving, renaming, deleting, or redesigning shared code.

## Safety Boundary

- Analyze before editing.
- Do not modify files by default.
- Do not assume no references exist without searching.
- Treat public interfaces as compatibility-sensitive.

## Workflow

1. Identify the proposed change target.
2. Search imports, calls, re-exports, dynamic references, route references, config usage, tests, documentation, package exports, and CI usage.
3. Determine whether the target is a public interface.
4. Classify blast radius and compatibility requirements.
5. Identify behavior that must be preserved.
6. Recommend the smallest safe change plan.

when to use it

Community prompt sourced from the open-source GitHub repo dss-time/repo-doctor-skills (MIT). A "Instructions.en" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

dss-time/repo-doctor-skills · MIT