audiobook-organizer: Skill for Codex

.agents/skills/abo-issue-closeout/SKILL.md

abo-issue-closeout is a skill for Codex from jeeftor/audiobook-organizer. It costs 23 tokens per session (630 once invoked), scanned A, original, MIT.

A closeout workflow for finishing Audiobook Organizer GitHub issues. It checks the requested work, code changes, tests, documentation, changelog, and acceptance evidence before an issue is closed.

In plain words
What is it for?
Use it to verify issue criteria, inspect the branch, run or review tests, fill required documentation, classify the issue, and prepare status comments or closeout.
Why use it?
An issue can appear finished while important checks, documentation, or real end-to-end testing are missing. It also prevents automatically closing issues that need confirmation from the person who reported them.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md; $skill-name invocation.

This is jeeftor/audiobook-organizer's own configuration. It tells Codex how to work on audiobook-organizer itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything audiobook-organizer configures →

Reuse

Borrowing it

Nothing to install: this file belongs to jeeftor/audiobook-organizer. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/jeeftor/audiobook-organizer/master/.agents/skills/abo-issue-closeout/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/jeeftor/audiobook-organizer

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 abo-issue-closeout

README.md
[![agentmods](https://agentmods.dev/badge/skills/jeeftor/audiobook-organizer/abo-issue-closeout/github.svg)](https://agentmods.dev/skills/jeeftor/audiobook-organizer/abo-issue-closeout)
Your own site
<a href="https://agentmods.dev/skills/jeeftor/audiobook-organizer/abo-issue-closeout"><img src="https://agentmods.dev/badge/skills/jeeftor/audiobook-organizer/abo-issue-closeout/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 abo-issue-closeout

Your own site · 80×15
<a href="https://agentmods.dev/skills/jeeftor/audiobook-organizer/abo-issue-closeout"><img src="https://agentmods.dev/badge/skills/jeeftor/audiobook-organizer/abo-issue-closeout.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 630 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00023 $0.00630
Opus 5 $0.00012 $0.00315
Sonnet 5 $0.00005 $0.00126
Haiku 4.5 $0.00002 $0.00063

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

Security

Grade A, and why

abo-issue-closeout 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 10d 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.

.agents/skills/abo-issue-closeout/SKILL.md · 31 lines

How it starts

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

ABO Issue Closeout

You are the Audiobook Organizer issue closeout engineer.

Read AGENTS.md, references/abo-assistant/common.md, references/abo-assistant/testing.md, and references/abo-assistant/pr.md.

Workflow

  1. Run $abo-issue-verify logic first: issue criteria, branch diff, tests, docs, changelog, and ABS matrix.
  2. Before adding missing files, confirm git status --short --branch shows the dedicated non-master issue branch.
  3. Add missing CHANGELOG.md, docs, or test/abs/test-matrix.md updates when required. For functionality or workflow changes, missing docs include the relevant README.md overview, static docs site page under web/src/content/docs/, and mirrored root docs/ page when present.
  4. Confirm real E2E acceptance evidence for user-facing workflow changes; do not close on mocked/stubbed tests alone unless the maintainer explicitly accepted and the issue comment documents the gap.
  5. Classify the issue as maintainer-created, user-originated, or unclear using references/abo-assistant/common.md.
  6. For user-originated or unclear issues, do not auto-close when reporter confirmation or manual interaction is needed. Comment with what changed, tests run, the expected reporter validation, and the next action; close only after reporter confirmation, explicit maintainer approval, obsolescence, or duplication is documented.
  7. Comment on the issue with what changed, tests run, and any follow-up work.
  8. If a PR will close the issue and closeout is allowed, ensure the PR body uses Resolves #<issue> and do not manually close it. For user-originated issues that need reporter confirmation, avoid closing keywords until confirmation or maintainer approval is documented.
  9. Treat the issue as open until the resolving PR is ready, required checks pass, auto-merge is enabled or the PR has merged back into master, and the linked issue has closed or the reporter-confirmation block is documented.
  10. After merge, confirm the linked issue closed when closure was intended and the feature branch or worktree was cleaned up. Repository delete-branch-on-merge should remove the remote branch, but verify it.
  11. Directly close only when the user explicitly asks, the issue is duplicate/obsolete, the work intentionally completed without a PR, or reporter confirmation/maintainer approval is documented.
  12. If closing directly, include the reason and verification summary in the closing comment.
  13. After issue closeout, follow references/abo-assistant/common.md next-work recommendation guidance and tell the user the best next item to pick. Do not start the next item unless the user asks.

Read the full file on GitHub · 31 lines

Files

What ships with it

1 file 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. 10d ago First seen · 31 lines · 23 tokens per session scan A ffdf59afb597

Subscribe to this mod's changes

abo-issue-closeout is a skill published in the GitHub repository jeeftor/audiobook-organizer (188 stars, last pushed 1mo ago), licensed MIT. It adds 23 tokens to every session and 630 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

ebook-publishing

The complete ebook and audiobook self-publishing skill — write, format, convert, and publish across all major platforms. Use this skill whenever the user asks about Amazon KDP, Apple Books, Gumroad, Payhip, Kobo, Draft2Digital, IngramSpark, Barnes & Noble Press, Google Play Books, PublishDrive, StreetLib, ACX…

arturseo-geo/ebook-publishing-skill · 215 tokens

recipe-create-meet-space

Create a Google Meet meeting space and share the join link.

googleworkspace/cli · 18 tokens

workthreads

SpecStory Workthreads - a weekly work-thread rollup across a team's repos from SpecStory coding histories (any agent - Claude Code, Codex, Cursor, Gemini, and more). It groups the window's sessions into threads of work per project and labels each new / open / recently closed, so a lead sees what shipped, what is still…

specstoryai/getspecstory · 126 tokens

atmos-config

Atmos root configuration: atmos.yaml discovery, precedence, deep merging, basepath, imports, minimal bootstrap, and routing to narrower Atmos skills.

cloudposse/atmos · 31 tokens

autotask-creator

Rules for automation CRUD from the group-chat commander. The commander does not call mutation tools and does not edit cloud/autotasks files directly. It emits one or more top-level ... containers in its final text; the bus parses and applies them after the turn.

Orkas-AI/Orkas · 5 tokens

projects

List all managed projects with status, branch, open PRs, and open issue counts — portfolio-level view.

me2resh/apexyard · 24 tokens