一键导入
fleet-gap
Detect drift from tzervas fleet standards (workflows, badges, issue tiers, Copilot off). Use when auditing a repo or filing fleet-gap issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Detect drift from tzervas fleet standards (workflows, badges, issue tiers, Copilot off). Use when auditing a repo or filing fleet-gap issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Draft or refresh a Hugging Face model card (MODEL_CARD.md / README model section). Use when publishing BitNet/trit/HF checkpoints or training runs.
Run a minimal train/import smoke for ML crates (Rust or Python HF). Use before claiming a training path works.
Run the standard Rust local gate (fmt, clippy -D warnings, build, test). Use before commits/PRs on Rust crates.
Prepare code for git commit by running format checks, lints, tests, and generating a commit message. Use before committing changes.
Two-pass pull request review — triage by size/risk, then grounded file:line checklist. Use when reviewing PRs or before merge.
Review Rust unsafe blocks for SAFETY comments (what/why/invariants). Use when writing or reviewing unsafe Rust.
| name | fleet-gap |
| description | Detect drift from tzervas fleet standards (workflows, badges, issue tiers, Copilot off). Use when auditing a repo or filing fleet-gap issues. |
| metadata | {"author":"tz-forge","version":"1.0"} |
| allowed-tools | Bash(git:*) Bash(gh:*) Bash(rg:*) |
Compare a consumer repo against the P26 fleet pack (also shipped as
modules/fleet in tz-forge).
.github/ISSUE_TEMPLATE/fleet-gap.yml issues| Path | Role |
|---|---|
.github/workflows/fleet-ci.yml | Push/PR CI (self-hosted labels) |
.github/workflows/fleet-security.yml | Security + weekly |
.github/workflows/close-issues-on-main.yml | Close issues on main merge |
.github/workflows/reopen-issues-closed-off-main.yml | Reopen if Closes used off-main |
scripts/close-linked-issues.sh | Helper for close workflow |
.github/ISSUE_TEMPLATE/fleet-gap.yml | Gap intake |
.github/PULL_REQUEST_TEMPLATE.md | Refs vs Closes checklist |
| README badges | Live Actions SVG for trunk branch |
ls .github/workflows/
diff -u path/to/tz-forge/modules/fleet/.github/workflows/fleet-ci.yml \
.github/workflows/fleet-ci.yml
Badges live? README should use GitHub Actions badge URLs for the real trunk branch — not static green images.
Issue policy documented? PR template mentions Refs on dev / Closes on main.
Copilot auto-review off? No workflow or settings that request automatic Copilot reviews.
Permissions — workflows use minimum permissions: blocks.
## Fleet gap — <repo>
| Check | Status | Notes |
|-------|--------|-------|
| fleet-ci.yml | ok/missing/drift | |
| fleet-security.yml | | |
| close/reopen workflows | | |
| close-linked-issues.sh | | |
| issue + PR templates | | |
| live badges | | |
| Copilot auto-review | off/ON(BAD) | |
### Recommended actions
1. …
Open a fleet-gap issue when remediation is non-trivial; fix trivial drift
in a chore PR with Refs #n.