home/writing/repair-prompt-5

Repair Prompt

GPTClaudeGemini··780 copies·updated 2026-07-14
repair-prompt-5.prompt
# Repair Prompt: Stale Commands

Review the repository's agent instruction files for stale commands.

Make the smallest safe patch that aligns the instructions with the current project configuration. Do not upgrade dependencies or rewrite the build system.

Please:

1. Compare every setup, dev, test, lint, typecheck, build, and deploy command against current project files and CI.
2. Remove commands that reference deleted scripts, old package managers, old ports, old runtime versions, or obsolete migration notes.
3. Replace stale commands with verified current commands.
4. Add a short warning against using dependency upgrades as a generic fix.
5. If a command cannot be verified locally, label it as unverified instead of presenting it as fact.

After editing, report which commands were verified, which were removed, and which still need human confirmation.

when to use it

Community prompt sourced from the open-source GitHub repo Rayna-RRR/agent-instruction-smells (MIT). A "Repair Prompt" 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

writingcommunitygeneral

source

Rayna-RRR/agent-instruction-smells · MIT