pinax-proof-maintenance-operator

Execute Pinax maintenance workflows with proof loops, snapshots, and approval gates.

Updated Jun 5, 2026
One-click install
npx skills add https://github.com/yeisme/pinax --skill pinax-proof-maintenance-operator
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: pinax-proof-maintenance-operator
Source: https://github.com/yeisme/pinax/tree/main/.agents/skills/pinax-proof-maintenance-operator
Command: npx skills add https://github.com/yeisme/pinax --skill pinax-proof-maintenance-operator

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps manage high-risk local maintenance in Pinax by using proof loops, snapshots, and approval gates, ensuring safety and reversibility of changes.

Core Features & Use Cases

  • Proof Loop Execution: Safely run Pinax proof loops for diagnosis, planning, and application of changes.
  • Maintenance Management: Execute tasks like metadata repair, organize, version snapshot/restore, and record maintenance.
  • Use Case: If you need to make changes that could potentially affect many notes or the vault's state, this Skill will guide you through the process with explicit diagnostics and snapshotting to maintain safety.

Quick Start

Use the 'pinax-proof-maintenance-operator' skill to apply a repair plan to your Pinax vault.

Frequently Asked Questions about pinax-proof-maintenance-operator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely run Pinax maintenance workflows on a local vault?β–Ό

Pinax maintenance workflows can be safely executed on a local vault using proof loops, snapshots, and approval gates to ensure all changes are validated and reversible. The workflow guides you through diagnosis, planning, and application with explicit safety checks.

What is a proof loop and how does it protect my Pinax vault during repairs?β–Ό

A proof loop is a maintenance execution pattern that safely runs Pinax diagnostics, plans changes, and applies repairs iteratively. It protects your vault by requiring validation and approval gates before modifying notes, ensuring unsafe changes are caught before application.

Can I restore my local vault to a previous version after running metadata repair?β–Ό

Yes, you can restore your local vault to a previous version after running metadata repair because the workflow creates version snapshots before applying changes. These snapshots capture the vault state, allowing you to revert if the repair or organize operation causes issues.

Do I need approval gates for every Pinax maintenance task like organize and record maintenance?β–Ό

Approval gates are integrated into the maintenance workflow to ensure safety for high-risk tasks like metadata repair, organize, and record maintenance. They require explicit validation before changes are applied, preventing unintended modifications to your local vault.

What is the best way to diagnose vault issues before applying Pinax maintenance changes?β–Ό

The best way to diagnose vault issues before applying changes is running the doctor and stats commands within the proof loop workflow, which provide explicit diagnostics for planning safe repairs. This diagnostic phase ensures you understand the vault state before proceeding.

When should I not use automated maintenance workflows on my Pinax vault?β–Ό

You should avoid automated maintenance workflows when your local vault contains unsaved states or lacks recent version snapshots, as the workflow relies on existing snapshots for reversibility. Ensure a valid snapshot exists before attempting metadata repair or organize operations.