repoprompt-ce: Skill for Codex

.agents/skills/rpce-test-quality/SKILL.md

rpce-test-quality is a skill for Codex from repoprompt/repoprompt-ce. It costs 83 tokens per session (918 once invoked), scanned A, original, Apache-2.0.

A guide to deciding which RepoPrompt CE tests and diagnostic checks are worth keeping. It focuses on observable behavior, such as preventing data loss or protocol errors, rather than simply testing changed code.

In plain words
What is it for?
Use it to design, review, combine, classify, or remove tests, smoke checks, and diagnostic harnesses when evaluating their regression value.
Why use it?
It helps avoid tests that are expensive to maintain but do not catch meaningful regressions. It also helps choose the simplest test layer that can reproduce the risk.

Skill for Codex

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

This is repoprompt/repoprompt-ce's own configuration. It tells Codex how to work on repoprompt-ce 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 repoprompt-ce configures →

Reuse

Borrowing it

Nothing to install: this file belongs to repoprompt/repoprompt-ce. 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/repoprompt/repoprompt-ce/main/.agents/skills/rpce-test-quality/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/repoprompt/repoprompt-ce

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 rpce-test-quality

README.md
[![agentmods](https://agentmods.dev/badge/skills/repoprompt/repoprompt-ce/rpce-test-quality.svg)](https://agentmods.dev/skills/repoprompt/repoprompt-ce/rpce-test-quality)
Your own site
<a href="https://agentmods.dev/skills/repoprompt/repoprompt-ce/rpce-test-quality"><img src="https://agentmods.dev/badge/skills/repoprompt/repoprompt-ce/rpce-test-quality.svg" alt="Measured on agentmods" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 918 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.00083 $0.00918
Opus 5 $0.00042 $0.00459
Sonnet 5 $0.00017 $0.00184
Haiku 4.5 $0.00008 $0.00092

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

Security

Grade A, and why

rpce-test-quality 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/rpce-test-quality/SKILL.md · 61 lines

How it starts

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

RepoPrompt CE Test Quality

Protect meaningful current contracts, not changed lines or method counts. Maximize regression signal per maintenance cost. Follow AGENTS.md and the repository harness in docs/testing.md.

Decide Before Writing

  1. Name the current behavior and plausible defect: user failure, data loss, protocol/security break, race, persistence error, malformed input, or costly operational failure.
  2. Search existing direct and outcome-level coverage.
  3. Define an observable oracle that distinguishes broken from fixed behavior.
  4. Choose the lowest layer that faithfully reproduces the risk.
  5. Add, consolidate, redesign, classify as diagnostics, or omit.

For a bug, prefer a test that fails against known-bad behavior. If no stable contract, credible defect, or discriminating oracle can be named, do not add a test.

Choose the Layer

  • Isolated core: deterministic decisions, transformations, parsers, state machines, policy, invariants, and failure semantics.
  • Provider package: provider protocol, codec, translation, launch arguments, and model mapping under Packages/RepoPromptAgentProviders/Tests.
  • Root SwiftPM: module behavior without a GUI, including actors, persistence, fixtures, subprocess adapters, in-process MCP, and deterministic concurrency under Tests/RepoPromptTests.
  • Runtime diagnostics: assembled-app-only rendering, restoration, routing instrumentation, churn, or resource investigations. Require a bounded scenario, privacy-safe machine-readable evidence, entry point, and cleanup path. Without an acceptance threshold, a benchmark is diagnostics.
  • Live/packaged smoke: real app/MCP wiring, bundle layout, embedded helpers, ownership, signing, provenance, and a few critical journeys.
  • Structural guard: last resort when executable behavior, compiler boundaries, lint, or guardrails cannot cheaply enforce a narrow constraint.

Do not use smoke as the only protection for deterministic logic.

Quality Gate

Read the full file on GitHub · 61 lines

Files

What ships with it

1 file 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 · 61 lines · 83 tokens per session scan A a49dc9154ef5

Subscribe to this mod's changes

rpce-test-quality is a skill published in the GitHub repository repoprompt/repoprompt-ce (921 stars, last pushed today), licensed Apache-2.0. It adds 83 tokens to every session and 918 once invoked, about $0.0004 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

skip-skill-listing-in-test-environment

Suppress skill-listing attachments in test mode so discoverability noise does not interfere with deterministic test behavior.

ychampion/cskill-agents · 30 tokens

genie-orca-review

Independent, read-only review of a group, a wish, or a PR on Orca — SHIP / FIX-FIRST / BLOCKED with severity-tagged findings. Council and retro are this skill with a different input.

automagik-dev/genie · 50 tokens

agentplane-testkit-migration

Use when migrating Agentplane tests to @agentplane/testkit, replacing local test helpers, fixing testkit export/build failures, splitting large CLI/backend suites, or diagnosing missing testkit dist exports in package builds.

basilisk-labs/agentplane · 49 tokens

verifying-final-artifacts

Verifies the delivered artifact a consumer actually receives (a figure, chart, PDF, SVG, screenshot, compiled build, or deployed response) by regenerating it fresh and directly observing the output, not the source that produces it, and ends in one honest verdict. Use when the deliverable is a produced artifact and…

FlyFission/nuclear-grade-context-engineering · 98 tokens

stress-testing-agent-changes

Attacks your own agent change, tool grant, dependency, model, or release on purpose, across risk types such as prompt injection, gaining extra power, unsafe output, and tool misuse, and records what you tried, what happened, and the leftover risk. Use when a change widens an agent's power, data access, or network…

FlyFission/nuclear-grade-context-engineering · 103 tokens

qamap-pr-qa

Local zero-LLM PR QA workflow. Use when an agent is preparing, updating, finalizing, or reviewing a pull request, asks what the PR should test, or needs commit-backed change intent, affected behavior, QA scenarios, evidence, validation commands, optional automation drafts, and manifest repair guidance.

IvoryCanvas/QAMap · 67 tokens