{
  "schema": "snappy-card/1",
  "skill": "snappy-review-pages",
  "tier": "public",
  "origin_tier": "base",
  "purpose": "When Robert asks for an HTML page to review anything, build a machine, not a",
  "verbs": [
    {
      "name": "kit",
      "args": [
        "page-key",
        "title"
      ],
      "effect": "draft",
      "firstCall": "npx tsx ~/.claude/skills/snappy-review-pages/api.ts kit <page-key> \"<title>\""
    },
    {
      "name": "provenance",
      "args": [],
      "effect": "write-reversible",
      "firstCall": "npx tsx ~/.claude/skills/snappy-review-pages/api.ts provenance"
    }
  ],
  "faces": [],
  "agents": [],
  "uses": [],
  "used_by": [],
  "checks": {
    "pass": 32,
    "fail": 2,
    "defer": 27,
    "line": "32 of 34 checks pass",
    "failing": [
      {
        "id": 55,
        "rule": "Eval scenarios are multi-call with ground truth",
        "says": "eval manifest missing"
      },
      {
        "id": 57,
        "rule": "Eval manifest contains a disjoint holdout",
        "says": "0 disjoint holdout scenario(s)"
      }
    ]
  },
  "coverage": null,
  "spec": null,
  "evals": null,
  "files": [
    "AGENTS.md",
    "SKILL.md",
    "api.ts",
    "refusals.test.ts"
  ],
  "total_size": 31527,
  "checksum": "sha256:1c34fd0c4b1bc5c12213b035219010db32b4649d905a43af22852963d58f30dc",
  "built_at": "2026-09-09T22:10:32.395Z",
  "openapi": {
    "openapi": "3.1.0",
    "info": {
      "title": "snappy-review-pages",
      "version": "0.0.0",
      "description": "Local HTML review pages with provenance and a copy-back feedback loop. Whenever Robert asks for an HTML doc/page to review work (storyboards, thumbnails, analyses, comparisons), build it with: pipeline ordering, provenance cards for every AI-generated artifact (refs, prompt, service, settings, one-click recreate command), and per-item feedback widgets whose notes export as markdown via one Copy-all button for pasting back into chat. Triggers on: html page, review page, html doc, storyboard preview, show me on a page, provenance, feedback page, snappy-review-pages, review-pages."
    },
    "x-snappy-transport": "cli",
    "servers": [
      {
        "url": "npx tsx ~/.claude/skills/snappy-review-pages/api.ts",
        "description": "The hand itself. Every path is a verb word, every query or body key an argument."
      }
    ],
    "paths": {
      "/kit": {
        "post": {
          "operationId": "snappy_review_pages_kit",
          "summary": "snappy-review-pages kit",
          "x-snappy-effect": "draft",
          "x-snappy-annotations": {
            "readOnlyHint": false,
            "destructiveHint": false,
            "idempotentHint": false,
            "openWorldHint": false
          },
          "requestBody": {
            "required": true,
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {
                    "page-key": {
                      "type": "string",
                      "description": "Page key from the review-pages registry",
                      "x-snappy-position": 0
                    },
                    "title": {
                      "type": "string",
                      "description": "Human-readable title",
                      "x-snappy-position": 1
                    }
                  },
                  "required": [
                    "page-key",
                    "title"
                  ]
                }
              }
            }
          },
          "responses": {
            "200": {
              "description": "The verb's own answer, as printed by `--json`."
            }
          }
        }
      },
      "/provenance": {
        "post": {
          "operationId": "snappy_review_pages_provenance",
          "summary": "snappy-review-pages provenance",
          "x-snappy-effect": "write-reversible",
          "x-snappy-annotations": {
            "readOnlyHint": false,
            "destructiveHint": false,
            "idempotentHint": false,
            "openWorldHint": false
          },
          "requestBody": {
            "required": false,
            "content": {
              "application/json": {
                "schema": {
                  "type": "object",
                  "properties": {}
                }
              }
            }
          },
          "responses": {
            "200": {
              "description": "The verb's own answer, as printed by `--json`."
            }
          }
        }
      }
    },
    "components": {
      "schemas": {
        "SnappyRefusal": {
          "type": "object",
          "required": [
            "outcome",
            "code",
            "message"
          ],
          "properties": {
            "outcome": {
              "type": "string",
              "const": "refused"
            },
            "code": {
              "type": "string",
              "description": "A row of the closed refusal table."
            },
            "message": {
              "type": "string"
            },
            "fix": {
              "type": "string"
            }
          }
        }
      }
    }
  }
}