jordanhindo/lore · Archived

lore-dev-verification

Verifies changes to the Lore repo and Lore workflow skills.

First seen Jun 20, 2026

Installation

$ npx skills add jordanhindo/lore --skill lore-dev-verification

Summary

  • Verifies changes to the Lore repo and Lore workflow skills.
  • Use when working on Lore PRs, issue slices, recall/brief/handoff skills, CLI/MCP retrieval, store migrations, adapters, privacy/destructive-memory behavior, packaging, or any change that needs proof before it is called done.

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from jordanhindo/lore.

npx skills add jordanhindo/lore

Browse all from jordanhindo/lore

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 11
License LICENSE
Default branch main
Open issues 14
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,808 B
  • docs SUMMARY.md 313 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Lore Dev Verification

Use this before calling Lore work complete. Lore is memory infrastructure, so verification must prove behavior without leaking private transcripts.

Quick Start

  1. Classify the change with references/verification-matrix.md.
  2. Run the targeted checks for that row.
  3. For skill changes, run the bundle and test-report validators:

``bash node skills/lore-dev-verification/scripts/validate-workflow-skill.mjs skills/<skill-name> ``

  1. Run npm run check before merge unless the issue explicitly narrows the gate.
  2. Record what ran in the issue or skill evals/test-report.md.

Rules

  • Current files, tests, and runtime artifacts beat old transcript memory.
  • CLI and MCP surfaces must preserve JSON-envelope parity when they expose the

same operation.

  • Fixtures must be synthetic or scrubbed. Never commit real transcript excerpts,

credentials, private project text, or personal memory.

  • Real-store smoke checks are local proof only. Summarize counts/outcomes, not

private message contents.

  • A workflow skill is not done until evals/test-report.md contains concrete

eval evidence, validator output, trigger checks when relevant, privacy notes, and remaining risks.

References

  • references/verification-matrix.md maps change type to required checks.
  • references/skill-review.md explains workflow-skill review and report gates.
  • examples/ contains example verification plans for common Lore changes.