casely

A QA assistant that creates structured software test cases from requirement documents and existing test-case examples.

In plain words
What is it for?
It is for parsing requirements, learning a team’s test style, generating test suites, and exporting TestRail-ready Excel files.
Why use it?
It removes much of the manual work of reading PDFs, DOCX, or XLSX files and matching a team’s test-writing format.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/johnwayneeee/casely-qa-skill/casely
Any agent
npx skills add JohnWayneeee/casely-qa-skill --skill casely
Clone the repo
git clone --depth 1 https://github.com/JohnWayneeee/casely-qa-skill

Made for: Claude Code, Codex.

Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,696 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00067 $0.02696
Opus 5 $0.00034 $0.01348
Sonnet 5 $0.00013 $0.00539
Haiku 4.5 $0.00007 $0.00270

Measured 2d ago against content hash 6df406d42897, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

casely 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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/casely_parser.py, scripts/export_to_xlsx.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skill/casely/SKILL.md · 232 lines

How it starts

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

Casely — QA Test Case Generator

Casely automates the most time-consuming part of a QA engineer's job: writing test cases. It reads requirement documents and learns from your team's existing test case examples to produce structured, style-consistent test suites ready for import into any Test Management System.

Why this matters

Manual test case writing accounts for ~40% of a QA engineer's time. Requirements come in fragmented formats (PDF, DOCX, XLSX). Every team has its own column structure, naming conventions, and writing style. Casely solves this by:

  • Converting any document format to clean Markdown via docling.
  • Extracting formal style rules from your team's example test cases.
  • Generating test cases that match your team's exact structure and tone.
  • Exporting to Excel with correct column mapping for TMS import.

Commands

/init [ProjectName]

Creates a new isolated project workspace under projects/ and verifies that the repository-level environment is ready.

/parse

Runs the CaselyParser to convert all raw assets (requirements and examples) to Markdown.

/style

Analyzes example test cases and generates a persistent test_style_guide.md.

/plan

Scans parsed requirements and suggests a testing plan with modules and test types.

/generate [type]

Generates atomic test cases of the specified type (functional, negative, integration, boundary, etc.).

/export

Converts generated Markdown test cases into a formatted .xlsx file.


Full Workflow

Phase 1: Project Initialization & Environment Setup (/init)

When the user runs /init [ProjectName] (or asks to start a new testing project):

  1. Resolve the Repository Root:
    • Use the current working directory if it contains pyproject.toml.
    • Otherwise walk upward until pyproject.toml is found.
    • If no pyproject.toml is found, stop and ask the user to run the command from the casely-qa-skill repository root.
    • Do not run uv init inside a user's QA project folder.

Read the full file on GitHub · 232 lines

Files

What ships with it

6 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.

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 · 232 lines · 67 tokens per session scan A 6df406d42897

Subscribe to this mod's changes

casely is a skill published in the GitHub repository JohnWayneeee/casely-qa-skill (7 stars, last pushed 3mo ago), licensed MIT. It adds 67 tokens to every session and 2,696 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

git-workflow-and-versioning

Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, opening or reviewing a pull request (PR), pushing to a remote, or when you need to organize work across multiple parallel streams. Use when cutting a release, choosing a semantic version bump…

addyosmani/agent-skills · 74 tokens

spec-driven-development

Creates specs before coding. Use when starting a new project, feature, or significant change and no specification exists yet. Use when requirements are unclear, ambiguous, or only exist as a vague idea. Use when a single requirement spans several independently testable capabilities and needs decomposing into a…

addyosmani/agent-skills · 67 tokens

idea-refine

Refines raw ideas into sharp, actionable concepts through structured divergent and convergent thinking. Use when an idea is still vague, when you need to stress-test assumptions before committing to a plan, or when you want to expand options before converging on one. Triggers on "ideate", "refine this idea", or…

addyosmani/agent-skills · 75 tokens

peon-ping-rename

Rename the current Claude session for peon-ping notifications and terminal tab title. Use when user wants to give this session a custom name like "/peon-ping-rename Auth Refactor". Call with no argument to reset to auto-detect.

PeonPing/peon-ping · 57 tokens

peon-ping-log

Log exercise reps for the Peon Trainer. Use when user says they did pushups, squats, or wants to log reps. Examples - "/peon-ping-log 25 pushups", "/peon-ping-log 30 squats", "log 50 pushups".

PeonPing/peon-ping · 64 tokens

excalidraw-architect

Choose and compose the right Excalidraw diagram - architecture, flowchart, sequence, state, ER, swimlane, process, timeline, quadrant, pyramid, venn, loop, gantt, bar, line, scatter, and more - using the excalidraw-architect-mcp server. Use whenever a reader would learn more from a picture than from prose, or when…

BV-Venky/excalidraw-architect-mcp · 101 tokens