dsh-webapp-testing

dsh-webapp-testing is a skill for Claude Code, Codex from hackerFish/awesome-dsh-skills. It costs 27 tokens per session (355 once invoked), scanned A, original, MIT.

A method for checking a local web app in a real browser and collecting evidence about what it displays and how it behaves.

In plain words
What is it for?
Use it to test user flows, inspect browser and server errors, verify navigation and saved data, check an error case, and add a focused regression test when the project supports one.
Why use it?
It helps catch problems that source-code checks or a successful web request can miss, such as broken controls, failed requests, console errors, or incorrect results.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to test user flows, inspect browser and server errors, verify navigation and saved data, check an error case, and add a focused regression test when the project supports one.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hackerfish/awesome-dsh-skills/dsh-webapp-testing
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add hackerFish/awesome-dsh-skills --skill dsh-webapp-testing
Clone the repo
git clone --depth 1 https://github.com/hackerFish/awesome-dsh-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dsh-webapp-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/hackerfish/awesome-dsh-skills/dsh-webapp-testing/github.svg)](https://agentmods.dev/skills/hackerfish/awesome-dsh-skills/dsh-webapp-testing)
Your own site
<a href="https://agentmods.dev/skills/hackerfish/awesome-dsh-skills/dsh-webapp-testing"><img src="https://agentmods.dev/badge/skills/hackerfish/awesome-dsh-skills/dsh-webapp-testing/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for dsh-webapp-testing

Your own site · 80×15
<a href="https://agentmods.dev/skills/hackerfish/awesome-dsh-skills/dsh-webapp-testing"><img src="https://agentmods.dev/badge/skills/hackerfish/awesome-dsh-skills/dsh-webapp-testing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 355 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00027 $0.00355
Opus 5 $0.00014 $0.00178
Sonnet 5 $0.00005 $0.00071
Haiku 4.5 $0.00003 $0.00036

Measured 9d ago against content hash f40d2519bc21, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

dsh-webapp-testing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/dsh-webapp-testing/SKILL.md · 22 lines

What it actually says

DSH Web App Testing

  1. Confirm the project path, start command, target URL, fixture or test account, and whether browser automation is enabled.
  2. Inspect the affected route, UI, API boundary, and existing tests before choosing commands.
  3. Prefer the project's existing browser framework. Otherwise require an enabled Playwright, CDP, or equivalent browser plugin.
  4. Start the app with its documented command. Reuse a running server only after confirming its URL and code state.
  5. Record initial browser state: viewport, URL, visible controls, console failures, failed requests, and relevant server logs.
  6. Perform the smallest realistic user flow. Prefer accessible roles, labels, and stable selectors over fragile DOM paths.
  7. Verify both the rendered result and a relevant backing effect: navigation, request, response, persistence, or error state.
  8. Exercise one meaningful negative or boundary case for validation, permissions, loading, retry, or errors.
  9. Add the narrowest compatible regression test when the project already has a suitable test suite.
  10. Do not treat source inspection, shell output, or an HTTP status as proof of rendered browser behavior.
  11. If automation or authentication is unavailable, state exactly which UI behavior remains unverified; never request or expose production secrets.
  12. Report setup, actions, expected and actual results, failures, test command, and screenshot path only when visual evidence matters.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 22 lines · 27 tokens per session scan A f40d2519bc21

Subscribe to this mod's changes

dsh-webapp-testing is a skill published in the GitHub repository hackerFish/awesome-dsh-skills (5 stars, last pushed 4d ago), licensed MIT. It adds 27 tokens to every session and 355 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

lingxling/awesome-skills-cn · 35 tokens

e2e-testing

Playwright E2E testing patterns, Page Object Model, configuration, CI/CD integration, artifact management, and flaky test strategies. Use when writing Playwright tests, structuring page objects, or fixing flaky E2E runs in CI.

gongyijie85/dsh-ecc · 53 tokens

browser-qa

Use this skill to automate visual testing and UI interaction verification using browser automation after deploying features.

gongyijie85/dsh-ecc · 22 tokens

browser-testing-with-devtools

Tests in real browsers via Chrome DevTools MCP. Use when building or debugging anything that runs in a browser. Use when you need to inspect the DOM, capture console errors, analyze network requests, profile performance, or verify visual output with real runtime data. Requires the chrome-devtools MCP server to be…

addyosmani/agent-skills · 68 tokens

actionbook-web-test

Run browser-based web tests against websites using Actionbook CLI. Activate when the user wants to test a website workflow, run smoke tests, verify a user flow, check if a web application works, run regression tests, or validate browser-based interactions. Supports test definition, execution, assertion, reporting, and…

actionbook/actionbook · 71 tokens

web-test

A browser-automation tool for testing the 1C:Enterprise web client. It uses Playwright to navigate sections, fill forms, read tables and reports, and perform user actions in a browser.

Nikolay-Shirokov/cc-1c-skills · 44 tokens