Borrowing it
Nothing to install: this file belongs to justinz12xd/HACKATON-TAWS. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/justinz12xd/HACKATON-TAWS/main/.agents/skills/jelou-test-workflow/SKILL.mdgit clone --depth 1 https://github.com/justinz12xd/HACKATON-TAWSWrote 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.
[](https://agentmods.dev/skills/justinz12xd/hackaton-taws/jelou-test-workflow)<a href="https://agentmods.dev/skills/justinz12xd/hackaton-taws/jelou-test-workflow"><img src="https://agentmods.dev/badge/skills/justinz12xd/hackaton-taws/jelou-test-workflow/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.
<a href="https://agentmods.dev/skills/justinz12xd/hackaton-taws/jelou-test-workflow"><img src="https://agentmods.dev/badge/skills/justinz12xd/hackaton-taws/jelou-test-workflow.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00171 | $0.03978 |
| Opus 5 | $0.00086 | $0.01989 |
| Sonnet 5 | $0.00034 | $0.00796 |
| Haiku 4.5 | $0.00017 | $0.00398 |
Grade A, and why
jelou-test-workflow 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 10d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
23 files 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.
- agents/openai.yaml 328 B
- bin/jelou-test-workflow-wording-translator 74 B
- bin/jelou-test-workflow-wording-translator.js 193 KB runs code
- CHANGELOG.md 2.7 KB
- package.json 540 B
- README.md 1.6 KB
- references/DASHBOARD_SURFACE.md 2.3 KB
- references/DEBUGGING_ARCHITECTURE.md 1.6 KB
- references/DIAGNOSTIC_PLAYBOOK.md 14 KB
- references/DIRECT_DB_ACCESS.md 1.6 KB
- references/NODE_ALIASES.md 7.0 KB
- references/phases/persona-edge-cases.md 5.5 KB
- references/phases/report-shape.md 4.1 KB
- references/phases/user-realism-pass.md 4.4 KB
- references/POST_RUN_LEARNING.md 1.5 KB
- references/ROUTER_INTENT_TEST.md 5.2 KB
- references/TESTER_ENDPOINTS.md 2.8 KB
- references/USER_PERSONAS.md 22 KB
- references/UX_ANTI_PATTERNS.md 24 KB
- references/VOICE_HELPER_ENVELOPES.md 2.8 KB
- references/VOICE_HELPER.md 5.5 KB
- references/WORDING_GUIDE.md 27 KB
- version.json 76 B
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.
- 10d ago First seen · 279 lines · 171 tokens per session scan A 9c07142591cd
jelou-test-workflow is a skill published in the GitHub repository justinz12xd/HACKATON-TAWS (2 stars, last pushed 1mo ago), with no licence file. It adds 171 tokens to every session and 3,978 once invoked, about $0.0009 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.
Other skills, from other repositories
testing-e2e
End-to-end testing patterns with Playwright — page objects, AI agent testing, visual regression, accessibility testing with axe-core, and CI integration. Use when writing E2E tests, setting up Playwright, implementing visual regression, or testing accessibility.
design-ship
One-shot pipeline turning a claude.ai/design link into a pull request: scaffold via /ork:design-import, stories and specs via /ork:cover, browser verification via /ork:expect, then open the PR. Use when a design link should come back as a PR with no intermediate steps; if all you need is the components written to…
testing-patterns
Redirect — testing-patterns was split into 5 focused sub-skills. Use when looking for testing-patterns, writing tests, or test automation. Redirects to testing-unit, testing-e2e, testing-integration, testing-llm, or testing-perf.
uat-testing
Run end-to-end User Acceptance Tests for Agent Brain features. Builds wheels, installs packages, starts a test server, runs tests, and reports results — all without permission prompts.
nobrainer-browser
Use when the owner says nb-browser or nobrainer-browser, asks to inspect or operate a rendered website, attach to an existing approved Chrome/Edge session, restart an approved non-default Chromium profile for loopback CDP, reproduce a browser flow, run Playwright tests, or record and analyze a Playwright trace. Prefer…
测试基础设施
A set of scripts that supports end-to-end testing, which checks a complete workflow across its connected parts. The scripts capture selected log messages, compare database snapshots, and record and verify notifications or other side effects.