← all publishers

prebid

@prebid source repo

18 published skills

  1. Lint · prebid
    Run SwiftLint on the PrebidMobile Swift sources
    0
    installs
  2. Review · prebid
    Review a pull request for the Prebid Mobile iOS SDK
    0
    installs
  3. Build Sdk · prebid
    Build all four Prebid Mobile XCFrameworks via buildPrebidMobile.sh
    0
    installs
  4. Xcodebuild · prebid
    Run xcodebuild tests for a scheme or specific test class in PrebidMobile.xcworkspace
    0
    installs
  5. Pod Install · prebid
    Run pod install --repo-update for the PrebidMobile workspace
    0
    installs
  6. IOS Development · prebid bundle
    Generic iOS/Swift reference material — Swift idioms, architecture notes, accessibility and HIG checklists, and size-class handling. Background reading only; not specific to this SDK. For ObjC → Swift migration, use the migration-patterns skill instead.
    0
    installs
  7. Migration Patterns · prebid bundle
    Generic reference for Objective-C to Swift and XCTest to Swift Testing migrations. Background material only — for this repo's ObjC to Swift work, docs/migration/playbook.md is authoritative.
    0
    installs
  8. Guard · prebid
    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.
    0
    installs
  9. Prime · prebid
    Orient a fresh session against the tickets in this worktree before any plan is written: read them, ground them in the pinned AdCP version, and measure what BDD coverage actually exists. Use at the start of every session in a ticket worktree, including after compaction.
    0
    installs
  10. Surface · prebid
    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.
    0
    installs
  11. Agent DB · prebid bundle
    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.
    0
    installs
  12. Integrate · prebid
    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 cross-references against CRIT-1..CRIT-11 findings.
    0
    installs
  13. Verify Spec · prebid
    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.
    0
    installs
  14. Derive Tests · prebid
    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.
    0
    installs
  15. Google Style · prebid
    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, and when asked to edit writing for style.
    0
    installs
  16. Ticket Start · prebid bundle
    Start work on one or more GitHub tickets: branch off freshly-fetched origin/main, create a sibling worktree, and give it an isolated beads database. Use when picking up a ticket or a small batch of related tickets. Follow with /prime to orient in the new worktree.
    0
    installs
  17. Inspect Bdd Steps · prebid
    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 assertion mismatches (steps that claim to verify X but actually only check existence).
    0
    installs
  18. Prebid Chrome Devtools · prebid bundle
    Install and use Chrome DevTools MCP's experimental third-party developer tools to inspect a live Prebid.js page. Use when an agent needs to configure chrome-devtools-mcp for Prebid.js, discover the Prebid.js DevTools tool group, diagnose auctions, bids, no-bids, wins, floors, TTL/cache eligibility, event timing, installed modules, runtime configuration, or multiple Prebid instances, and correlate that runtime state with browser console and network evidence.
    0
    installs