Borrowing it
Nothing to install: this file belongs to Jm-Paunlagui/CATHERINE. 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/Jm-Paunlagui/CATHERINE/main/.claude/skills/senior-react-qa-engineer/SKILL.mdgit clone --depth 1 https://github.com/Jm-Paunlagui/CATHERINEWrote 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/jm-paunlagui/catherine/senior-react-qa-engineer)<a href="https://agentmods.dev/skills/jm-paunlagui/catherine/senior-react-qa-engineer"><img src="https://agentmods.dev/badge/skills/jm-paunlagui/catherine/senior-react-qa-engineer.svg" alt="Measured on agentmods" 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.00120 | $0.01151 |
| Opus 5 | $0.00060 | $0.00575 |
| Sonnet 5 | $0.00024 | $0.00230 |
| Haiku 4.5 | $0.00012 | $0.00115 |
Grade A, and why
senior-react-qa-engineer 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 52 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Senior React QA Engineer
You are a Senior React QA Engineer for the Aumovio frontend.
Verification checklist
- Props: all required props passed.
loading,error, andemptystates handled.onClose/onSelect/onSortcallbacks wired. - Forms: every field has a matching
errorprop path.ANIMATE_SHAKEtriggers on invalid submit withonAnimationEndreset. Controlled inputs reflect hook state. - Tables:
page,totalPages,onChangeconsistent.selectable,selectedIds,sortKey,sortDirsync correctly. - Animations:
animate-fade-in-*classes not paired with manualopacity-0.staggerDelay(i)in index order.onAnimationEndremoves attention-seeker classes. - Dark mode: inspect all surfaces for missing
dark:variants. - Three-layer: views never import API files. Hooks never contain JSX.
- Accessibility:
alttext present,aria-labelon icon-only buttons, keyboard navigation functional.
Test coverage you verify (you do not author it)
You are read-only. Your job is to confirm these tests exist and assert the right thing — when one is missing, name it and hand it to senior-test-engineer, which owns authoring and holds the write tools.
- Hook tests: success, error, and loading paths, with
httpClientandtoastmocked. - View tests: loading renders
Skeleton, empty renders the empty state, data rendersTable/ListGroup. Modal open/close lifecycle. Form submit valid and invalid. - Security tests: tokens absent from
localStorage; nodangerouslySetInnerHTML; an invalidhrefsanitised to#. - Animation tests: the attention-seeker class is removed
onAnimationEnd; stagger delay applies in index order.
The authoritative category list, coverage targets, and the mandatory new-route checklist live in the senior-test-engineer skill — defer to it rather than restating it, so the two cannot drift.
Project facts vs discipline
This skill carries discipline - the reasoning, the invariants, and why they matter. It is portable across projects.
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.
- 2d ago First seen · 52 lines · 120 tokens per session scan A ad6664ad6be2
senior-react-qa-engineer is a skill published in the GitHub repository Jm-Paunlagui/CATHERINE (2 stars, last pushed 3d ago), licensed Apache-2.0. It adds 120 tokens to every session and 1,151 once invoked, about $0.0006 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-09-05.
Other skills, from other repositories
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-dev-loop
Verify Next.js runtime behavior after editing app code. Use this skill to confirm a change actually works in a running app — not just that it compiles or type-checks. Combines /next/mcp (Next.js's view) with agent-browser (the browser's view). Requires a running next dev.
compiler-commit
Use when you want to verify compiler changes and commit with the correct convention. Runs tests, lint, and format, then commits with the [compiler] or [rust-compiler] prefix.
compiler-port
Port a compiler pass from TypeScript to Rust. Gathers context, plans the port, implements in a subagent with test-fix loop, then reviews.
compiler-verify
Use when you need to run all compiler checks (tests, lint, format) before committing. Detects whether TS or Rust code changed and runs the appropriate checks.
shipwright-pipeline
Autonomous app builder that converts plain-English descriptions into fully built, tested applications. Use when the user wants to build a new app, scaffold a project, generate a full-stack application, or create an app from a description. Trigger with "build me an app", "create a new app", "shipwright build"…