prebid/salesagent

A media sales agent that implements the AdCP Media Buy protocol

36Stars on the repository
19Mods indexed here, across every type
todayLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

agent-db

01

prebid/salesagent

Skill Claude CodeCodex

Start an isolated PostgreSQL container for integration testing. Each worktree gets its own container on a unique port — no mutex, no conflicts. Use this before running integration tests in a worktree agent.

36 today A 43 tokens Apache-2.0

audit

02

prebid/salesagent

Skill Claude CodeCodex

Run a repeatable code review audit on migration changes. Inventories files by architectural layer, reviews each layer against #1050/#1066 principles, and files beads issues for findings. Re-run after remediation batches to track progress.

36 today A 48 tokens Apache-2.0

derive-tests

03

prebid/salesagent

Skill Claude CodeCodex

Derive obligation tests using the test harness. First checks for harness availability, then generates compact tests using domain-specific test environments. Hard gate: no harness -> no tests (stops immediately). Replaces obligation-test for harness-enabled domains.

36 today A 50 tokens Apache-2.0

google-style

04

prebid/salesagent

Skill Claude CodeCodex

Apply the Google developer documentation style guide to everything this repo writes in prose: beads epic/task titles and descriptions, YAML formula step names and descriptions, .claude/notes/.md engineering notes, commit messages, docstrings, and code comments. Use before writing or reviewing any of those artifacts…

36 today A 72 tokens Apache-2.0

guard

05

prebid/salesagent

Skill Claude CodeCodex

Create structural guard tests that enforce architecture principles on every make quality run. Guards are AST-scanning tests that prevent categories of violations automatically. Available guards: schema-inheritance, boundary-completeness, query-type-safety, no-error-dicts.

36 today A 53 tokens Apache-2.0

inspect-bdd-steps

06

prebid/salesagent

Skill Claude CodeCodex

Two-pass BDD step assertion completeness inspector. Pass 1 (Sonnet): triage all Then steps — FLAG or PASS. Pass 2 (Opus): deep trace flagged steps with full production context, producing architectural judgment on what the correct assertion should be. Use after writing or modifying BDD step definitions to catch…

36 today A 86 tokens Apache-2.0

integrate

07

prebid/salesagent

Skill Claude CodeCodex

Derive integration tests from existing unit test xfails and UNSPECIFIED stubs. Uses integration-from-stub formula: catalog → review → triage → architect → write-integration → fix-green → reconcile-xfail → verify → commit. Each stub's expected behavior is the core invariant. Architect atom reads 7 architecture docs and…

36 today A 84 tokens Apache-2.0

surface

08

prebid/salesagent

Skill Claude CodeCodex

Map the complete test surface for domain entities by cross-referencing test-obligations with existing tests. Produces one canonical test module per entity with real tests + skip stubs for gaps. Every obligation maps to exactly one test. Run this before /remediate.

36 today A 56 tokens Apache-2.0

verify-spec

09

prebid/salesagent

Skill Claude CodeCodex

Verify every test expectation in entity test suites against the authoritative adcp spec and library sources. Adds spec permalinks to each test for traceability. Flags discrepancies where our tests assume behavior the spec doesn't define. Run this after /surface and before /remediate.

36 today A 57 tokens Apache-2.0