Update E2E Troubleshooting

Document resolved E2E test failures as numbered troubleshooting patterns.

Updated Apr 5, 2023
One-click install
npx skills add https://github.com/edneyreis999/zord-project --skill update-e2e-troubleshooting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Update E2E Troubleshooting
Source: https://github.com/edneyreis999/zord-project/tree/main/service_financial-claude/skills/update-e2e-troubleshooting
Command: npx skills add https://github.com/edneyreis999/zord-project --skill update-e2e-troubleshooting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Padroniza a incorporação de novos itens de troubleshooting de E2E na skill de diagnóstico de Playwright com lições aprendidas.

Core Features & Use Cases

  • Formato consistente para adicionar itens de troubleshooting.
  • Estrutura genérica aplicável a diferentes cenários de E2E.
  • Facilita o compartilhamento de padrões entre equipes.

Quick Start

Adicione um novo item seguindo o formato recomendado, mantendo o estilo e a numeração contínua.

Frequently Asked Questions about Update E2E Troubleshooting

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

FAQPage Schema
How do I document E2E test troubleshooting patterns in a standardized format?

Documenting E2E troubleshooting patterns requires capturing the symptom, root cause, solution, and discovery method in a consistent format. This Skill standardizes that process by generating properly formatted troubleshooting items with sequential numbering, enabling teams to build a reusable knowledge base across the Quick Troubleshooting Checklist.

What should I include when recording a resolved Playwright E2E test failure?

When recording a resolved Playwright E2E test failure, include the symptom (what failed), root cause (why it failed), solution (how you fixed it), and discovery method (how you found the root cause). This Skill ensures each element is documented consistently so the pattern can be applied to similar failures across your test suite.

How do I extract a reusable pattern from an E2E test failure to share with my team?

Extracting a reusable pattern involves identifying the generic conditions that triggered the failure, abstracting away test-specific details, and documenting the solution steps in a form other team members can recognize and apply. This Skill generates that generic pattern automatically and assigns it the next sequential number in your troubleshooting knowledge base.

Can I use this to maintain a centralized E2E troubleshooting checklist?

Yes. This Skill is designed to standardize how new troubleshooting items are added to a Quick Troubleshooting Checklist, maintaining consistent formatting and sequential numbering. Each new resolved failure becomes a documented pattern teams can reference before investigating similar issues.

What's the best way to ensure E2E troubleshooting knowledge doesn't get lost across team changes?

Standardizing how you document troubleshooting patterns—including symptom, root cause, solution, and discovery method—ensures knowledge persists in a structured, searchable form. This Skill enforces that standardization automatically, turning ad-hoc fixes into documented patterns that survive team transitions.