agentic-qe: Skill for Codex

.agents/skills/aqe-test-change/SKILL.md

aqe-test-change is a skill for Codex from proffesor-for-testing/agentic-qe. It costs 69 tokens per session (310 once invoked), scanned A, original, MIT.

A testing guide for Agentic QE code changes, covering defect reproduction, test design, and verification across affected interfaces.

In plain words
What is it for?
Use it when adding tests, reproducing defects, filling coverage gaps, choosing affected Vitest test suites, or checking matching CLI and MCP behavior.
Why use it?
It helps catch regressions with deterministic tests and avoids hiding failures through skips, retries, weak checks, or unsuitable mocks.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

This is proffesor-for-testing/agentic-qe's own configuration. It tells Codex how to work on agentic-qe 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 agentic-qe configures →

Reuse

Borrowing it

Nothing to install: this file belongs to proffesor-for-testing/agentic-qe. 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/proffesor-for-testing/agentic-qe/main/.agents/skills/aqe-test-change/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/proffesor-for-testing/agentic-qe

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 aqe-test-change

README.md
[![agentmods](https://agentmods.dev/badge/skills/proffesor-for-testing/agentic-qe/aqe-test-change.svg)](https://agentmods.dev/skills/proffesor-for-testing/agentic-qe/aqe-test-change)
Your own site
<a href="https://agentmods.dev/skills/proffesor-for-testing/agentic-qe/aqe-test-change"><img src="https://agentmods.dev/badge/skills/proffesor-for-testing/agentic-qe/aqe-test-change.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 310 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00069 $0.00310
Opus 5 $0.00034 $0.00155
Sonnet 5 $0.00014 $0.00062
Haiku 4.5 $0.00007 $0.00031

Measured 8d ago against content hash e35785baa4cc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

aqe-test-change 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 8d 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.

.agents/skills/aqe-test-change/SKILL.md · 27 lines

What it actually says

Test an AQE Change

  1. Read AGENTS.md, the changed code, nearby tests, and relevant public interfaces.
  2. Reproduce a reported defect with the exact scenario before changing code.
  3. Identify the affected QE specialty from references/test-specialties.md.
  4. Add tests in this order:
    • durable boundary contracts, invariants, or properties;
    • integration behavior across affected components;
    • focused unit examples needed for the red-green loop.
  5. Keep tests deterministic. Do not hide failures with retries, skips, weakened assertions, fabricated fixtures, or mocks of the behavior under test.
  6. Run the narrowest matching Vitest target first. Expand to typecheck, build, agent/skill parity, MCP integration, or full CI checks in proportion to the changed surface.
  7. For capabilities exposed through both CLI and MCP, verify both paths.
  8. Report commands, pass/fail counts, limitations, and untested external dependencies.

Never modify or reset .agentic-qe/memory.db. Use a copy for any database test.

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. 8d ago First seen · 27 lines · 69 tokens per session scan A e35785baa4cc

Subscribe to this mod's changes

aqe-test-change is a skill published in the GitHub repository proffesor-for-testing/agentic-qe (475 stars, last pushed today), licensed MIT. It adds 69 tokens to every session and 310 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-30.

Related

Other skills, from other repositories

build-and-test

How to build and test .NET projects in the Agent Framework repository. Use this when verifying or testing changes.

microsoft/agent-framework · 26 tokens

workflow-patterns

Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.

wshobson/agents · 35 tokens

typescript-testing

Select and run TypeScript SDK verification for packages, examples, type checks, linting, builds, Vitest suites, and runtime E2E tests. Use when adding tests, diagnosing TypeScript CI, choosing a focused test command, or validating TypeScript package changes. Do not use for Python-only checks.

ComposioHQ/composio · 65 tokens

prompt-proximity-architecture

Turn an approved measurement charter, ICPs, and buyer jobs into a budget-aware prompt coverage blueprint across proximity bands, aided status, information acts, journey states, roles, locales, evidence grades, partitions, and measurement lanes. Use before prompt wording to define required, optional, and prohibited…

elvisun/newsjack · 67 tokens

architecture-patterns

Architecture validation and patterns for clean architecture, backend structure enforcement, project structure validation, test standards, and context-aware sizing. Use when designing system boundaries, enforcing layered architecture, validating project structure, defining test standards, or choosing the right…

yonatangross/orchestkit · 56 tokens

qa-investigation

Investigate a specific test failure to its root cause and document the why. Detects whether a failing test is flaky (intermittent) or a deterministic bug during reproduction. Use when a test fails and you need the real cause, not just to make it green. Execution layer, not strategy review. Keywords: flaky test…

fugazi/test-automation-skills-agents · 94 tokens