home/coding/instructions-en-6

Instructions.en

GPTClaudeDeepSeek··1,174 copies·updated 2026-07-14
instructions-en-6.prompt
# Safe Code Review

Review code changes without modifying files by default.

## Principles

- Read before judging.
- Do not invent issues without evidence.
- Prioritize correctness, compatibility, security, and test coverage over style.
- Search references before recommending deletion.
- Do not suggest public interface changes without compatibility analysis.

## Workflow

1. Identify the review scope.
2. Inspect changed files, related tests, and public interfaces.
3. Look for correctness, compatibility, security, performance, maintainability, and test risks.
4. Rank findings as P0/P1/P2/P3.
5. Provide evidence, risk, suggested fix, and validation method.

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

codingcommunitydeveloper

source

dss-time/repo-doctor-skills · MIT