symphony-trello: Skill for Codex

.agents/skills/live-bugbash/SKILL.md

live-bugbash is a skill for Codex from martin-francois/symphony-trello. It costs 117 tokens per session (3,571 once invoked), scanned A, original, Apache-2.0.

A release procedure for Clippy Pet, which is an unofficial animated paperclip pet distributed through GitHub releases and installers.

In plain words
What is it for?
Preparing the main branch for release, checking release guards, and tagging a version after user confirmation.
Why use it?
It checks that the release version, changelog, and citation file agree before creating a public release tag.

Skill for Codex

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

This is martin-francois/symphony-trello's own configuration. It tells Codex how to work on symphony-trello 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 symphony-trello configures →

Reuse

Borrowing it

Nothing to install: this file belongs to martin-francois/symphony-trello. 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/martin-francois/symphony-trello/main/.agents/skills/live-bugbash/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/martin-francois/symphony-trello

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 live-bugbash

README.md
[![agentmods](https://agentmods.dev/badge/skills/martin-francois/symphony-trello/live-bugbash/github.svg)](https://agentmods.dev/skills/martin-francois/symphony-trello/live-bugbash)
Your own site
<a href="https://agentmods.dev/skills/martin-francois/symphony-trello/live-bugbash"><img src="https://agentmods.dev/badge/skills/martin-francois/symphony-trello/live-bugbash/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 live-bugbash

Your own site · 80×15
<a href="https://agentmods.dev/skills/martin-francois/symphony-trello/live-bugbash"><img src="https://agentmods.dev/badge/skills/martin-francois/symphony-trello/live-bugbash.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 117 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,571 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.00117 $0.03571
Opus 5 $0.00059 $0.01785
Sonnet 5 $0.00023 $0.00714
Haiku 4.5 $0.00012 $0.00357

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

Security

Grade A, and why

live-bugbash 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.

.agents/skills/live-bugbash/SKILL.md · 246 lines

How it starts

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

Live bug bash skill for Symphony for Trello

Use this skill when the operator asks for a bug bash, live bug bash, integration bug hunt, SPEC.md conformance pass, installer bug bash, workflow-parameter bug hunt, fake-integration bug bash, real Trello test, real Codex app-server test, access-mode bug hunt, or hardened-host bug bash for this repository.

This skill is safe by default. A normal invocation uses fake Trello, fake Codex, and fake/local GitHub so an accidental trigger cannot create external boards, repositories, issues, pull requests, or worker sessions against real services. Real integrations and hardened-host dangerous access are used only when the goal clearly opts in.

Codex should not implicitly use this skill for ordinary implementation work. This repository includes agents/openai.yaml with implicit invocation disabled.

Minimal invocations

Safe default with fakes and conservative host access:

/goal Use $live-bugbash until <future timestamp>.

Safe default with fakes but full hardened-host access-mode coverage:

/goal Use $live-bugbash until <future timestamp>. This is running on a hardened host.

Real run with all integrations enabled, but without hardened-host dangerous coverage:

/goal Use $live-bugbash until <future timestamp>. Do a real live bugbash without fakes.

Real run with all integrations enabled and hardened-host dangerous coverage:

/goal Use $live-bugbash until <future timestamp>. Do a real live bugbash on a hardened host.

Explicit real run equivalent:

/goal Use $live-bugbash until <future timestamp>. REAL_INTEGRATIONS=all HOST_PROFILE=hardened.

Mixed integration run:

/goal Use $live-bugbash until <future timestamp>. TRELLO_MODE=real CODEX_MODE=fake GITHUB_MODE=fake.

Continuation run:

/goal Use $live-bugbash until <future timestamp>. PREVIOUS_RUN_ID=live-bugbash-20260629T103000Z.

Advanced override:

/goal Use $live-bugbash until <future timestamp>. RUN_ID=live-bugbash-manual-2 ACTIVE_EXPLORATION_MINUTES_WITHOUT_FINDINGS=60 REAL_INTEGRATIONS=all HOST_PROFILE=hardened.

Read the full file on GitHub · 246 lines

Files

What ships with it

7 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 · 246 lines · 117 tokens per session scan A 772dbc90e7d1

Subscribe to this mod's changes

live-bugbash is a skill published in the GitHub repository martin-francois/symphony-trello (2 stars, last pushed yesterday), licensed Apache-2.0. It adds 117 tokens to every session and 3,571 once invoked, about $0.0006 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.