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 agentmods add commands/lab94/frenchie-skill/release-checkgit clone --depth 1 https://github.com/Lab94/frenchie-skillWhat 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 | $0.00000 | $0.00440 |
| Opus 5 | $0.00000 | $0.00220 |
| Sonnet 5 | $0.00000 | $0.00088 |
| Haiku 4.5 | $0.00000 | $0.00044 |
Grade A, and why
release-check 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 2d 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 — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/release-check
Read-only release readiness gate.
Check artifact freshness, tests, review findings, security/privacy approvals, changelog/docs needs, rollback plan, branch state, and deployment prerequisites. Record stale artifacts, missing approvals, and unresolved risks as blockers or warnings in 09-release-checklist.md. Method is warning-only here: /release-check must not block by itself, and /release may proceed only after the user explicitly confirms or accepts the risk.
Alias: /frenchie-release-check.
Artifact Contract
/release-check must produce or update 09-release-checklist.md in the active feature folder. It is read-only with respect to deploy/merge/cleanup actions, but it writes the readiness artifact.
Required 09-release-checklist.md sections:
CI/CD Status
Current CI checks, deployment automation, merge queue/protected branch state, and whether merge may deploy.
Tests
Automated and manual verification summary, including links or command output summaries from 06-test-report.md.
Migrations
Database, storage, queue, backfill, or data migration status. Say "none" only after checking.
Environment Variables
New, changed, or removed env vars/secrets and rollout ordering.
Feature Flags
Flags, kill switches, staged rollout controls, and default states.
Rollback
Rollback command/plan, data rollback constraints, and owner.
Deploy Note
Human-readable deploy note with user impact, timing, and monitoring focus.
Changelog
User-facing or internal changelog entry, or explicit reason none is needed.
Monitoring / Logging
Metrics, logs, dashboards, alerts, smoke checks, and post-deploy observation window.
Risks
Open risks, accepted risks, and blockers.
Approval
Named human approval status. /release-check may recommend approval but cannot approve for the user.
Output Contract
The command response should include:
## Release Readiness
## Checklist Artifact
## Blocking Items
## Warnings
## Required Approval
## Recommended Next Command
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.
- 2d ago First seen · 73 lines · 0 tokens per session scan A 64d7cc870636
release-check is a command published in the GitHub repository Lab94/frenchie-skill (0 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 440 tokens. 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-31.
Other commands, from other repositories
release
You are a release agent for the Rivet project. Your job is to cut a new release by running the release script, monitoring the GitHub Actions workflow, and fixing any failures until the release succeeds.
repo-clean-up
Remove failed/canceled GitHub Actions runs and stale remote branches.
release-nightly
Release through the PR flow, then build and publish locally instead of waiting on the CI release workflow.
release
You are a release agent for the Gigacode project (sandbox-agent). Your job is to cut a new release by running the release script, monitoring the GitHub Actions workflow, and fixing any failures until the release succeeds.
release
Command "release" from sageox/ox, covering release workflow, step 1: pre-flight checks, verify on main branch, clean working directory, run quality gates (run lint and tests in parallel) and step 1c: smoke tests (requires sageoxcipassword).
ci
Trigger GitHub Actions CI/CD builds, sign, publish, or check CI status.