agentic-qe

agentic-qe is a skill for Claude Code, Codex from rogue-dev-studio/ai-agents-rogue. It costs 38 tokens per session (473 once invoked), scanned A, original, no licence file.

A quality-engineering toolkit for planning tests and checking whether software works as expected.

In plain words
What is it for?
Creating test cases, defining test strategy, checking coverage gates, performing exploratory checks, and running a penetration-testing track when requested.
Why use it?
It gives structure to testing, coverage checks, exploratory review, and security-focused quality work.

Skill for Claude CodeCodex

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

Good fit Creating test cases, defining test strategy, checking coverage gates, performing exploratory checks, and running a penetration-testing track when requested.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/rogue-dev-studio/ai-agents-rogue/agentic-qe
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 rogue-dev-studio/ai-agents-rogue --skill agentic-qe
Clone the repo
git clone --depth 1 https://github.com/rogue-dev-studio/ai-agents-rogue

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 agentic-qe

README.md
[![agentmods](https://agentmods.dev/badge/skills/rogue-dev-studio/ai-agents-rogue/agentic-qe.svg)](https://agentmods.dev/skills/rogue-dev-studio/ai-agents-rogue/agentic-qe)
Your own site
<a href="https://agentmods.dev/skills/rogue-dev-studio/ai-agents-rogue/agentic-qe"><img src="https://agentmods.dev/badge/skills/rogue-dev-studio/ai-agents-rogue/agentic-qe.svg" alt="Measured on agentmods" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 473 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 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.00038 $0.00473
Opus 5 $0.00019 $0.00236
Sonnet 5 $0.00008 $0.00095
Haiku 4.5 $0.00004 $0.00047

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

Security

Grade A, and why

agentic-qe 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.

skills/agentic-qe/SKILL.md · 71 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

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. 7d ago First seen · 71 lines · 38 tokens per session scan A 7fbb2051e758

Subscribe to this mod's changes

agentic-qe is a skill published in the GitHub repository rogue-dev-studio/ai-agents-rogue (2 stars, last pushed today), with no licence file. It adds 38 tokens to every session and 473 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-08-31.

Related

Other skills, from other repositories

android-ui-journey-testing

XML-specified Android UI journey testing, interactive step execution, assertion verification, and JSON outcome reporting.

sickn33/agentic-awesome-skills · 27 tokens

voiden

Create and edit Voiden .void files for API testing. Covers the .void file format and all enabled extension block types.

VoidenHQ/voiden · 28 tokens

atmos-validation

Validate Atmos projects, components, arbitrary JSON Schema inputs, EditorConfig, and GitHub Actions; use affected-file selection and native CI annotations.

cloudposse/atmos · 31 tokens

safe-extraction

Apply when extracting code from a large monolith file into submodules. Covers barrel re-exports, internals DI seam proxy patterns, CI invariant allowlist updates, and cross-file test verification. Prevents CI failures, broken imports, and test regressions from code extraction.

ZaxbyHub/opencode-swarm · 60 tokens

safe-rename

Workflow for safely renaming symbols (functions, types, classes, interfaces, constants, variables) across a codebase. Uses repomap, batchsymbols, and buildcheck to ensure every consumer is updated and nothing breaks.

ZaxbyHub/opencode-swarm · 48 tokens

test-file-split

Protocol for splitting test files that approach or exceed the FR-006 500-line limit (enforced in CI by scripts/check-test-file-cap.ts as a diff-scoped ratchet). Covers describe-block extraction, shared helper management, pure-function extraction, mock isolation verification, and cascading-split detection. Load when a…

ZaxbyHub/opencode-swarm · 77 tokens