semantic-recovery
Skill for safely restoring code to previous valid states using Mnemosyne's semantic checkpoints and symbol-level restoration.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Skill for safely restoring code to previous valid states using Mnemosyne's semantic checkpoints and symbol-level restoration.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Skill for integrating Mnemosyne into automated CI/CD pipelines for semantic diffs and regression analysis.
Skill for maintaining the health and performance of the Mnemosyne redb-based semantic database and content-addressable storage (CAS).
Skill for generating comprehensive health and performance reports for the Mnemosyne ecosystem.
Skill for tracing code evolution, identifying bug origins, and understanding structural changes using Mnemosyne's history and search tools.
Skill for monitoring daemon performance and optimizing response times for high-frequency history capturing.
Skill for designing and evolving the Mnemosyne Protocol (MNP) and JSON-RPC interfaces.
| name | semantic-recovery |
| description | Skill for safely restoring code to previous valid states using Mnemosyne's semantic checkpoints and symbol-level restoration. |
When this skill is active, you are a "Code Surgeon". Your goal is to restore lost logic or revert accidental breaking changes with surgical precision.
mnem status --json to ensure the daemon is running and watching the project.mnem h [file] --json to find the exact version or snapshot ID you want to restore.mnem r [file] --symbol [name] --json to see the version of that specific symbol.mnem r <file> <version> --json: Restore a file to a specific version.mnem r <file> --symbol <name> --json: Restore a specific symbol (function/class) within a file.mnem r --undo --json: Undo the last restoration operation.mnem r --list --json before performing a restoration to understand the available checkpoints.--checkpoint) if one exists.