regression-test-gen

regression-test-gen is a skill for Codex from Eliyce/paqad-ai. It costs 13 tokens per session (480 once invoked), scanned A, original, MIT.

A test-planning aid that recommends regression checks for behavior changed by a bug fix, refactor, or migration. Regression checks are tests or reviews that make sure a fixed behavior does not break again.

In plain words
What is it for?
It helps organize recommendations for unit, integration, end-to-end, and manual checks using existing tests, fixtures, and patterns.
Why use it?
It keeps verification focused on the changed behavior and chooses the narrowest useful test layer instead of adding unrelated coverage.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit It helps organize recommendations for unit, integration, end-to-end, and manual checks using existing tests, fixtures, and patterns.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eliyce/paqad-ai/regression-test-gen
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 Eliyce/paqad-ai --skill regression-test-gen
Clone the repo
git clone --depth 1 https://github.com/Eliyce/paqad-ai

Made for: 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 regression-test-gen

README.md
[![agentmods](https://agentmods.dev/badge/skills/eliyce/paqad-ai/regression-test-gen/github.svg)](https://agentmods.dev/skills/eliyce/paqad-ai/regression-test-gen)
Your own site
<a href="https://agentmods.dev/skills/eliyce/paqad-ai/regression-test-gen"><img src="https://agentmods.dev/badge/skills/eliyce/paqad-ai/regression-test-gen/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 regression-test-gen

Your own site · 80×15
<a href="https://agentmods.dev/skills/eliyce/paqad-ai/regression-test-gen"><img src="https://agentmods.dev/badge/skills/eliyce/paqad-ai/regression-test-gen.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 13 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 480 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.00013 $0.00480
Opus 5 $0.00006 $0.00240
Sonnet 5 $0.00003 $0.00096
Haiku 4.5 $0.00001 $0.00048

Measured 7d ago against content hash 789a63835411, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

regression-test-gen 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 7d 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.

runtime/capabilities/coding/stacks/_shared/skills/regression-test-gen/SKILL.md · 65 lines

What it actually says

What It Does

Generates regression recommendations that stay tightly scoped to changed behavior and are grouped by test layer so follow-up verification work is deliberate and efficient.

Use This When

Use this after a bug fix, refactor, or migration once the changed behavior is understood and you need to decide what regression coverage should prove it stays fixed.

Inputs

  • Read the changed behavior, existing tests, and claimed verification scope first.
  • Read the stack-specific testing guide that matches the project.
  • Read references/regression-layer-map.md before proposing new coverage.

Procedure

  1. List the concrete behaviors changed by the request and ignore unrelated nearby surfaces.
  2. Map each changed behavior to the narrowest meaningful test layer that can catch regression.
  3. Reuse existing suites, fixtures, and patterns before suggesting new harnesses.
  4. Group recommendations by unit, integration, end-to-end, or manual verification layer.
  5. Call out any changed behavior that should remain manual only and explain why.

Output Contract

  • Return sections named Unit, Integration, End-to-End, and Manual Verification in that order.
  • Under each section, list only the changed behaviors that belong to that layer.
  • If a layer has nothing to add, write <Layer>: none.

Escalate / Stop Conditions

  • Ask when the available test harness is unknown and would materially change the layer recommendation.
  • Warn when a requested regression check is broader than the changed behavior and likely to create noise.
  • Do not recommend generic full-suite reruns as a substitute for behavior-focused regression coverage.

Resources

  • references/regression-layer-map.md
  • runtime/capabilities/coding/stacks/laravel/references/tools/testing.md
  • agents/openai.yaml
Files

What ships with it

2 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. 7d ago First seen · 65 lines · 13 tokens per session scan A 789a63835411

Subscribe to this mod's changes

regression-test-gen is a skill published in the GitHub repository Eliyce/paqad-ai (8 stars, last pushed today), licensed MIT. It adds 13 tokens to every session and 480 once invoked, about $0.0001 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

testing-blocks

Use this when you have made AEM Edge Delivery Services code changes to blocks, scripts, or styles and need to validate them before opening a pull request. Covers unit testing for utilities and logic, browser testing with Playwright, linting, and guidance on what to test and how.

adobe/skills · 61 tokens

auto-canary

A deployment health-check skill for testing whether a recently deployed or staging website is working. It runs build, end-to-end, and browser checks, then reports a pass, warning, or failure.

Insajin/autopus-adk · 24 tokens

knowledge-engineering-quality-and-delivery-unit-integration-and-shared-test-harnesses

A testing guide for the CLI and web interfaces, covering unit, integration, end-to-end, and real-process test setup with shared fixtures and cleanup.

echoVic/blade-code · 184 tokens

testing-strategy

A testing guide that explains how to combine unit, integration, contract, and end-to-end tests. End-to-end tests check complete user flows, while integration tests check components working together.

Insajin/autopus-adk · 20 tokens

debugging

A structured method for finding and fixing software bugs. It starts by writing a test that reproduces the failure, then investigates its underlying cause before making a small fix.

Insajin/autopus-adk · 16 tokens

auto-test

An end-to-end testing helper that runs the test scenarios written in a `scenarios.md` file. End-to-end tests check a complete user flow across the relevant parts of an application.

Insajin/autopus-adk · 20 tokens