playwright-test-results Skill
Query Playwright CI test results from the aggregated DuckDB database. Answers questions about flaky tests, failure rates, slow tests, and per-run/SHA/PR results without hunting through GitHub artifacts. Published by microsoft in playwright.
Decision snapshot
Is this a fit?
Browser automation, Testing, Database workflows, Includes SKILL.md
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
1 month ago · Apache-2.0 license
No specific cautions were detected. Review the source and requested permissions before installing.
What is playwright-test-results Skill?
Query Playwright CI test results from the aggregated DuckDB database. Answers questions about flaky tests, failure rates, slow tests, and per-run/SHA/PR results without hunting through GitHub artifacts. Published by microsoft in playwright. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Browser automation
- Testing
- Database workflows
- Browser automation use cases
- Testing use cases
Declared skill metadata
- Source file: .claude/skills/playwright-test-results/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use playwright-test-results Skill
- Use it for browser automation.
- Use it for testing.
- Use it for database workflows.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/playwright
- Skill file: .claude/skills/playwright-test-results/SKILL.md
What it does
Query Playwright CI test results from the aggregated DuckDB database. Answers questions about flaky tests, failure rates, slow tests, and per-run/SHA/PR results without hunting through GitHub artifacts.
Skill instructions
Playwright Test Results (DuckDB) A single DuckDB file holds recent Playwright CI test results, so you can answer questions about failures, flakiness, and slow tests with plain SQL. It is refreshed every few hours. Get the database Download the latest snapshot: bash npm ci first time only, from the repo root GITHUBTOKEN=$(gh auth token) node utils/test-results-db/cli.ts download The snapshot may be missing the newest runs. To top it up locally, run update: bash GITHUBTOKEN=$(gh auth token) node utils/test-results-db/cli.ts update --lookback-days 3 Query it through the bundled @duckdb/node-api binding — no separate DuckDB install needed, it ships in nodemodules after npm ci: bash node --input-type=module -e ' import { DuckDBInstance } from "@duckdb/node-api"; const conn = await (await DuckDBInstance.create("utils/test-results-db/test-results.duckdb")).connect(); console.table((await conn.runAndReadAll(process.argv[1])).getRowObjectsJson()); ' "SELECT count() FROM testresults" Integer col
Verified compatibility and discovery
Frequently asked questions
What is playwright-test-results?
playwright-test-results is a open-source AI agent skill with Copy skill directory. Query Playwright CI test results from the aggregated DuckDB database. Answers questions about flaky tests, failure rates, slow tests, and per-run/SHA/PR results without hunting through GitHub.
Who is playwright-test-results best for?
playwright-test-results is best for reusing agent instructions, scripts, and references, browser automation workflows, testing workflows, database workflows.
How do I install playwright-test-results?
Install or run playwright-test-results using Copy skill directory. Check playwright-test-results for the latest setup command.
Is playwright-test-results actively maintained?
playwright-test-results may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.