WealthWise-Finance-Tracker: Skill for Codex

.agents/skills/pre-pr/SKILL.md

pre-pr is a skill for Codex from hoangsonww/WealthWise-Finance-Tracker. It costs 62 tokens per session (487 once invoked), scanned A, original, MIT.

A project-specific command that runs WealthWise's complete pre-PR checklist. A PR, or pull request, is a proposed code change submitted for review before it is merged.

In plain words
What is it for?
Checking whether WealthWise changes are ready to merge and reporting which required quality or safety checks pass or fail.
Why use it?
It checks formatting, types, tests, builds, dependencies, branch safety, and possible secrets in one defined process before review.

Skill for Codex

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

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

Reuse

Borrowing it

Nothing to install: this file belongs to hoangsonww/WealthWise-Finance-Tracker. 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/hoangsonww/WealthWise-Finance-Tracker/master/.agents/skills/pre-pr/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/hoangsonww/WealthWise-Finance-Tracker

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 pre-pr

README.md
[![agentmods](https://agentmods.dev/badge/skills/hoangsonww/wealthwise-finance-tracker/pre-pr/github.svg)](https://agentmods.dev/skills/hoangsonww/wealthwise-finance-tracker/pre-pr)
Your own site
<a href="https://agentmods.dev/skills/hoangsonww/wealthwise-finance-tracker/pre-pr"><img src="https://agentmods.dev/badge/skills/hoangsonww/wealthwise-finance-tracker/pre-pr/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pre-pr

Your own site · 80×15
<a href="https://agentmods.dev/skills/hoangsonww/wealthwise-finance-tracker/pre-pr"><img src="https://agentmods.dev/badge/skills/hoangsonww/wealthwise-finance-tracker/pre-pr.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 487 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.00062 $0.00487
Opus 5 $0.00031 $0.00244
Sonnet 5 $0.00012 $0.00097
Haiku 4.5 $0.00006 $0.00049

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

Security

Grade A, and why

pre-pr 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 12d 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/pre-pr/SKILL.md · 68 lines

What it actually says

Run the full pre-PR checklist for WealthWise. Report pass/fail for each gate.

Gates (run in sequence; stop on first failure unless --all is specified)

Gate 1 — Format

npm run format:check

If it fails, run npm run format to fix, then re-check.

Gate 2 — Type checking

npm run lint

Runs tsc --noEmit across all three packages via Turbo. All must pass.

Gate 3 — Tests

npm run test

All 330 tests must pass (138 API + 41 web + 151 shared-types).

Gate 4 — Build

npm run build

Production build must compile without errors. Validates Next.js output and API TypeScript.

Gate 5 — Dependency audit

npm audit --audit-level=high

High or critical vulnerabilities block the PR. Low/moderate are informational.

Gate 6 — Branch safety

git status && git diff --stat HEAD
git branch --show-current

Verify:

  • No uncommitted changes to .env files
  • Current branch is not main or master
  • No secrets in staged files (scan for: sk-, ghp_, mongodb+srv://, Bearer )

Final report

Present results as a table:

Gate Status Notes
Format ✓/✗
Type check ✓/✗
Tests ✓/✗ X/330 passed
Build ✓/✗
Audit ✓/✗
Branch ✓/✗ Branch: <name>

If all gates pass: "Ready to open PR." If any gate fails: list exactly what must be fixed before the PR can be opened.

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. 12d ago First seen · 68 lines · 62 tokens per session scan A 302792a1ed0b

Subscribe to this mod's changes

pre-pr is a skill published in the GitHub repository hoangsonww/WealthWise-Finance-Tracker (24 stars, last pushed 4d ago), licensed MIT. It adds 62 tokens to every session and 487 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

pull-request

Use this whenever the user asks to "open a PR", "ship this", "create the pull request", "make a PR", or once a feature/fix is verified and ready to push. Full lifecycle: branch → commit (commitizen) → issue → draft PR → CI → ready → autonomous monitor loop (fix comments, resolve threads, iterate until CI green + zero…

pierreb-devkit/Node · 113 tokens

update-stack

Use this whenever a downstream Node project needs to absorb upstream Devkit Node changes — triggers on "update stack", "sync with devkit", "merge upstream", "pull stack updates", "resolve stack conflicts". Two-phase: ISO merge (stack modules + lib stay byte-identical to upstream) then project alignment (apply…

pierreb-devkit/Node · 99 tokens

verify

Run this after every code change in this Node project, before committing, before opening a PR, or whenever the user says "verify", "check", "lint", "run tests", "audit". Diff audit (architecture, security, naming, error handling) → lint → tests + coverage gate. Coverage drops → add tests, never lower thresholds.…

pierreb-devkit/Node · 91 tokens

cw-gates

Use before claiming any Codewhale change is done, green, or ready to land: the focused-to-broad verification ladder, the budget checks CI enforces, and the rules for what counts as a passing test.

Hmbown/Codewhale · 48 tokens

model-merging

Merge multiple fine-tuned models using mergekit to combine capabilities without retraining. Use when creating specialized models by blending domain-specific expertise (math + coding + chat), improving performance beyond single models, or experimenting rapidly with model variants. Covers SLERP, TIES-Merging, DARE, Task…

davila7/claude-code-templates · 73 tokens

codew-release-qa-sweep

Use before claiming Codewhale release work is done: run the full gate sweep and list the manual QA targets.

Hmbown/CodeWhale · 31 tokens