agentsclimarketplace

Passive review skill

Skill Podcast72/agent-skill-starter-kit/examples/passive-review-skill

Use this skill as an example of a local review-oriented skill that can optionally record minimal usage metadata for later manual review.From its SKILL.md

Install
npx -y skills add Podcast72/agent-skill-starter-kit --skill passive-review-skill

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.

SKILL.md

1.5 KB, 287 tokens by cl100k_base, as published. Nobody here has run it

Passive Review Skill

What this skill does

Use this skill when you want a reusable local skill that can keep a small audit trail of usage events without storing sensitive content and without changing itself.

Activation

Activate this skill when manual review matters more than automation and when logging, if used at all, should stay minimal.

Scope

  • Local skill use only.
  • Minimal usage metadata only.
  • Manual review only.
  • No network access.
  • No global configuration changes.
  • No automatic self-modification.

Optional script

scripts/usage_log_example.py is an optional example that appends small JSONL entries inside this example folder only.

Rules

  • Logging is optional and must be explicitly allowed by the user.
  • Do not store full prompts.
  • Do not store secrets, personal data, file contents, or credentials.
  • Do not modify the skill automatically.
  • Do not make automatic improvement decisions from the log.
  • Use the log only to support later manual review.

Stop rules

  • Stop if the request asks for full prompt logging.
  • Stop if the request asks for automatic upgrades or self-modification.
  • Stop if the task would move logs outside the example folder.
  • Stop if the user wants hidden or non-reviewable behavior.

Final report format

MODE:
TASK:
LOGGING USED:
FILES CHANGED:
VALIDATION:
LIMITS:
STATUS:

What ships with it: 2 files

2.6 KB alongside SKILL.md, 1 of them executable

scripts/

Keep looking

Skills are one crate of 325,949. 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.