tester-cookbook

tester-cookbook is a skill for Claude Code, Codex from pekral/cursor-rules. It costs 49 tokens per session (2,585 once invoked), scanned A, original, MIT.

A concise QA cookbook that turns a JIRA task and its linked pull requests into instructions for an internal tester.

In plain words
What is it for?
Use it to prepare a JIRA comment with click-by-click checks for screens, reports, delivered messages, or account balances, without changing code or task status.
Why use it?
It helps testers know exactly what they can verify in the application and gives the development team a focused report.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to prepare a JIRA comment with click-by-click checks for screens, reports, delivered messages, or account balances, without changing code or task status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pekral/cursor-rules/tester-cookbook
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add pekral/cursor-rules --skill tester-cookbook
Clone the repo
git clone --depth 1 https://github.com/pekral/cursor-rules

Made for: Claude Code, Codex.

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 tester-cookbook

README.md
[![agentmods](https://agentmods.dev/badge/skills/pekral/cursor-rules/tester-cookbook.svg)](https://agentmods.dev/skills/pekral/cursor-rules/tester-cookbook)
Your own site
<a href="https://agentmods.dev/skills/pekral/cursor-rules/tester-cookbook"><img src="https://agentmods.dev/badge/skills/pekral/cursor-rules/tester-cookbook.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,585 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.00049 $0.02585
Opus 5 $0.00024 $0.01293
Sonnet 5 $0.00010 $0.00517
Haiku 4.5 $0.00005 $0.00259

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

Security

Grade A, and why

tester-cookbook 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 4d 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.

skills/tester-cookbook/SKILL.md · 109 lines

How it starts

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

Constraints

  • Apply @rules/php/core-standards.mdc
  • Apply @rules/git/general.mdc
  • Apply @rules/jira/general.mdc — JIRA comments must be in Wiki Markup, never Markdown
  • Apply @rules/reports/general.mdc — the cookbook JIRA comment must be written in the language of the JIRA task description (e.g. ECOMAIL-* tasks → Czech). Do not mix languages within a single comment; UI-visible labels stay verbatim as they appear in the admin screen.
  • Read-only relative to the codebase. The skill never modifies code; it only publishes a JIRA comment.
  • Never change the JIRA task status — per @rules/jira/general.mdc, status transitions are handled by humans only.
  • The audience is an internal QA tester who is not a programmer. Everything in the report must be verifiable by clicking in the application, opening a report screen, reading a delivered email/SMS, or checking the account balance. Anything that cannot be verified that way belongs in the dev-team report as a flag for the development team, not as a tester action.
  • Forbidden vocabulary in the comment body — replace with a UI-visible label before publishing:
    • infrastructure: queue, lambda, SQS, ENV, .env, config, feature flag (use switch in Administration), job, dispatch, retry, polling, telemetry, log, Bugsnag, Slack (unless the Slack notification is what the tester reads), AWS, payload, endpoint, API v2 (unless that exact wording appears in the UI).
    • code identifiers: enum, class, namespace, repository, action, table, column, DB column name, migration, route, status code, event name, listener.
  • No code identifiers in the comment. When the PR diff references a code-level value (for example CampaignLogEvent::SMS_ACCEPTED), translate it to the exact label the tester sees in the UI ("status Waiting for delivery in the campaign report").
  • No credentials. When a test account is required, refer to it by its tester-facing alias ("use test account qa-cz-1 — ask devs for access if you don't have it"), never quote a password or API key.
  • Concrete inputs. Replace generic phrasing with the literal value the tester should type. Instead of "use a valid number" write "use the test number +420604240203".
  • Validate the final comment before publishing: it must not contain any forbidden token, any Markdown heading (#), any fenced code block (```), or any Markdown table (|).

Read the full file on GitHub · 109 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. 4d ago First seen · 109 lines · 49 tokens per session scan A 4319dcfe79ae

Subscribe to this mod's changes

tester-cookbook is a skill published in the GitHub repository pekral/cursor-rules (6 stars, last pushed 7d ago), licensed MIT. It adds 49 tokens to every session and 2,585 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-09-03.

Related

Other skills, from other repositories

implement-feature

Implement an approved feature plan with fresh-context slices, TDD, evidence, and PR-ready output.

HoangNguyen0403/agent-skills-standard · 23 tokens

quality-engineering-zephyr-test-generation

Generate Zephyr test cases from Jira stories: parse acceptance criteria and business rules, impact-analyze existing TCs (update vs. create new), and draft correctly named test cases. Use for AC-to-test generation; defer post-generation Jira linking and manual test-case quality review.

HoangNguyen0403/agent-skills-standard · 63 tokens

quality-engineering-jira-integration

Trigger only when the user explicitly requests live Jira or Zephyr retrieval, existing-link inspection, linking authored test cases, label updates, or stale-link audits. Do not trigger for analysis-only prompts such as 'Analyze the acceptance criteria for TICK-4521', supplied acceptance criteria, test-case authoring…

HoangNguyen0403/agent-skills-standard · 75 tokens

testgen-flow

Workflow for generating test cases from requirements (Issue Tracker / Wiki sources), exporting to a Test Management System, etc.

griddynamics/rosetta · 27 tokens

ticket-creator

Creates ready-to-dev tickets from brief descriptions, Jira tickets, or markdown files. Combines PO and BA perspectives to generate complete tickets with context, scope, acceptance criteria, dependencies, and QA notes. Use when creating tickets, writing user stories, preparing backlog items, or refining requirements.

adonai-labs/agent-runway · 61 tokens

acceptance-criteria

Validate that build output satisfies all acceptance criteria. Use when checking each AC for pass/fail status.

paruff/uFawkesAI · 25 tokens