closed-loop-delivery

closed-loop-delivery is a skill for Claude Code, Codex from ggg123124/vrchat-assistant. It costs 35 tokens per session (869 once invoked), scanned A, original, MIT.

A delivery workflow for coding tasks that tracks explicit acceptance criteria through implementation, review, deployment, and runtime checks.

In plain words
What is it for?
Coordinating end-to-end development work, including issue readiness, testing, deployment to a development environment, and limited verification rounds.
Why use it?
It prevents a task from being treated as finished merely because code changed; the expected result must be verified with evidence.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Coordinating end-to-end development work, including issue readiness, testing, deployment to a development environment, and limited verification rounds.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ggg123124/vrchat-assistant/closed-loop-delivery
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 ggg123124/vrchat-assistant --skill closed-loop-delivery
Clone the repo
git clone --depth 1 https://github.com/ggg123124/vrchat-assistant

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 closed-loop-delivery

README.md
[![agentmods](https://agentmods.dev/badge/skills/ggg123124/vrchat-assistant/closed-loop-delivery.svg)](https://agentmods.dev/skills/ggg123124/vrchat-assistant/closed-loop-delivery)
Your own site
<a href="https://agentmods.dev/skills/ggg123124/vrchat-assistant/closed-loop-delivery"><img src="https://agentmods.dev/badge/skills/ggg123124/vrchat-assistant/closed-loop-delivery.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 869 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.00035 $0.00869
Opus 5 $0.00017 $0.00434
Sonnet 5 $0.00007 $0.00174
Haiku 4.5 $0.00003 $0.00087

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

Security

Grade A, and why

closed-loop-delivery 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 4d 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/closed-loop-delivery/SKILL.md · 121 lines

How it starts

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

Closed-Loop Delivery

Overview

Treat each task as incomplete until acceptance criteria are verified in evidence, not until code is merely changed.

Core rule: deliver against DoD (Definition of Done), not against code diff size.

When to Use

Use this skill when:

  • user gives a coding/fix task and expects end-to-end completion
  • task spans code + tests + PR comments + dev deploy + runtime checks
  • repeated manual prompts like "now test", "now deploy", "now re-check PR" should be avoided

Do not use this skill for:

  • pure Q&A/explanations
  • prod deploy requests without explicit human approval
  • tasks blocked by missing secrets/account access that cannot be inferred

Required Inputs

Before execution, define these once:

  • task goal
  • acceptance criteria (DoD)
  • target environment (dev by default)
  • max iteration rounds (default 2)

If acceptance criteria are missing, request them once. If user does not provide, propose a concrete default and proceed.

Issue Gate Dependency

Before execution, prefer using create-issue-gate.

  • If issue status is ready and execution gate is allowed, continue.
  • If issue status is draft, do not execute implementation/deploy/review loops.
  • Require user-provided, testable acceptance criteria before starting execution.

Default Workflow

  1. Define DoD

    • Convert request into testable criteria.
    • Example: checkout task DoD = "checkout endpoint returns a valid, openable third-party payment URL in dev".
  2. Implement minimal change

    • Keep scope tight to task goal.
  3. Verify locally

    • Run focused tests first, then broader checks if needed.
  4. Review loop

    • Fetch PR comments/reviews.
    • Classify valid vs non-actionable.
    • Fix valid items, re-run verification.
  5. Dev deploy + runtime verification

    • Deploy to dev when runtime behavior matters.
    • Verify via real API/Lambda/log evidence against DoD.
  6. Completion decision

    • Only report "done" when all DoD checks pass.
    • Otherwise continue loop until pass or stop condition.

Read the full file on GitHub · 121 lines

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. 4d ago First seen · 121 lines · 35 tokens per session scan A c45db3685715

Subscribe to this mod's changes

closed-loop-delivery is a skill published in the GitHub repository ggg123124/vrchat-assistant (21 stars, last pushed today), licensed MIT. It adds 35 tokens to every session and 869 once invoked, about $0.0002 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-09-04.

Related

Other skills, from other repositories

readme-template

Standard README template for repos — professional structure with badges, overview, table of contents, features/modules, stack, installation, configuration, tests, security, structure, docs, roadmap, contribute, license, author + RepoActivity sections (Star History, repo stats) + profile GIF footer. Use when creating…

pedroiff0/awesome-skills · 72 tokens

docker-single-port-multi-instance

Consolidate multiple Docker Compose app instances (production / test / demo) behind ONE host port using an nginx reverse proxy that routes by URL path prefix (e.g. /demo). Use when a user wants 'one port, several apps/banks' or a demo reachable simultaneously from the main landing page with its own database.

pedroiff0/awesome-skills · 73 tokens

github-issue-pr-attribs

Standardize GitHub ISSUE and PR metadata (Assignee, Reviewer, Labels, Project, Milestone, Development, Relationship) and ship a strong, well-structured code-review template. Includes ready-to-use issue forms, PR template, and a severity/rubric review model.

pedroiff0/awesome-skills · 64 tokens

adhoc-verification

Produce fresh, focused, local verification evidence for a code change without relying on the full test suite. Use when a system reminder (or the user) demands ad-hoc verification after an edit, or when you want to prove one behavior in isolation. Covers the correct way to write a throwaway supertest/harness script…

pedroiff0/awesome-skills · 86 tokens

handoff-resume

Resume in-progress coding work across sessions from a HANDOFF.md and a dirty git working tree. Use when a task says "continue from HANDOFF.md", "retomar o processamento", or when picking up a repo mid-change with uncommitted edits and an open PR. Covers reading continuity docs, reconciling the real tree, decoding repo…

pedroiff0/awesome-skills · 95 tokens

playwright-browser-automation

Run automated headless browser testing, scrape dynamic SPAs, capture high-resolution full-page screenshots, and perform visual regression testing with Playwright.

pedroiff0/awesome-skills · 34 tokens