AgentStack
SKILL verified Apache-2.0 Self-run

Ss List Changes

skill-lbk-open-super-spec-ss-list-changes · by lbk-open

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.

No reviews yet
0 installs
2 views
0.0% view→install

Install

$ agentstack add skill-lbk-open-super-spec-ss-list-changes

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Ss List Changes? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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.

  1. 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

  1. 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.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.