repoprompt-ce: Skill for Codex

.agents/skills/rpce-contribution-check/SKILL.md

rpce-contribution-check is a skill for Codex from repoprompt/repoprompt-ce. It costs 90 tokens per session (777 once invoked), scanned A, original, Apache-2.0.

A safety check for contributions to a RepoPrompt CE code repository. It validates the intended changes and scans commits or outgoing changes for secrets before Git operations that affect the repository.

In plain words
What is it for?
Preparing commits, validating pushes, checking staged changes, scanning outgoing branches, and enforcing repository-specific contribution rules.
Why use it?
It reduces the chance of committing credentials, pushing unintended files, or changing the repository’s visible history without the required checks.

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-contribution-check/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-contribution-check

README.md
[![agentmods](https://agentmods.dev/badge/skills/repoprompt/repoprompt-ce/rpce-contribution-check.svg)](https://agentmods.dev/skills/repoprompt/repoprompt-ce/rpce-contribution-check)
Your own site
<a href="https://agentmods.dev/skills/repoprompt/repoprompt-ce/rpce-contribution-check"><img src="https://agentmods.dev/badge/skills/repoprompt/repoprompt-ce/rpce-contribution-check.svg" alt="Measured on agentmods" height="20"></a>
Per session 90 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 777 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.00090 $0.00777
Opus 5 $0.00045 $0.00388
Sonnet 5 $0.00018 $0.00155
Haiku 4.5 $0.00009 $0.00078

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

Security

Grade A, and why

rpce-contribution-check 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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/preflight_timing.py, scripts/preflight.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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-contribution-check/SKILL.md · 57 lines

How it starts

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

RepoPrompt CE Contribution Check

Run the repository-local safety preflight before every commit and push. Read AGENTS.md first and use daemon-coordinated validation where available. Use the explicit pr-ready lane when computed-outgoing-range path-selected local validation evidence is required.

Before committing

  1. Review git status --short and inspect the intended diff.
  2. Stage only intended files. Review git diff --cached --stat and git diff --cached.
  3. Run:
.agents/skills/rpce-contribution-check/scripts/preflight.sh commit
  1. Rerun commit preflight after any staging change, including partial-staging updates. Commit mode scans materialized staged index blobs, not merely working-tree copies.
  2. Keep secret values redacted in terminal output and summaries.

Before pushing

  1. Ensure the working tree is clean.
  2. Run the immediate push safety gate:
.agents/skills/rpce-contribution-check/scripts/preflight.sh push
  1. Review the computed current-branch range printed by the script.
  2. Read references/validation-matrix.md and ensure any required focused, release, smoke, or PR-ready evidence is recorded before pushing.
  3. Push only the intended current branch and check the GitHub Actions run after pushing.

Default push mode validates whitespace, staged-index secrets, guardrails, clean worktree state, the current-branch outgoing range, and outgoing-range secrets. It does not run heavyweight lint/test/build/provider lanes.

Push mode validates only the current branch against its configured upstream. For a non-main topic branch without a configured upstream, it may use origin/main as an explicit comparison fallback. It does not validate tags, --all, --mirror, or arbitrary refspecs.

Full / PR-ready local validation

When preparing computed-outgoing-range local PR evidence, when a maintainer requests it, or when the validation matrix calls for the path-selected lane, run:

.agents/skills/rpce-contribution-check/scripts/preflight.sh pr-ready

Read the full file on GitHub · 57 lines

Files

What ships with it

4 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 · 57 lines · 90 tokens per session scan A 11f2f428834f

Subscribe to this mod's changes

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