ai-regression-testing

ai-regression-testing is a skill for Claude Code, Codex from DekaPrayoga/AurixAgent. It costs 42 tokens per session (2,750 once invoked), scanned A, original, no licence file.

A set of regression-testing strategies for software built with AI assistance. It uses sandboxed API tests that do not require a database and checks for bugs that AI-generated code may miss.

In plain words
What is it for?
It is for designing API regression tests, creating automated bug checks, and reviewing AI-assisted changes for missed problems.
Why use it?
It helps catch regressions without depending on a database and reduces the risk of having the same AI model write and review code without finding its own mistakes.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

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/dekaprayoga/aurixagent/ai-regression-testing
Any agent
npx skills add DekaPrayoga/AurixAgent --skill ai-regression-testing
Clone the repo
git clone --depth 1 https://github.com/DekaPrayoga/AurixAgent

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 ai-regression-testing

README.md
[![agentmods](https://agentmods.dev/badge/skills/dekaprayoga/aurixagent/ai-regression-testing.svg)](https://agentmods.dev/skills/dekaprayoga/aurixagent/ai-regression-testing)
Your own site
<a href="https://agentmods.dev/skills/dekaprayoga/aurixagent/ai-regression-testing"><img src="https://agentmods.dev/badge/skills/dekaprayoga/aurixagent/ai-regression-testing.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,750 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00042 $0.02750
Opus 5 $0.00021 $0.01375
Sonnet 5 $0.00008 $0.00550
Haiku 4.5 $0.00004 $0.00275

Measured 3d ago against content hash 1461dd99954f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

ai-regression-testing 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 3d 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/ai-regression-testing/SKILL.md · 386 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 3d ago First seen · 386 lines · 42 tokens per session scan A 1461dd99954f

Subscribe to this mod's changes

ai-regression-testing is a skill published in the GitHub repository DekaPrayoga/AurixAgent (63 stars, last pushed 1mo ago), with no licence file. It adds 42 tokens to every session and 2,750 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

ios-simulator

Verify and debug native, React Native, Expo, or Flutter apps on an iOS Simulator with agent-device. Use when an agent needs to launch an app, inspect its live UI, tap, type, scroll, validate a code change, collect failure evidence, or reproduce a workflow on an iPhone or iPad Simulator.

callstack/agent-device · 69 tokens

ai-discover

Parallel discovery of performance hotspots (perf track) and failure surfaces (bug track) for the auto-improvement loop. Fans out one subagent per hot-path area or failure surface; each returns ONE concrete, behavior-preserving fix candidate (perf) or a reproducing test plus fix (bug). Discovery only — no code changes…

kirodotdev/KiroCrew · 75 tokens

coding

Use when five specialized coding agents (linter, perf, refactor, security, test) that enforce quality gates across the development lifecycle. From lint enforcement through performance profiling, refactoring, security auditing, and test coverage. Use when working with coding agents.

oyi77/1ai-skills · 54 tokens

planning-agent

Use when decompose complex tasks into executable steps with dependencies, risk assessment, and verification criteria.

oyi77/1ai-skills · 22 tokens

research-agent

Use when investigating topics deeply with cross-referenced sources and producing evidence-backed findings.

oyi77/1ai-skills · 19 tokens

review-agent

Use when reading code changes with adversarial intent to find bugs, security holes, logic errors, and performance traps.

oyi77/1ai-skills · 26 tokens