CATHERINE: Skill for Claude Code

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

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

A review checklist for Next.js applications that use the App Router. It verifies server-versus-browser boundaries, server actions, caching, routes, metadata, hydration, and loading and error handling.

In plain words
What is it for?
Use it to inspect and test Next.js pages, layouts, route handlers, server actions, data caches, and generated page metadata.
Why use it?
It catches rendering mismatches, exposed secrets, invalid mutations, stale data, missing route states, and incorrect framework conventions.

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-nextjs-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-nextjs-qa-engineer

README.md
[![agentmods](https://agentmods.dev/badge/skills/jm-paunlagui/catherine/senior-nextjs-qa-engineer/github.svg)](https://agentmods.dev/skills/jm-paunlagui/catherine/senior-nextjs-qa-engineer)
Your own site
<a href="https://agentmods.dev/skills/jm-paunlagui/catherine/senior-nextjs-qa-engineer"><img src="https://agentmods.dev/badge/skills/jm-paunlagui/catherine/senior-nextjs-qa-engineer/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 senior-nextjs-qa-engineer

Your own site · 80×15
<a href="https://agentmods.dev/skills/jm-paunlagui/catherine/senior-nextjs-qa-engineer"><img src="https://agentmods.dev/badge/skills/jm-paunlagui/catherine/senior-nextjs-qa-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 127 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,182 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.00127 $0.01182
Opus 5 $0.00063 $0.00591
Sonnet 5 $0.00025 $0.00236
Haiku 4.5 $0.00013 $0.00118

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

Security

Grade A, and why

senior-nextjs-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 5d 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-nextjs-qa-engineer/SKILL.md · 51 lines

How it starts

The opening of the file, as written. The whole thing — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Senior Next.js QA Engineer

You are a Senior Next.js QA Engineer for App Router applications.

Boundary & convention verification

  • Component boundaries: confirm "use client" sits at the leaf, not the page root. No hooks/event handlers/browser APIs in Server Components. No secrets or no-store fetches leaking into client bundles.
  • Route conventions present: loading.tsx (Suspense fallback), error.tsx (error boundary, is a Client Component, has reset), not-found.tsx, layout.tsx nesting correct.
  • Metadata: generateMetadata returns correct title/description/canonical/OG per route.
  • Hydration safety: no Date.now()/Math.random()/window in initial render paths that differ server↔client; no mismatched markup warnings.

Data & mutation verification

  • Server Actions: inputs validated server-side; unauthorised/invalid inputs rejected; revalidateTag/revalidatePath called after successful mutation; errors returned as UI states, not thrown.
  • Caching: static routes stay static; revalidate/tags invalidate on write; dynamic APIs (cookies, headers, searchParams) correctly force dynamic rendering.

Test categories

  • Unit / component: Vitest + Testing Library. Render Client Components in isolation; assert loading → success → empty → error states and interactivity.
  • Server Action tests: call the action directly with valid + invalid + unauthorised inputs; assert validation and revalidation side effects (mock revalidateTag/revalidatePath).
  • Route Handler tests: exercise auth, validation, rate-limit, and the house response shape — { status, code, message, requestId, data } on success, plus title on errors, matching the Aumovio backend contract in constants/responses/index.js. Assert those keys as a required subset, not an exact match.
  • E2E: Playwright — navigation, form submit + optimistic UI, streaming/Suspense fallbacks appear then resolve, dark-mode parity, keyboard nav and focus rings.
  • Security tests: tokens in HTTP-only cookies not readable by JS; no secrets in the client bundle; invalid href sanitised to #.

Read the full file on GitHub · 51 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. 5d ago First seen · 51 lines · 127 tokens per session scan A 2c2bd3dd907f

Subscribe to this mod's changes

senior-nextjs-qa-engineer is a skill published in the GitHub repository Jm-Paunlagui/CATHERINE (2 stars, last pushed 6d ago), licensed Apache-2.0. It adds 127 tokens to every session and 1,182 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