Dev10x:py-test-flaky

Detect flaky Python tests and create issue tracker tickets.

7|2|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-py-test-flaky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Dev10x:py-test-flaky
Source: https://github.com/Dev10x-Guru/Dev10x-Claude/tree/main/skills/py-test-flaky
Command: npx skills add https://github.com/Dev10x-Guru/Dev10x-Claude --skill dev10x-py-test-flaky

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pytest, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the investigation and reporting of flaky Python tests, significantly reducing manual effort and speeding up the testing process.

Core Features & Use Cases

  • Automated Flakiness Analysis: Detects and reports flaky tests based on failure patterns and intermittent behavior.
  • Ticket Creation: Creates detailed tickets for each identified flaky test with all necessary information to address the issue.
  • Integration with Workflows: Seamlessly integrates with existing issue tracking systems and work management processes.

Quick Start

Use the /Dev10x:py-test-flaky command when you encounter a flaky Python test and follow the prompts to create a ticket for it.

Frequently Asked Questions about Dev10x:py-test-flaky

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

FAQPage Schema
How do I automate flaky Python test analysis and issue tracking?

To automate flaky Python test analysis, this Skill detects intermittent test failures using pytest and automatically generates detailed tickets in an integrated issue tracker. It analyzes failure patterns to identify flakiness and compiles the necessary reporting information for issue resolution.

What is the best way to create bug reports for intermittent pytest failures?

The best way to create bug reports for intermittent pytest failures is to use an automated flakiness analyzer. This Skill detects inconsistent test behaviors and automatically populates issue tracking tickets with the required debugging context to address the root cause.

Does this flaky test detection work in both local and CI environments?

Yes, flaky test detection works in both local and CI environments. The Skill supports test execution and ticket creation across different development workflows, requiring only pytest to be installed to analyze failure patterns and report intermittent behavior.

How do I identify which Python tests are flaky using pytest?

To identify which Python tests are flaky, the Skill monitors pytest execution results and evaluates failure patterns to detect intermittent behavior. Once a flaky test is detected, it automatically generates an issue tracking ticket with the relevant diagnostic data.

Do I need a specific issue tracker to integrate with this pytest flaky test automation?

You need an integrated issue tracker to automate ticket creation, but the Skill is designed to fit into existing work management processes. It uses pytest to execute tests and then automatically creates detailed tickets for identified flaky tests within your established workflow.