# Career Signal Restore

> Restore CareerSignal state from a local backup after explicit confirmation. Use on /CSrestore.

- Skill: `venilkukadiya52/career-signal-restore` (Agent Skill)
- Install (CLI): `npx skillmds@latest add venilkukadiya52/career-signal-restore`
- Raw SKILL.md: https://api.skillmd.com/api/skills/venilkukadiya52/career-signal-restore/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: venilkukadiya52 (https://skillmd.com/u/venilkukadiya52)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/venilkukadiya52/career-signal-restore

---


# CareerSignal Restore

1. List available backups with timestamps.
2. Ask the user which backup to restore unless exactly one exists and they explicitly requested the latest.
3. Require explicit confirmation before overwriting current state.
4. Back up current state before restoring.
5. Validate restored state and migrate it to the current schema.
6. Report completion and current profile status.

When local execution is used, call:
`python3 skills/user-context/scripts/context_cli.py restore-backup --path <backup> --confirm RESTORE`
only after the user's explicit confirmation.

