DevTools Skills

Official

Optimize dev environments, automate UI testing.

Authorchronista-club
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill standardizes development environments with mise for consistent tool versions and automates browser interactions for E2E testing and UI debugging using the Chrome DevTools MCP server, enhancing team efficiency and product quality.

Core Features & Use Cases

  • Environment Management with mise: Manages tool versions (Rust, Node.js, Python) per project, ensuring team consistency, simplifying onboarding, and automating task execution.
  • Browser Automation with Chrome DevTools MCP: Provides MCP tools for opening pages, taking DOM snapshots, clicking elements, inputting text, and executing JavaScript for robust UI testing.
  • E2E Testing & UI Debugging: Facilitates end-to-end testing of web UIs, capturing screenshots, verifying element presence, and interactively debugging browser-based issues.
  • Use Case: A new developer joins the team. They use mise install to automatically set up all required tool versions. Then, they run mise run test to execute E2E tests on the web dashboard using Chrome DevTools MCP, verifying critical UI flows.

Quick Start

Use the DevTools Skills to open a new Chrome page to http://localhost:8080, then take a DOM snapshot of the page to inspect its elements.

Dependency Matrix

Required Modules

None required

Components

referencesexamples

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: DevTools Skills
Download link: https://github.com/chronista-club/unison/archive/main.zip#devtools-skills

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository