tech-debt-ci-review

Identify CI configuration issues and flaky tests blocking pull request green status.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/trader-RM/ultra-swarm --skill tech-debt-ci-review-trader-rm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech-debt-ci-review
Source: https://github.com/trader-RM/ultra-swarm/tree/main/base/opencode-swarm/.claude/skills/tech-debt-ci-review
Command: npx skills add https://github.com/trader-RM/ultra-swarm --skill tech-debt-ci-review-trader-rm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps engineering teams systematically identify CI failures, flaky tests, and technical debt that prevent pull requests from staying green, enabling faster, safer iterations.

Core Features & Use Cases

  • Inventory CI surface: maps workflows, jobs, and their inputs/outputs to expose where failures originate.
  • Detect debt hotspots: highlight brittle tooling, flaky tests, and configuration drift that slow releases.
  • Actionable remediation: provides exact file paths, commands, and checks to address issues without over-cleanup.
  • Use Case: during a PR review, surface the top 3 blockers with concrete steps to fix to unblock merge.

Quick Start

Analyze a repository's CI config and tests to surface green-blockers.

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 technical debt and flaky tests blocking my CI workflows?

To find technical debt blocking CI workflows, audit your repository to inventory CI surfaces, detect flaky tests and configuration drift, and surface actionable remediation steps. This process catalogs issues impacting PR green status with exact file paths and evidence.

What is CI configuration drift and how does it impact pull request green status?

CI configuration drift occurs when workflow settings diverge from intended standards, causing brittle tooling and inconsistent builds. It impacts pull request green status by introducing hidden failures and flaky tests that block merges and slow down release iterations.

How do I audit continuous integration workflows to map job inputs and outputs?

You can audit continuous integration workflows by mapping jobs, their inputs, and outputs to expose where failures originate. This inventory process highlights brittle tooling and technical debt hotspots across your tests, dependencies, and CI tooling.

Can I identify the exact file paths causing flaky tests during a PR review?

Yes, you can identify exact file paths causing flaky tests during a PR review. The audit enforces verification by requiring precise evidence rather than assumptions, providing actionable findings and concrete steps to fix the top blockers and unblock merge.

What is the best way to catalog technical debt across tests and dependencies without over-cleanup?

The best way to catalog technical debt without over-cleanup is to perform a rigorous quality audit that surfaces only the top blockers. This provides actionable remediation with exact commands and checks to safely address configuration issues and unblock iterations.