agent-workflow-presets: Skill for Cursor

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

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

A guide for writing Markdown checklists for manual browser tests. These checklists describe the starting setup, numbered actions, and observable pass or fail results.

In plain words
What is it for?
Creating or updating files under tests/manual, documenting the server and environment setup, and adding new checklists to the manual-test index.
Why use it?
It helps people repeat UI, shell, or MCP-only checks consistently when an automated test is not suitable. It keeps manual procedures separate from Vitest tests, which are automated tests for JavaScript or TypeScript projects.

Skill for Cursor

Written for Cursor: installed under .cursor/.

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/write-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 write-manual-browser-test

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/hlalljie/agent-workflow-presets/write-manual-browser-test"><img src="https://agentmods.dev/badge/skills/hlalljie/agent-workflow-presets/write-manual-browser-test.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 296 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.00041 $0.00296
Opus 5 $0.00020 $0.00148
Sonnet 5 $0.00008 $0.00059
Haiku 4.5 $0.00004 $0.00030

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

Security

Grade A, and why

write-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 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.

.cursor/skills/testing/write-manual-browser-test/SKILL.md · 31 lines

What it actually says

Write manual browser test

Job

Create or revise tests/manual/<area>-<slug>.md so an agent or human can run the same flow later via run manual browser test.

Automated tests live in tests/*.test.ts. This skill is only the browser checklist doc.

Steps

  1. Copy TEMPLATE.md if new file.
  2. Start state — exact server command + env, URL, agent notes. Incomplete = invalid.
  3. Procedure — numbered steps; pass / fail observable.
  4. Optional Vitest prerequisite — shell to run before browser (not part of browser steps).
  5. Add a bullet under tests/manual/README.md if new area.

Naming

tests/manual/<area>-<short-slug>.md

Called from

run task loop, verify commit, add tests.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 31 lines · 41 tokens per session scan A 0110ad3198ca

Subscribe to this mod's changes

write-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 41 tokens to every session and 296 once invoked, about $0.0002 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