Security & Compliance Custom Skills · Curated

Backup Verification Checker

Verifies a backup is actually restorable, not just present in storage.

What it does

Checks that a backup archive is complete and not truncated, confirms both the database export and the file archive were captured together (not just one half), and where a spare environment is available, walks through an actual test restore to confirm the site comes up cleanly rather than just trusting the backup log.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/backup-verification-checker/ (or ~/.claude/skills/backup-verification-checker/ for all projects)

GitHub Copilot (VS Code)

.github/skills/backup-verification-checker/

OpenAI Codex

.codex/skills/backup-verification-checker/

Cursor

.cursor/skills/backup-verification-checker/ (or ~/.cursor/skills/backup-verification-checker/ globally)

Compatibility

Any WordPress site with an existing backup solution (plugin or host-level); a spare staging environment is needed to run a true restore test.