What problem does it solve?
This Skill helps users discover, understand, and navigate the E2E pipeline command surface and report documentation gaps so teams can find commands, read authoritative topics, and file actionable feedback without leaving the testing workflow.
Core Features & Use Cases
- Live command discovery: Reads SKILL.md frontmatter across skills/* to extract command names and short descriptions for an always-up-to-date reference.
- Topic mapping & deep dives: Scans docs/*.md, resolves keyword aliases, and presents topic summaries or full doc excerpts for targeted help.
- Feedback collection & triage: Classifies feedback as doc-gap, feature-request, or bug, drafts a proposed GitHub issue, attempts to create it via gh, and falls back to local logging if gh is unavailable.
- Use case: Onboarded QA or developer needs a quick command reference, deeper documentation on a topic, or an easy way to report missing or unclear docs.
Quick Start
Use /e2e-help to list available commands, view a topic deep dive by name, or submit feedback with /e2e-help --feedback "describe the gap".