Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add bahayonghang/my-ai-cli-toolkit --skill skill-session-reviewgit clone --depth 1 https://github.com/bahayonghang/my-ai-cli-toolkitWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/bahayonghang/my-ai-cli-toolkit/skill-session-review)<a href="https://agentmods.dev/skills/bahayonghang/my-ai-cli-toolkit/skill-session-review"><img src="https://agentmods.dev/badge/skills/bahayonghang/my-ai-cli-toolkit/skill-session-review.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00127 | $0.01965 |
| Opus 5 | $0.00063 | $0.00983 |
| Sonnet 5 | $0.00025 | $0.00393 |
| Haiku 4.5 | $0.00013 | $0.00197 |
Grade A, and why
skill-session-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 148 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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 validated Markdown and self-contained HTML report package. 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.patchor editSKILL.mdof the target. - Do not run qiaomu-meta as part of this skill.
- The only permitted side-effect types are two report artifacts, the repo-root
.gitignoreexact line through its independent helper, the governed.input/<name>.jsonthrough its input manager, and opening the generated HTML throughopen_report.py. The report-subtree helpers never modify.gitignore. - Permitted side-effect types are not authorization. Before any one is used,
follow the exact preview and confirmation gates below. The named report
package, each replacement, and
.gitignoreare separate confirmations. - The HTML report must be self-contained, with no external resource references or vendor promotion.
- Do not print full private chats in the conversation. The report uses short excerpts only.
Workflow
- Resolve the target. Path → that instance. Name → if more than one
SKILL.md, list paths and stop. - Resolve the current repo root:
git rev-parse --show-toplevelor an explicit root the user gave. - Scan sessions:
python "<skill-dir>/scripts/scan_invocations.py" --skill-name <name> [--skill-path <abs>] --scope global --repo-root <abs>
Use --scope cwd only when the user asked to limit to this repository. Read invocation signals. Treat loaded and available as coverage, not as required-change evidence.
- Apply the zero-sample gate before reading private session slices. When all
four stores are
missing-store, outputunrated: no-session-storesplus the four-platform coverage/counts and stop. When stores are available but no session isinvoked, outputunrated: no-invoked-sessionsplus the same bounded counts and stop. Do not read slices, construct review JSON, call a helper, write a file, calculate a mean/ratio/overall/grade, or open a browser on either branch. - With at least one invoked session, read the target
SKILL.md(read-only) and invoked session slices. Score every invoked session with the review scorecard, and fill findings per the finding contract. Setlanguagefrom the user's request language and setskill_nameto the same canonical basename later passed as--name. Fill the declaredaggregate, includingoverallandgrade; helpers revalidate and recompute it with Decimal. - Prepare authorization before running a side-effect helper:
What ships with it
26 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/interface.yaml 1.6 KB
- evals/evals.json 7.1 KB
- references/finding-contract.md 3.1 KB
- references/handoff-prompt.md 1.9 KB
- references/invocation-signals.md 5.7 KB
- references/report-template.md 4.9 KB
- references/review-scorecard.md 4.9 KB
- scripts/ensure_report_ignore.py 4.2 KB runs code
- scripts/manage_review_input.py 5.7 KB runs code
- scripts/open_report.py 2.4 KB runs code
- scripts/render_review_html.py 11 KB runs code
- scripts/report_headings.py 1.2 KB runs code
- scripts/review_contract.py 60 KB runs code
- scripts/scan_invocations.py 27 KB runs code
- scripts/write_session_review.py 11 KB runs code
- tests/ensure-report-ignore.test.mjs 11 KB runs code
- tests/gbk-no-utf8-env.test.mjs 7.1 KB runs code
- tests/html-no-external-resources.test.mjs 5.2 KB runs code
- tests/manage-review-input.test.mjs 20 KB runs code
- tests/open-report.test.mjs 3.8 KB runs code
- tests/render-review-html.test.mjs 6.6 KB runs code
- tests/report-language.test.mjs 4.3 KB runs code
- tests/scan-invocations.test.mjs 46 KB runs code
- tests/skill-workflow-contract.test.mjs 12 KB runs code
- tests/valid-review.json 3.3 KB
- tests/write-session-review.test.mjs 26 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 148 lines · 127 tokens per session scan A 00b876d46cfd
skill-session-review is a skill published in the GitHub repository bahayonghang/my-ai-cli-toolkit (16 stars, last pushed yesterday), licensed MIT. It adds 127 tokens to every session and 1,965 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
learning-agility
Builds the leader's capacity for rapid, continuous learning through humility, curiosity, feedback receptivity, cross-training, reflective practice, and deliberate skill selection. Use when a leader's expertise has become stale, when the organisation faces skills gaps that training alone cannot close, when setbacks…
AGI-skill-unification
Multi-harness skill catalog unity — AAA catalog, Grok/Claude/Codex views, alias table (V3 short→disk), mesh-sync, BOOT gate, Hermes bridge. Load when auditing skill mesh, resolving dual names, rebinding harness skills, or before claiming skill inventory complete.
claude-md-improver
Audit and improve CLAUDE.md files in repositories. Use when user asks to check, audit, update, improve, or fix CLAUDE.md files. Scans for all CLAUDE.md files, evaluates quality against templates, outputs quality report, then makes targeted updates. Also use when the user mentions "CLAUDE.md maintenance" or "project…
agent-platform-rag-engine-management
Manage and query Agent Platform RAG Engine Corpora and retrieve grounded contexts using the Google GenAI SDK. Use when listing RAG corpora or files, inspecting a corpus, retrieving contexts, or generating content grounded in a RAG corpus. Do not use for standard database queries (use SQL/Spanner skills), Google…
gke-reliability
Improves GKE workload reliability, using PDBs, health probes, and topology spread constraints. Use when configuring GKE workload reliability, setting up PDBs, or configuring GKE health probes (liveness, readiness, startup). Don't use for disaster recovery setup or full cluster backups (use gke-backup-dr instead).
gke-workload-security
Audits, configures, and hardens workload-level security controls for Google Kubernetes Engine (GKE) applications and namespaces. Covers running cluster security audits (auditcluster.sh), configuring Workload Identity Federation (impersonation, KSA/GSA binding, and pod setup), enforcing Network Policies (default-deny…