skill-session-review

Installation
SKILL.md

Skill Session Review

In the commands below, <skill-dir> is this skill's base directory, announced when the skill loads. Substitute the literal path. On Windows, py -3 may replace python.

Review how a named existing skill was followed in real sessions. Persist a feedback report. Do not edit the target skill. Do not call qiaomu-meta to apply changes.

Hard gates

  • Do not write inside the target skill directory.
  • Do not emit diff.patch or edit SKILL.md of the target.
  • Do not run qiaomu-meta as part of this skill.
  • Write only via the helpers below: the report file, the repo-root .gitignore exact line, and helper --input temp files.
  • Do not print full private chats in the conversation. The report uses short excerpts only.

Workflow

  1. Resolve the target. Path → that instance. Name → if more than one SKILL.md, list paths and stop.
  2. Resolve the current repo root: git rev-parse --show-toplevel or an explicit root the user gave.
  3. Scan sessions:
Installs
1
GitHub Stars
16
First Seen
Aug 28, 2026
skill-session-review — bahayonghang/my-ai-cli-toolkit