praxis-audit

praxis-audit is a skill for Claude Code from jeet129/praxis. It costs 30 tokens per session (409 once invoked), scanned A, original, MIT.

A first-pass review for improving an existing software system, including its code, design documents, technical debt, and likely change impacts.

In plain words
What is it for?
Use it to inspect an existing codebase, compare documentation with the implementation, list technical debt, and assess what a proposed change could affect.
Why use it?
It gives the team a shared picture of how the current system actually works before making changes. It also records outdated design information, known maintenance problems, and possible side effects.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex; $skill-name invocation.

Part of the praxis plugin — 105 skills, 12 commands, 17 agents, 6 hooks shipped together

Good fit Use it to inspect an existing codebase, compare documentation with the implementation, list technical debt, and assess what a proposed change could affect.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jeet129/praxis/praxis-audit
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 jeet129/praxis --skill praxis-audit
Clone the repo
git clone --depth 1 https://github.com/jeet129/praxis

Made for: Claude Code.

Or install praxis, the plugin that ships this one along with the rest of its 105 skills, 12 commands, 17 agents, 6 hooks.

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 praxis-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/jeet129/praxis/praxis-audit/github.svg)](https://agentmods.dev/skills/jeet129/praxis/praxis-audit)
Your own site
<a href="https://agentmods.dev/skills/jeet129/praxis/praxis-audit"><img src="https://agentmods.dev/badge/skills/jeet129/praxis/praxis-audit/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 praxis-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/jeet129/praxis/praxis-audit"><img src="https://agentmods.dev/badge/skills/jeet129/praxis/praxis-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 409 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 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.00030 $0.00409
Opus 5 $0.00015 $0.00204
Sonnet 5 $0.00006 $0.00082
Haiku 4.5 $0.00003 $0.00041

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

Security

Grade A, and why

praxis-audit 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 10d 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.

codex-plugin-assets/skills/praxis-audit/SKILL.md · 31 lines

What it actually says

capability: command
domain: codex-plugin
state: active
dependencies: [codebase-comprehension, architecture-documentation, tech-debt-management, impact-analysis]
triggers: [praxis audit, brownfield audit, codebase audit, existing system]
outputs: [repo_intel, architecture_reconciliation, debt_register, impact_analysis]
consumers: [praxis-discover, praxis-architect, praxis-slice]
references: [../../workflows/brownfield-enhancement.yaml]

Praxis Audit

Run the brownfield first-pass audit.

  1. Read .project/semantic/project-charter.md and confirm mode == brownfield. Initialize the .project/ memory tree if absent, and seed per-project governance overrides (copy the plugin's governance/model-routing.yaml + governance/autonomy.yaml to .project/governance/ if missing); ask the user ONE question set — keep default adaptive routing/autonomy or tune force_tier, cost_weights, stop_after, run_budget — applying answers to the PROJECT copies only. Brownfield suggestion: stop_after: slice until characterization coverage is trusted.
  2. Run codebase-comprehension and produce .repo-intel/ artifacts.
  3. Reconcile architecture docs and ADRs against actual deployed/code reality.
  4. Run tech-debt-management and produce .project/operational/debt-register.md.
  5. Run impact-analysis for the proposed enhancement and save under .project/operational/impact-analyses/.
  6. Recommend whether to proceed to $praxis-discover, revise scope, or stop.

Do not let implementation start before .repo-intel/ exists.

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. 10d ago First seen · 31 lines · 30 tokens per session scan A 43c91ebe410c

Subscribe to this mod's changes

praxis-audit is a skill published in the GitHub repository jeet129/praxis (7 stars, last pushed 6d ago), licensed MIT. It adds 30 tokens to every session and 409 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.