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.
npx -y skills add lbk-open/super-spec --skill ss-list-changesAssembled 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
- Check that
openspec/changes/exists. If it does not, report that this repository has no OpenSpec baseline yet and suggest running thess-write-specorss-reverse-specskill to create one. - Active changes — for every directory directly under
openspec/changes/(excludingarchive/):- note whether it contains a
proposal.mdand delta spec files - list the capabilities its delta specs touch, cross-referenced against
openspec/specs/*/spec.md
- note whether it contains a
- 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:
| Status | Change | Capabilities | Files |
|---|---|---|---|
| active / archived | change-id | cap-a, cap-b | proposal.md, specs/... |
Do not edit any files.