Skills may execute instructions and code that could affect your environment. Marketplace scans reduce risk but do not guarantee safety. Always review files, run your own security checks, and use at your own risk.
report
Security Scan Summary
Status: Safe
Source: Syntic Skills registry
Automated security scan completed with no high-risk patterns detected. Manual review is still required.
About This Skill
Use when you need to generate test reports from Playwright results and route them to Slack, TestRail, GitHub Actions, or markdown.
Downloadable SKILL.md
Download SKILL.md and place it in your Syntic skills folder. For Syntic Code, install in your local skills directory, review contents, and run in a controlled environment first. Acknowledge the risk notice above to enable the download.
--- name: report description: Use when you need to generate test reports from Playwright results and route them to Slack, TestRail, GitHub Actions, or markdown. category: Engineering version: 1.0.0 tools: [] --- # Smart Test Reporting Generate test reports that integrate with your existing workflow without new tools. ## Report Structure Extract from test results: - Total tests, passed, failed, skipped, flaky counts - Duration per test and total duration - Failed test names with error messages - Flaky tests (passed on retry) ## Automatic Route Detection Check what's configured and route results accordingly: | Configuration | Action | |---|---| | `TESTRAIL_URL` env var | Push results via TestRail integration | | `SLACK_WEBHOOK_URL` env var | Post summary to Slack | | `GitHub Actions` workflow | Attach results to PR comment via artifacts | | HTML reporter configured | Serve the report or provide report link | | None configured | Generate markdown report | ## Markdown Report Template Always generate a markdown summary with: - Test summary (passed, failed, skipped, flaky counts with timestamps) - Failed test details (test name, error, file:line location) - Flaky test summary (test name, retry count, file location) - Results by browser (Chromium, Firefox, WebKit with pass/fail/duration) Save to structured date-based location. ## Trend Analysis If historical reports exist: - Compare pass rate over time - Identify recently-flaky tests - Distinguish new failures from recurring failures ## Output Summary Provide: - Pass/fail/skip/flaky counts and report destination - Failed test details with error context - Route confirmation (which system received the results) - Trend comparison if historical data exists - Next action recommendation
Bundle Download
Includes SKILL.md and bundled support files where provided. Risk acknowledgement is required.
Install Targets
Syntic App
- 1. Create a dedicated folder for this skill in your local skills library.
- 2. Place SKILL.md into that folder.
- 3. Restart Syntic and invoke this skill on matching tasks.
Syntic Code (CLI)
- 1. Save SKILL.md in your local Syntic Code skills directory.
- 2. Keep related files in the same skill folder.
- 3. Run in a safe environment and validate outputs.
Source
https://github.com/alirezarezvani/claude-skills/blob/main/engineering-team/playwright-pro/skills/report/SKILL.md
Open Source LinkRelated Skills
a11y-audit
Use when auditing WCAG 2.2 Level A/AA accessibility, fixing violations in React, Next.js, Vue, Angular...
Engineeringadversarial-reviewer
Use when reviewing recent code changes or a PR before merge and you want a genuinely critical review, not...
Engineeringagent-designer
Use when architecting multi-agent systems, selecting orchestration patterns, or evaluating agent performance.
Engineeringagent-harness
Use when building bounded agentic loops with verified task execution and state machines.