Passive review skill
Skill Podcast72/agent-skill-starter-kit/examples/passive-review-skill
A practical starter kit for turning repeated AI agent workflows into reusable local skills with scripts, templates, checks, and optional hooks.
npx -y skills add Podcast72/agent-skill-starter-kit --skill passive-review-skillAssembled 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
Use this skill as an example of a local review-oriented skill that can optionally record minimal usage metadata for later manual review.
SKILL.md
1.5 KB, 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: