CATHERINE: Skill for Claude Code

.claude/skills/senior-react-qa-engineer/SKILL.md

senior-react-qa-engineer is a skill for Claude Code from Jm-Paunlagui/CATHERINE. It costs 120 tokens per session (1,151 once invoked), scanned A, original, Apache-2.0.

A review checklist for React interfaces. It checks component inputs, loading and error states, forms, tables, animations, dark mode, accessibility, and the separation between display code and data code.

In plain words
What is it for?
Use it to inspect React components and confirm that existing tests cover the right behaviour. It reports missing tests rather than writing them.
Why use it?
It finds missing UI states, disconnected callbacks, accessibility gaps, styling issues, and structural problems that ordinary tests may not catch.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

This is Jm-Paunlagui/CATHERINE's own configuration. It tells Claude Code how to work on CATHERINE 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 CATHERINE configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/Jm-Paunlagui/CATHERINE/main/.claude/skills/senior-react-qa-engineer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Jm-Paunlagui/CATHERINE

Made for: Claude Code.

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 senior-react-qa-engineer

README.md
[![agentmods](https://agentmods.dev/badge/skills/jm-paunlagui/catherine/senior-react-qa-engineer.svg)](https://agentmods.dev/skills/jm-paunlagui/catherine/senior-react-qa-engineer)
Your own site
<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>
Per session 120 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,151 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.00120 $0.01151
Opus 5 $0.00060 $0.00575
Sonnet 5 $0.00024 $0.00230
Haiku 4.5 $0.00012 $0.00115

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

Security

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.

.claude/skills/senior-react-qa-engineer/SKILL.md · 52 lines

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, and empty states handled. onClose / onSelect / onSort callbacks wired.
  • Forms: every field has a matching error prop path. ANIMATE_SHAKE triggers on invalid submit with onAnimationEnd reset. Controlled inputs reflect hook state.
  • Tables: page, totalPages, onChange consistent. selectable, selectedIds, sortKey, sortDir sync correctly.
  • Animations: animate-fade-in-* classes not paired with manual opacity-0. staggerDelay(i) in index order. onAnimationEnd removes attention-seeker classes.
  • Dark mode: inspect all surfaces for missing dark: variants.
  • Three-layer: views never import API files. Hooks never contain JSX.
  • Accessibility: alt text present, aria-label on 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 httpClient and toast mocked.
  • View tests: loading renders Skeleton, empty renders the empty state, data renders Table/ListGroup. Modal open/close lifecycle. Form submit valid and invalid.
  • Security tests: tokens absent from localStorage; no dangerouslySetInnerHTML; an invalid href sanitised 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.

Read the full file on GitHub · 52 lines

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. 2d ago First seen · 52 lines · 120 tokens per session scan A ad6664ad6be2

Subscribe to this mod's changes

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.

Related

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…

vercel/next.js · 170 tokens

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.

vercel/next.js · 68 tokens

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.

react/react · 42 tokens

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.

react/react · 35 tokens

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.

react/react · 37 tokens

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"…

jeremylongshore/tons-of-skills-marketplace · 80 tokens