tech-debt-ci-review

Identify technical debt and reliability issues in CI pipelines and test suites.

437|45|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/ZaxbyHub/opencode-swarm --skill tech-debt-ci-review-zaxbyhub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech-debt-ci-review
Source: https://github.com/ZaxbyHub/opencode-swarm/tree/main/.agents/skills/tech-debt-ci-review
Command: npx skills add https://github.com/ZaxbyHub/opencode-swarm --skill tech-debt-ci-review-zaxbyhub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the pervasive issue of undetected CI instability, test theater, flaky tests, and structural technical debt that blocks PR merges, causes false positive/negative test results, and slows down development velocity by surfacing hard-to-spot issues in CI workflows and test suites.

Core Features & Use Cases

  • CI and Test Debt Auditing: Identifies flaky tests, test theater (tests that pass without validating real functionality), missing or mis-scoped tests, and brittle CI/toolchain configurations that lead to unreliable pipeline runs.
  • Prioritized Remediation Planning: Generates an ordered list of fixes ranked by impact to unblock release flows, restore CI reliability, and reduce ongoing maintenance overhead.
  • Use Case: For example, if your team's CI pipeline is randomly failing on non-critical tests or PRs are getting blocked by unrelated test failures, use this Skill to quickly pinpoint root causes and get an actionable fix plan.

Quick Start

Use the tech-debt-ci-review skill to audit your repository's CI pipeline and test suite for flakiness, test theater, and blocking technical debt.

Frequently Asked Questions about tech-debt-ci-review

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

FAQPage Schema
How do I find flaky tests and false green test results in my CI pipeline?

To find flaky tests and false green test results, audit your CI pipeline and test suite for technical debt. This Skill identifies test theater and brittle configurations, providing evidence-based findings with file and line references to restore test suite reliability.

What is test theater and how does it block PR merges?

Test theater refers to tests that pass without validating real functionality, creating false green test results. It blocks PR merges by allowing defects to slip through undetected, ultimately causing unrelated test failures and unreliable pipeline runs downstream.

How do I get a prioritized remediation plan for CI stability issues?

To get a prioritized remediation plan for CI stability issues, audit your repository to surface hidden test debt. This Skill generates an ordered list of fixes ranked by impact to unblock release flows and reduce ongoing maintenance overhead.

Can I audit CI misconfigurations in automated CI/CD workflows?

Yes, you can audit CI misconfigurations in automated CI/CD workflows. This Skill identifies brittle toolchain configurations and structural technical debt that impede development velocity, producing impact assessments to restore reliability.

What's the best way to stop random CI pipeline failures on non-critical tests?

The best way to stop random CI pipeline failures on non-critical tests is to pinpoint root causes using an automated CI audit. This Skill identifies flaky tests and misconfigurations, then outputs a prioritized fix plan to unblock PRs.