tbm-infra-build

Enforce an infra-specific build-lane process for CI and Cloudflare tooling changes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/blucsigma05/tbm-apps-script --skill tbm-infra-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tbm-infra-build
Source: https://github.com/blucsigma05/tbm-apps-script/tree/main/.codex/skills/tbm-infra-build
Command: npx skills add https://github.com/blucsigma05/tbm-apps-script --skill tbm-infra-build

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It prevents broken CI/workflow tooling changes by giving Codex a repo-managed, evidence-driven build-lane process for TBM’s infra pilot surface.

Core Features & Use Cases

  • CI and workflow change control: Guides updates to .gitea/workflows/*.yml and the exact places where tooling gating lives.
  • Cloudflare tooling alignment: Helps validate changes across wrangler*.toml and Cloudflare deploy/test gating artifacts.
  • Deterministic tooling verification: Instructs the builder to verify repo reality (required memo/docs present), run verification commands, and report exact changed files plus proofs rather than prose.

Quick Start

Use this skill to implement or verify a change to .gitea/workflows, wrangler*.toml, or related CI tooling by following its load order and then reporting the exact files changed and the verification command output.

Frequently Asked Questions about tbm-infra-build

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I safely update Cloudflare wrangler.toml configurations in a CI pipeline?

To safely update Cloudflare wrangler.toml configurations in a CI pipeline, this Skill enforces an evidence-driven build-lane process that validates tooling gating artifacts and verifies file-existence checks before generating build artifacts.

What is an evidence-driven build lane for CI workflows?

An evidence-driven build lane for CI workflows is a process that mandates reading pilot memo evidence rules and validating repository reality before executing infrastructure updates, preventing broken tooling changes.

How do I verify Gitea workflow YAML changes for infrastructure tooling?

You verify Gitea workflow YAML changes by applying strict scope boundaries, running required verification commands, and reporting the exact changed files alongside the command output proofs rather than relying on prose.

Does this build pipeline validation require specific helper scripts or tests?

Yes, this build pipeline validation requires engaging with existing infra deploy and test gating workflows, specifically targeting their associated helper tests and scripts to ensure deterministic tooling verification.

What are the limitations of using an infra-specific build lane process?

The limitation of this infra-specific build lane process is its strict scope boundary; it exclusively applies to CI pipelines, package version files, Wrangler configuration, and deploy gating workflows within the TBM repository.