website-devtools

Provide a repeatable way to use browser tools during website work to validate rendering, diagnose layout or CSS issues, and troubleshoot together with the Maintainer.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "website-devtools" with this command: npx skills add oocx/tfplan2md/oocx-tfplan2md-website-devtools

Skill Instructions

Purpose

Provide a repeatable way to use browser tools during website work to validate rendering, diagnose layout or CSS issues, and troubleshoot together with the Maintainer.

Hard Rules

Must

  • Use the browser/* tools when diagnosing rendering, layout, or interaction issues.

  • Capture concrete findings (console errors, computed styles, DOM structure) and summarize them in the PR/issue.

Must Not

  • Do not guess at rendering behavior when you can verify it in the browser preview.

Golden Example

Use browser tools to:

  • Inspect computed styles and layout for a problematic element
  • Check console for errors
  • Verify responsive behavior by simulating viewports

Actions

  • Ensure the site is available via the VS Code preview server (http://127.0.0.1:3000/website/dist/ ), then open the relevant page with browser/openBrowserPage .

  • Use browser/readPage , browser/clickElement , browser/hoverElement , browser/typeInPage , browser/runPlaywrightCode , and screenshots as needed to inspect:

  • DOM structure and element attributes

  • Computed CSS and layout metrics

  • Console logs and runtime errors

  • Network requests (if applicable)

  • When a shared layout, component, partial, or client-side module is under investigation, validate more than one consuming page.

  • Share findings with the Maintainer and propose the smallest fix.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

arc42-documentation

No summary provided by upstream source.

Repository SourceNeeds Review
-50
oocx
General

git-rebase-main

No summary provided by upstream source.

Repository SourceNeeds Review
-20
oocx
Automation

agent-tool-selection

No summary provided by upstream source.

Repository SourceNeeds Review
-15
oocx