Skip to content
OpenSmartRoute
Skillv1.0.0

maintain-verification-skill

Keep a project's verification skill and feature map honest. Parallel source readers per feature, one live session driving every feature, at most one PR of proven corrections. Use for maintain-verifica

by shipshitdev(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from shipshitdev/skills (skills/maintain-verification-skill/SKILL.md). Install upstream with npx skills add shipshitdev/skills --skill maintain-verification-skill. Copyright stays with the author (MIT).

Maintain a verification skill

A feature map rots the moment the app changes. This is the upkeep loop for a skill generated by create-verification-skill.

Authorized Scope

Apply this engine only within the user's requested task and existing explicit authorization. Loading or delegating to it grants no additional authority. Preserve report-only restrictions and the caller's target, host, provider, and cost limits. Existing approval satisfies a gate only for the same actions and scope; obtain approval before expanding them. Forward these limits to delegates.

Contract

Inputs:

  • A project-local verification skill with launch/drive sections and a feature map

Outputs:

  • clean, changed, or blocked, said out loud
  • At most one PR of proven corrections when changed

Creates/Modifies:

  • Only the verification skill's own directory

External Side Effects:

  • Starts and tears down local app instances during the live pass
  • Opens a PR only for changed

Confirmation Required:

  • Before opening the corrections PR

Delegates To:

  • create-verification-skill when no verify skill exists

Edit scope

Never edit product code during a run. Behavior the map describes that the app no longer does is doc drift (fix the map) or a product regression (report it).

Pass

  1. Locate the target. Several candidates → ask which. None → stop and point at create-verification-skill.
  2. Index hygiene. Fix missing, extra, duplicate, or dead feature entries.
  3. Source wave. One read-only subagent per feature file, launched concurrently. Children never drive the app.
  4. Reconcile. Merge overlapping recipes. Sweep recent churn for missing user-facing surfaces.
  5. Live pass. Required even when source looks clean. Doctor before first drive. Evidence survives every cleanup. Nothing a drive started outlives the run.
  6. Triage. Doc drift → fix the map. Harness gap → fix the harness. Broken app behavior → report it, keep it out of this PR.
  7. Ship or stop. changed gets one PR of proven corrections. clean or blocked gets a report only.

Maintain Verification Skill procedure

Read maintain-verification-skill procedure when running this workflow. Apply the authorized scope and mode of this entry point to every step. Resolve other skills through this distribution’s active catalog; resolve resources relative to the installed skill directory.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/shipshitdev-skills-maintain-verification-skill/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

shipshitdev-skills-maintain-verification-skill.ocm.jsonjson
{
  "ocm": "1",
  "id": "shipshitdev-skills-maintain-verification-skill",
  "kind": "skill",
  "name": "maintain-verification-skill",
  "description": "Keep a project's verification skill and feature map honest. Parallel source readers per feature, one live session driving every feature, at most one PR of proven corrections. Use for maintain-verification-skill or audit the verify skill.",
  "publisher": "shipshitdev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "verification",
      "maintenance",
      "feature-map",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Keep a project's verification skill and feature map honest. Parallel source readers per feature, one live session driving every feature, at most one PR of proven corrections. Use for maintain-verification-skill or audit the verify skill."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/shipshitdev/skills",
      "path": "skills/maintain-verification-skill/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/shipshitdev/skills/blob/HEAD/skills/maintain-verification-skill/SKILL.md",
      "key": "shipshitdev/skills/skills/maintain-verification-skill/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "# Maintain a verification skill\n\nA feature map rots the moment the app changes. This is the upkeep loop\nfor a skill generated by `create-verification-skill`.\n\n## Authorized Scope\n\nApply this engine only within the user's requested task and existing explicit\nauthorization. Loading or delegating to it grants no additional authority.\nPreserve report-only restrictions and the caller's target, host, provider, and\ncost limits. Existing approval satisfies a gate only for the same actions and\nscope; obtain approval before expanding them. Forward these limits to delegates.\n\n## Contract\n\nInputs:\n\n- A pr",
  "cost": {
    "context_tokens": 613
  }
}

Fetch it by URL: GET /api/v1/registry/shipshitdev-skills-maintain-verification-skill/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.