agent-skill-release-review

agent-skill-release-review is a skill for Codex from BlacklineCloud/agent-skills. It costs 53 tokens per session (546 once invoked), scanned A, original, MIT.

A release-readiness review tool for coding-agent skills and plugins before they are published.

In plain words
What is it for?
Use it to audit an extension’s scope, required files, README, CI, changelog, and readiness for GitHub or another public release.
Why use it?
It identifies problems in triggering, structure, documentation, testing, licensing, security, and public-release preparation.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Claude Code; mentions Codex.

Good fit Use it to audit an extension’s scope, required files, README, CI, changelog, and readiness for GitHub or another public release.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/blacklinecloud/agent-skills/agent-skill-release-review
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 BlacklineCloud/agent-skills --skill agent-skill-release-review
Clone the repo
git clone --depth 1 https://github.com/BlacklineCloud/agent-skills

Made for: 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 agent-skill-release-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/blacklinecloud/agent-skills/agent-skill-release-review/github.svg)](https://agentmods.dev/skills/blacklinecloud/agent-skills/agent-skill-release-review)
Your own site
<a href="https://agentmods.dev/skills/blacklinecloud/agent-skills/agent-skill-release-review"><img src="https://agentmods.dev/badge/skills/blacklinecloud/agent-skills/agent-skill-release-review/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 agent-skill-release-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/blacklinecloud/agent-skills/agent-skill-release-review"><img src="https://agentmods.dev/badge/skills/blacklinecloud/agent-skills/agent-skill-release-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 546 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.00053 $0.00546
Opus 5 $0.00026 $0.00273
Sonnet 5 $0.00011 $0.00109
Haiku 4.5 $0.00005 $0.00055

Measured 9d ago against content hash 9110ea6da8d4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

agent-skill-release-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 9d 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.

skills/agent-skill-release-review/SKILL.md · 68 lines

How it starts

The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Agent Skill Release Review

Overview

Use this skill to review a skill or plugin before it is published publicly. It is intended for maintainers who want a release-quality audit rather than a casual style pass.

Review Workflow

  1. Confirm the artifact type and release target.
    • Identify whether the target is a skill, plugin, or mixed repo.
    • Confirm whether the release target is Codex-only or multi-agent.
  2. Inspect trigger quality and scope.
    • Check that name and description are specific, non-overlapping, and aligned with intended user requests.
    • Flag broad language that could cause false triggering or agent confusion.
  3. Inspect source structure.
    • Verify required files exist and optional resources are justified.
    • Flag dead scaffolding, redundant docs, and generated files that should not be committed.
  4. Inspect release readiness.
    • Check licensing, contribution docs, security policy, changelog, tests, and CI.
    • Confirm that the public README explains what is shipped today, not just what might exist later.
  5. Report findings.
    • Prioritize blocking issues first, then follow-up improvements.
    • Distinguish required release blockers from non-blocking polish.

What to Focus On

Trigger Quality

  • Is the skill description narrow enough to trigger only in the right situations?
  • Is the skill name readable, stable, and consistent with folder naming?
  • Would multiple skills in the same repo conflict or overlap?

Structure and Maintainability

  • Does the artifact follow the expected folder layout?
  • Are references/, scripts/, and assets/ used only when necessary?
  • Are generated or local-only files excluded from source control?

Public OSS Readiness

  • Is the repository safe and comprehensible for outside contributors?
  • Are release expectations, support boundaries, and security reporting clear?
  • Does CI cover the actual contract that the project exposes?

Output Expectations

  • Findings first, ordered by severity.
  • Include file references when possible.
  • Separate:
    • release blockers
    • correctness or maintainability issues
    • optional polish
  • If the artifact is ready, say so explicitly and note any residual risk.

Read the full file on GitHub · 68 lines

Files

What ships with it

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

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. 9d ago First seen · 68 lines · 53 tokens per session scan A 9110ea6da8d4

Subscribe to this mod's changes

agent-skill-release-review is a skill published in the GitHub repository BlacklineCloud/agent-skills (1 stars, last pushed 3d ago), licensed MIT. It adds 53 tokens to every session and 546 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.

Related

Other skills, from other repositories

review-code

Review code changes for correctness defects, regressions, security risks, data-integrity problems, concurrency hazards, and missing meaningful tests. Use for pull requests, branches, commits, patches, or working-tree reviews; do not use for implementation unless the user separately requests fixes.

Phelan164/codex-howto · 57 tokens

review-security

Review application and infrastructure changes for exploitable security risks by tracing assets, trust boundaries, attacker-controlled input, authorization, sensitive data, and dangerous sinks. Use for security reviews, threat-focused PR reviews, authentication or authorization changes, input handling, secrets…

Phelan164/codex-howto · 73 tokens

evidence-review

Review a small code or documentation change and return only evidence-backed correctness findings. Use in the Codex How To local plugin lab; do not modify files or post remote comments.

Phelan164/codex-howto · 39 tokens

code-review-excellence

This skill should be used when the user asks to review a diff or pull request, write review comments, audit code quality, establish review standards, or improve how a team performs code review.

Galaxy-Dawn/claude-scholar · 43 tokens

reviewee-judgment

Evaluates received review results before they generate work by separating problems from proposed fixes and comparing responses in a fixed decision order. Use whenever review results may lead to artifact changes; does not produce reviews.

shinpr/codex-workflows · 45 tokens

recipe-review

Reviews completed implementation for governing-source compliance, scope economy, repository quality, and security, and applies user-approved corrections.

shinpr/codex-workflows · 26 tokens