devbasex
Official@devbasex
devbasex provides Claude Code skills for Playwright E2E testing, GitHub PR lifecycle management, Redash MCP configuration, and business document authoring.
Agent Skills by devbasex
Showing 54 vetted skills indexed across 1 GitHub repositories.
playwright-evidence
Generate Playwright test reports and upload evidence to Google Drive.
playwright-authoring
Write and run Playwright E2E tests with video, trace, and HAR evidence collection.
playwright-kit-ops
Run Playwright E2E test scripts for a11y scans, CWV measurement, and Drive evidence upload.
playwright-planning
Plan Playwright E2E tests by classifying page roles and selecting checklists and test techniques.
redash-guide
Configure and manage multiple Redash MCP server environments via slash commands.
redash-remove
Removes a Redash MCP server entry from the project .mcp.json configuration file.
redash-status
Displays Redash MCP configuration status and missing environment variable warnings.
redash-add
Adds a Redash MCP server entry to the project .mcp.json configuration file.
redash-list
Lists currently active Redash MCP server configurations via a Node.js script.
cross-refactoring
Orchestrates multiple AI CLIs to propose, apply, and verify refactorings on a pull request until convergence.
out-of-scope
File out-of-scope findings as GitHub issues at the moment they are discovered.
document-drafting
Write Markdown business document bodies following type-specific structural requirements.
notion-writing
Write Notion pages using Notion-flavored Markdown with XML tables and safe child-page handling.
design
Write software design documents covering data structures, interface contracts, and decisions before coding.
google-auth
Set up OAuth2 credentials for Google APIs including Drive, Sheets, and Chat.
investigation-rules
Enforces evidence-backed claims when writing investigation and bug reports.
external-ai
Delegate coding, review, and research tasks to external AI CLIs.
pr-tests
Executes the test plan checklist in a pull request body and posts results as PR comments.
quality-gates
Validates completion claims by requiring command output, exit codes, and staged test evidence.
ndf-policies
Defines branch strategy and PR operation policies for NDF development workflows.
cherry-pick-pr
Creates cherry-pick pull requests applying merged fixes onto environment branches like qa or staging.
deploy
Creates a deploy pull request from a feature branch to an environment branch.
layout-review
Renders generated documents and inspects page layout for visual defects before approval.
skill-stats
Analyze Claude Code transcript JSONL files to compute Skill invocation and trigger hit-rate statistics.
Frequently Asked Questions About devbasex
FAQPage SchemaWhat tasks can I perform using devbasex's skills?▼
You can write and run Playwright E2E tests with evidence capture, manage the full GitHub PR lifecycle (create, review, fix, cherry-pick, merge cleanup), configure Redash MCP servers per environment, set up Google OAuth2 for Drive and Docs, and draft business documents in Markdown or Notion format.
Who are devbasex's skills designed for?▼
They target software engineers and QA engineers working in Claude Code who need structured E2E testing with Playwright, disciplined PR and branch operations on GitHub, OWASP security reviews, TDD cycles, and documentation publishing to Notion, Confluence, SharePoint, or Google Drive.
How do the Playwright testing skills work in practice?▼
The playwright-planning skill classifies page roles and picks test checklists, playwright-authoring writes and runs scripts via Playwright and Chrome DevTools MCP with video and trace capture, and playwright-evidence generates the test report and stores evidence on Google Drive.
What prerequisites and dependencies do these skills require?▼
Skills run inside Claude Code and rely on Bash, git, the GitHub CLI (gh), pytest, uv, and Playwright with its MCP browser tools. Google Drive and Docs operations require OAuth2 credentials configured through the google-auth skill, and Redash skills edit the project .mcp.json file.
How do the multi-CLI review and refactoring skills operate?▼
cross-review sends a PR diff to two CLIs chosen from codex, agy, kiro, or claude and loops fixes until no new finding appears. cross-refactoring similarly proposes, applies, and reviews structural refactorings across runtimes until convergence, with configurable rounds and baseline test commands.