pr-delivery-loop

pr-delivery-loop is a skill for Claude Code, Codex from avibe-bot/avibe. It costs 78 tokens per session (6,148 once invoked), scanned A, original, MIT.

A delivery workflow for shipping code changes as pull requests across Avibe repositories. It defines branch and scope rules, review and testing gates, and how to finish the work.

In plain words
What is it for?
Use it when implementing changes in the Avibe, Avibe Backend, Avibe Docs, Avault, or Vault Sandbox repositories. It helps manage reviews, continuous-integration checks, discussion threads, and final close-out.
Why use it?
It gives agents a consistent way to move a change from implementation through review and closing, reducing missed checks and unclear handoffs.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/avibe-bot/avibe/pr-delivery-loop
Any agent
npx skills add avibe-bot/avibe --skill pr-delivery-loop
Clone the repo
git clone --depth 1 https://github.com/avibe-bot/avibe

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/avibe-bot/avibe/pr-delivery-loop.svg)](https://agentmods.dev/skills/avibe-bot/avibe/pr-delivery-loop)
Your own site
<a href="https://agentmods.dev/skills/avibe-bot/avibe/pr-delivery-loop"><img src="https://agentmods.dev/badge/skills/avibe-bot/avibe/pr-delivery-loop.svg" alt="Measured on agentmods" height="20"></a>
Per session 78 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,148 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00078 $0.06148
Opus 5 $0.00039 $0.03074
Sonnet 5 $0.00016 $0.01230
Haiku 4.5 $0.00008 $0.00615

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

Security

Grade A, and why

pr-delivery-loop 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 6d 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/pr-delivery-loop/SKILL.md · 408 lines

How it starts

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

PR Delivery Loop — implementation-lane standard

Distribution

  • The canonical maintained copy lives in the Avibe repository at .agents/skills/pr-delivery-loop/SKILL.md.
  • Every other applicable repository carries a byte-for-byte copy of this skill file at the same repo-relative path. Do not copy watcher implementations or their tests into this skill.
  • In the multi-repo workspace, the project-level skill entry is a symlink to the Avibe copy. Update the canonical copy first, then sync every repository copy only after the canonical Avibe change passes review.

Dependency boundary

  • Use the background-watch-hook skill for every managed wait. It owns the reusable vibe watch workflow and the GitHub PR, issue, and Actions waiter implementations.
  • This skill owns Avibe-specific delivery policy: branch and scope rules, review and CI gates, thread resolution, circuit breaking, authority, and close-out criteria.
  • Refer to the dependency by skill name. Do not hard-code an installation path, vendor its scripts here, or hand-roll a replacement waiter. It is a workspace-level dependency, not a repository payload: companion repositories must not copy it just to satisfy this policy. The active agent environment must expose it by skill name before a managed wait starts; if it does not, report that environment blocker rather than changing repository scope.

Roles & authority

  • Your orchestrator is the agent session responsible for integration and scope decisions. For a delegated lane, it is the dispatching session (your run's callback target). In a user-started working session, the current agent is the orchestrator; the user remains the owner and highest authority, not the default decision engine.
  • Authority order: user > orchestrator > this standard. An explicit instruction from the user or your orchestrator overrides any rule below — verify the mechanical gates, then carry it out yourself.
  • Never spawn another agent to act as orchestrator, final reviewer, or merge-approver. Review authority cannot be conjured by a delegated lane: report decisions to its assigned orchestrator. When the current session is the orchestrator, decide independently; ask the owner only for a major trade-off, irreversible risk, or genuinely ambiguous direction.

Read the full file on GitHub · 408 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. 6d ago First seen · 408 lines · 78 tokens per session scan A 6ea65528209a

Subscribe to this mod's changes

pr-delivery-loop is a skill published in the GitHub repository avibe-bot/avibe (498 stars, last pushed today), licensed MIT. It adds 78 tokens to every session and 6,148 once invoked, about $0.0004 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

vibelution-continuous-optimization-loop

Runs one evidence-driven Vibelution optimization iteration from the ROI backlog: pick one todo item, worktree isolate, implement, machine-verify, merge, update STATE. Use when the user starts /loop for project improvement, continuous optimization, or agent-dev ROI backlog work.

CCDawn/Vibelution · 65 tokens

git-expert

Git operations expert for branching, rebasing, conflicts, and workflows.

librefang/librefang-registry · 17 tokens

github

GitHub operations expert for PRs, issues, code review, Actions, and gh CLI.

librefang/librefang-registry · 20 tokens

edgeone skill scanner

Scan any agent skill for security risks before you install or use it. Powered by Tencent Zhuque Lab A.I.G (AI-Infra-Guard). 100% local static analysis — no file contents or credentials leave your device. Compatible with CodeBuddy, Cursor, Windsurf, Claude Code, OpenClaw and more. Triggers on: 这个 skill 安全吗, skill 安全扫描…

Tencent/AI-Infra-Guard · 148 tokens

continual-learning

Nightly refinement of an existing per-repo review-style prompt using this reviewer's own finding outcomes. Read confirmed (resolved-by-commit / thumbs-up) and dismissed (thumbs-down) findings, promote the bug patterns the team actually fixes, demote the false-positive patterns, reconcile against the current prompt…

langchain-ai/open-swe · 89 tokens

nano-banana-pro-openrouter

Deterministic OpenRouter image generation adapter for Nano Banana Pro / Gemini image models. Use as skillexec when a meta-skill needs local image files and structured IMAGEREADY records without spawning an LLM agent.

opensquilla/opensquilla · 49 tokens