CF Plugin Test Intelligence

Analyze code changes to predict relevant tests and detect flaky tests.

1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/ricable/cli-skills-builder --skill cf-plugin-test-intelligence
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: CF Plugin Test Intelligence
Source: https://github.com/ricable/cli-skills-builder/tree/main/.claude/skills/claude-flow-plugin-test-intelligence
Command: npx skills add https://github.com/ricable/cli-skills-builder --skill cf-plugin-test-intelligence

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenges of slow CI pipelines, unreliable test suites, and inefficient test coverage by leveraging AI to intelligently select, analyze, and optimize tests.

Core Features & Use Cases

  • Predictive Test Selection: Identifies tests most likely to fail based on code changes, reducing unnecessary test runs.
  • Flaky Test Detection: Pinpoints non-deterministic tests that cause CI instability.
  • Coverage Optimization: Highlights gaps in test coverage and suggests improvements.
  • Use Case: Accelerate your CI/CD pipeline by running only the tests predicted to be affected by your code changes, and automatically quarantine flaky tests to maintain suite stability.

Quick Start

Enable the test intelligence plugin and then predict which tests to run for your latest code changes.

Frequently Asked Questions about CF Plugin Test Intelligence

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

FAQPage Schema
How do I optimize CI/CD pipelines by running only relevant tests for code changes?

Predictive test selection analyzes code changes to identify tests most likely to fail, reducing unnecessary test runs and accelerating your CI/CD pipeline execution time.

What is the best way to detect flaky tests causing CI pipeline instability?

Flaky test detection uses historical data to pinpoint non-deterministic tests, allowing you to quarantine them automatically and maintain test suite reliability.

How can I identify gaps in test coverage to improve my test suite?

Coverage optimization highlights gaps in your test suite and suggests improvements, ensuring your testing workflow achieves comprehensive code coverage.

Does this test intelligence plugin require specific dependencies to integrate with my workflow?

The test intelligence plugin operates with no specific dependencies, allowing you to integrate it directly into your existing software development workflows.

When should I use AI-powered test selection instead of running my full test suite?

Use predictive testing when slow CI pipelines bottleneck development, enabling you to run only tests affected by code changes for faster feedback.

Why does my test suite fail intermittently without code changes?

Intermittent test suite failures are often caused by flaky tests, which historical data analysis can detect and isolate to restore CI stability.