checklist-validator

checklist-validator is a skill for Claude Code, Codex from a275618631/codex-antigravity-collaboration. It costs 66 tokens per session (650 once invoked), scanned A, original, MIT.

A final checklist for checking documents, code changes, analyses, and other work before sending, publishing, merging, deploying, archiving, or handing them over.

In plain words
What is it for?
Use it for readiness checks, including verification of saved files, project locations, filenames, GitHub repositories, branches, and remote copies.
Why use it?
It identifies missing content, risks, and unresolved items instead of treating incomplete work as ready.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions Codex.

Good fit Use it for readiness checks, including verification of saved files, project locations, filenames, GitHub repositories, branches, and remote copies.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/a275618631/codex-antigravity-collaboration/checklist-validator
Install

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.

Any agent
npx skills add a275618631/codex-antigravity-collaboration --skill checklist-validator
Clone the repo
git clone --depth 1 https://github.com/a275618631/codex-antigravity-collaboration

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for checklist-validator

README.md
[![agentmods](https://agentmods.dev/badge/skills/a275618631/codex-antigravity-collaboration/checklist-validator/github.svg)](https://agentmods.dev/skills/a275618631/codex-antigravity-collaboration/checklist-validator)
Your own site
<a href="https://agentmods.dev/skills/a275618631/codex-antigravity-collaboration/checklist-validator"><img src="https://agentmods.dev/badge/skills/a275618631/codex-antigravity-collaboration/checklist-validator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for checklist-validator

Your own site · 80×15
<a href="https://agentmods.dev/skills/a275618631/codex-antigravity-collaboration/checklist-validator"><img src="https://agentmods.dev/badge/skills/a275618631/codex-antigravity-collaboration/checklist-validator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 650 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00066 $0.00650
Opus 5 $0.00033 $0.00325
Sonnet 5 $0.00013 $0.00130
Haiku 4.5 $0.00007 $0.00065

Measured 8d ago against content hash 0fbdb82ec101, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

checklist-validator 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.

shared/skills/GLOBAL_CORE/checklist-validator/SKILL.md · 62 lines

What it actually says

檢查清單驗證器

Trigger

使用者要求「幫我檢查」、「交付前驗證」、「確認有沒有漏」、「ready check」時啟用。

Input Schema

必填:

  • artifact
  • checklist_type

選填:

  • custom_rules
  • risk_level
  • audience
  • storage_ledger
  • storage_ledger

Workflow

  1. 判斷 artifact 類型與交付風險。
  2. 選擇對應檢查清單。
  3. 每項標記 pass、fail 或 needs review。
  4. 列出必修項目。
  5. 產生 readiness score 與核准建議。
  6. 若涉及外部保存,檢查 routing ledger、CODEX 根/parent、專案沿用、檔名政策、GitHub repository/branch 與寫入後回讀。
  7. 若涉及外部保存,檢查 routing ledger、CODEX 根/parent、專案沿用、檔名政策、GitHub repository/branch 與寫入後回讀。

Output Schema

輸出:

  • checklist
  • passed
  • failed
  • needs_review
  • required_fixes
  • readiness_score
  • approval_needed

Validation

  • 每個 failure 必須有明確原因。
  • 高風險項目需要人工核准。
  • 缺資料不可默默通過。
  • Drive 交付必須同時通過:storage_locationproject_reusefilename_policyremote_exists;缺任一項即 needs_reviewfail
  • GitHub 交付必須確認 owner、repository、branch、實際檔案位置與 commit/遠端存在性;不可用本機路徑代替。
  • Drive 交付必須同時通過:storage_locationproject_reusefilename_policyremote_exists;缺任一項即 needs_reviewfail
  • GitHub 交付必須確認 owner、repository、branch、實際檔案位置與 commit/遠端存在性;不可用本機路徑代替。
  • 本 Skill 負責判斷成果是否可交付;完成後的修改清單、測試結果與待確認事項格式由 output-contract 處理。

KPI

  • 目標省時:80-90%。
  • 目標正確率:90%。
  • 成功指標:交付前漏項明顯降低。
Changes

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.

  1. 8d ago First seen · 62 lines · 66 tokens per session scan A 0fbdb82ec101

Subscribe to this mod's changes

checklist-validator is a skill published in the GitHub repository a275618631/codex-antigravity-collaboration (8 stars, last pushed 9d ago), licensed MIT. It adds 66 tokens to every session and 650 once invoked, about $0.0003 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-31.