# Tech Debt CI Review

> Codex adapter for deep technical-debt and CI-stability audits. Use when asked to find test theater, flaky tests, missing or mis-scoped tests, brittle CI/toolchain behavior, structural debt blocking green PRs, or a remediation order for opencode-swarm.

- Skill: `zaxbyhub/tech-debt-ci-review` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add zaxbyhub/tech-debt-ci-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zaxbyhub/tech-debt-ci-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools, Security
- Author: zaxbyhub (https://skillmd.com/u/zaxbyhub)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zaxbyhub/tech-debt-ci-review

---


# Tech Debt CI Review

Read `.claude/skills/tech-debt-ci-review/SKILL.md` for the canonical audit structure.

Codex-specific execution notes:

- Start from actual CI/workflow files, test scripts, recent failures, and current repo state.
- Use shell commands and `rg` to gather evidence; avoid broad `test_runner` scopes.
- Prioritize findings that can cause false green, false red, flaky CI, or blocked release flow.
- Produce findings with file/line references, impact, evidence, and a remediation order.

Load `$running-tests` for validation command selection and `$engineering-conventions` when findings touch repo invariants.

