dcyfr-testing

Codify testing patterns to prevent flaky tests and guide E2E planning.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dcyfr/dcyfr-labs --skill dcyfr-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dcyfr-testing
Source: https://github.com/dcyfr/dcyfr-labs/tree/main/.opencode/skill/dcyfr-testing
Command: npx skills add https://github.com/dcyfr/dcyfr-labs --skill dcyfr-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill codifies testing standards to prevent flaky tests, reduce regressions, and guide teams toward reliable software delivery through structured testing patterns and E2E workflows.

Core Features & Use Cases

  • 99% Pass Rate Target with documented rationale for skips to maintain stability
  • End-to-End Testing Guidance using Playwright for critical user journeys
  • Environment Checks & Test Data Protection to ensure safe, repeatable tests

Quick Start

Run the defined testing patterns in your project to stabilize CI and improve feedback loops.

Frequently Asked Questions about dcyfr-testing

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

FAQPage Schema
How do I prevent flaky tests and improve CI reliability?

To prevent flaky tests and improve CI reliability, apply codified testing patterns that enforce environment checks, test data protection, and a 99% pass-rate target with documented skip rationale.

What is the best way to plan end-to-end testing with Playwright?

The best way to plan E2E testing with Playwright is to apply pattern-driven test strategies that guide critical user journeys while ensuring compliance with environment checks and test data protection.

Why does my test strategy fail to maintain a 99% pass rate in CI?

Your test strategy may fail to maintain a 99% pass rate in CI if it lacks documented rationale for skipped tests and structured patterns to enforce environment checks and test data protection.

Do I need to document test skip decisions to stabilize CI pipelines?

Yes, you need to document test skip decisions with clear rationale to stabilize CI pipelines, as this maintains a 99% pass-rate target and ensures testing decisions are transparent and compliant.

When do I need environment checks and test data protection in E2E testing?

You need environment checks and test data protection in E2E testing when running critical user journeys in development and CI environments to ensure safe, repeatable tests and prevent flaky results.

Can I use pattern-driven testing patterns to guide test strategy and skip decisions?

Yes, you can use pattern-driven testing patterns to guide test strategy, skip decisions, and E2E test planning, ensuring structured QA practices that reduce regressions and improve software delivery.