agent-workflow-presets: Skill for Cursor

.cursor/skills/testing/run-manual-browser-test/SKILL.md

run-manual-browser-test is a skill for Cursor from hlalljie/agent-workflow-presets. It costs 50 tokens per session (401 once invoked), scanned A, original, MIT.

A procedure for running an existing manual browser-testing checklist from a Markdown file. It starts the application as documented, follows each step, and reports whether the result passed, failed, or was blocked.

In plain words
What is it for?
Use it to verify a committed change, run manual regression tests, check prerequisites, and test the application through a browser.
Why use it?
It makes regression checks repeatable and prevents improvised browser testing from producing misleading results.

Skill for Cursor

Written for Cursor: installed under .cursor/. Also seen: mentions subagents.

This is hlalljie/agent-workflow-presets's own configuration. It tells Cursor how to work on agent-workflow-presets itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything agent-workflow-presets configures →

Reuse

Borrowing it

Nothing to install: this file belongs to hlalljie/agent-workflow-presets. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/hlalljie/agent-workflow-presets/main/.cursor/skills/testing/run-manual-browser-test/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/hlalljie/agent-workflow-presets

Made for: Cursor.

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 run-manual-browser-test

README.md
[![agentmods](https://agentmods.dev/badge/skills/hlalljie/agent-workflow-presets/run-manual-browser-test/github.svg)](https://agentmods.dev/skills/hlalljie/agent-workflow-presets/run-manual-browser-test)
Your own site
<a href="https://agentmods.dev/skills/hlalljie/agent-workflow-presets/run-manual-browser-test"><img src="https://agentmods.dev/badge/skills/hlalljie/agent-workflow-presets/run-manual-browser-test/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 run-manual-browser-test

Your own site · 80×15
<a href="https://agentmods.dev/skills/hlalljie/agent-workflow-presets/run-manual-browser-test"><img src="https://agentmods.dev/badge/skills/hlalljie/agent-workflow-presets/run-manual-browser-test.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 401 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.00050 $0.00401
Opus 5 $0.00025 $0.00200
Sonnet 5 $0.00010 $0.00080
Haiku 4.5 $0.00005 $0.00040

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

Security

Grade A, and why

run-manual-browser-test 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 12d 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.

.cursor/skills/testing/run-manual-browser-test/SKILL.md · 36 lines

What it actually says

Run manual browser test

Job

Always spawn a subagent to execute this skill using [MODEL:browser-tester]. When running multiple checklists, spawn one subagent per checklist in parallel. Execute one tests/manual/*.md checklist as written. Does not change application code or the checklist file (unless the procedure says to note results elsewhere).

Before any browser tool call

  1. Read the checklist file end-to-end.
  2. Start state — start server with exact env/command from doc; use entry URL from doc. No improvised production URLs.
  3. Preconditions — build, fixtures, flags satisfied.
  4. Vitest prerequisite — if present, run in terminal first, confirm success.
  5. MCP browser — read project/browser tool schemas; snapshot before clicks; fresh snapshot after navigation; use refs from latest snapshot only.

Execution

  • Walk Procedure steps in order; compare to pass / fail criteria.
  • Blocked (no server, login, prod only) → report BLOCKED, do not PASS.
  • Done → report PASS or FAIL with which step broke.

Typical callers

run task loop, verify commit, run tests, or standalone QA.

write manual browser test for creating/updating the same files.

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. 12d ago First seen · 36 lines · 50 tokens per session scan A 6ada55da849b

Subscribe to this mod's changes

run-manual-browser-test is a skill published in the GitHub repository hlalljie/agent-workflow-presets (2 stars, last pushed 2mo ago), licensed MIT. It adds 50 tokens to every session and 401 once invoked, about $0.0003 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.