agentsclimarketplace

Ss list changes

Skill lbk-open/super-spec/skills/ss-list-changes

Agent Skills that take a requirement — or a production alert — to a reviewed pull request: multi-agent TDD coding, a parallel review panel with severity-graded verdicts, living OpenSpec-compatible specs, and per-language guardrails.

Install
npx -y skills add lbk-open/super-spec --skill ss-list-changes

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Lists active OpenSpec changes and recent archived entries in the current repository. Use this skill to get a quick inventory of in-flight delta specs and what has already been merged, without manually browsing the openspec/ directory.

SKILL.md

1.5 KB, as published. Nobody here has run it

List OpenSpec Changes

Give a compact inventory of what is currently in flight and what was recently archived under openspec/changes/. This skill is read-only: it never edits files.

Inputs

Optional: how many archived entries to show (default 10).

Process

  1. Check that openspec/changes/ exists. If it does not, report that this repository has no OpenSpec baseline yet and suggest running the ss-write-spec or ss-reverse-spec skill to create one.
  2. Active changes — for every directory directly under openspec/changes/ (excluding archive/):
    • note whether it contains a proposal.md and delta spec files
    • list the capabilities its delta specs touch, cross-referenced against openspec/specs/*/spec.md
  3. Archived changes — list the most recent entries under openspec/changes/archive/, newest first, capped at the requested count (default 10). For each, show the archive date, change id, and touched capabilities.

Output

Present the result as a compact table:

StatusChangeCapabilitiesFiles
active / archivedchange-idcap-a, cap-bproposal.md, specs/...

Do not edit any files.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.