Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic

hydra-acp-blame

Étoiles10
Forks4
Mis à jour7 juillet 2026 à 16:19

Activate this skill whenever the user is trying to figure out why code that used to work is now broken, or asks any question that reduces to "how did this change land". Pairs git reflog + commit archaeology with `hydra session list` + `hydra session diff` to attribute each hunk to the session that authored it — or flag it as an orphan (edits that landed via `git commit -a` outside any recorded session). Activate on any of these user phrasings (verbatim examples — plus obvious paraphrases): - "help me understand how this broke", "how did this break", "how did this get broken" - "this used to work", "this was passing before", "these tests were passing" - "how did this regression get in", "who broke this", "why is this failing now" - "who reverted X", "trace this change back", "which session made commit <sha>" - "why does commit <sha> touch <file> when its message is about <other thing>" - Any test-failure paste (Vitest / Jest / Mocha / pytest / cargo test output) accompanied by a "how did this" / "why is this"

Installation

Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.

SKILL.md
readonly