full-app-review

full-app-review is a skill for Codex from jimtin/production-ai. It costs 140 tokens per session (1,836 once invoked), scanned A, original, MIT.

A repeatable, read-only review of an entire application or code repository. It examines areas such as architecture, user flows, tests, security, monitoring, analytics, dependencies, and deployment.

In plain words
What is it for?
Auditing an app before release, identifying risks and missing tests, and creating a prioritized plan for fixes.
Why use it?
It turns a broad request to review an app into an evidence-based report with findings ordered by severity. It prevents the review from changing code or deployment settings by default.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions AGENTS.md; $skill-name invocation.

Good fit Auditing an app before release, identifying risks and missing tests, and creating a prioritized plan for fixes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jimtin/production-ai/full-app-review
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 jimtin/production-ai --skill full-app-review
Clone the repo
git clone --depth 1 https://github.com/jimtin/production-ai

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 full-app-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/jimtin/production-ai/full-app-review/github.svg)](https://agentmods.dev/skills/jimtin/production-ai/full-app-review)
Your own site
<a href="https://agentmods.dev/skills/jimtin/production-ai/full-app-review"><img src="https://agentmods.dev/badge/skills/jimtin/production-ai/full-app-review/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 full-app-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/jimtin/production-ai/full-app-review"><img src="https://agentmods.dev/badge/skills/jimtin/production-ai/full-app-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 140 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,836 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.00140 $0.01836
Opus 5 $0.00070 $0.00918
Sonnet 5 $0.00028 $0.00367
Haiku 4.5 $0.00014 $0.00184

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

Security

Grade A, and why

full-app-review 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.

skills/full-app-review/SKILL.md · 108 lines

How it starts

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

Full App Review

Purpose

Use this skill when "fully review this app/repo" needs a fixed, repeatable meaning. The default outcome is an evidence-backed report plus prioritized remediation plan, not automatic code changes.

Operating Rules

  • Do not mutate code, config, data, branches, dependencies, or deployment state unless the user separately asks for remediation.
  • Start from repo truth: current instructions, scripts, routes, APIs, tests, env examples, deployment config, monitoring code, and live app structure.
  • Build the review matrix before making conclusions. Use references/review-matrix.md.
  • Assess the repo's existing error instrumentation and observability setup. Report gaps; do not impose a universal provider. Use references/observability-checklist.md.
  • Use references/report-template.md for the final report shape unless the user requests a different format.
  • Classify findings as blocking, high, medium, or low, and attach evidence, affected paths, required tests, and a concrete fix plan to each material finding.
  • If a repo-local AGENTS.md is stricter than this skill, follow the repo-local rules.
  • If review evidence is stale, missing, or blocked by auth/secrets/provider access, say so explicitly and mark the residual risk.

Specialist Skills

Use these skills as sub-workflows when their dimensions are in scope:

  • $frontend-design-quality: UI patterns, responsiveness, viewport fill, visual states, portals/admin flows, screenshots, and overflow checks.
  • $feature-design-preflight: nontrivial workflows, provider limits, data/control flow, failure modes, UX states, and operational constraints.
  • $test-readiness-preflight: coverage obligations, integration/E2E gaps, local/container gates, migrations, seeds, test doubles, and validation blockers.
  • $repo-testing-setup: missing or incomplete testing foundation, host-only lanes, absent canonical containerized gate, undeclared hook/gate enforcement model, missing tooling matrix, missing committed workflow inventories, mis-scoped secret scanning, or missing provider stubs. In a review, report this as remediation; do not mutate.
  • $user-action-coverage-review: the matrix format for user-action browser/E2E evidence. Express the testing dimension's user-action findings as its action matrix (action, surface, role, data state, evidence, status) so gaps convert directly into implementation tasks.
  • $security-threat-model: trust boundaries, auth/authz, secrets, uploads, parsers, webhooks, admin paths, deployment surfaces, and abuse cases.
  • $codebase-prune-review: redundant, superseded, legacy, dead, compatibility, or attack-surface-increasing paths.
  • $nextjs-vercel-analytics: Next.js/Vercel analytics and custom-event instrumentation when analytics is explicitly in scope or already present.
  • $error-logging-instrumentation: deep error-logging, runtime observability, structured logging, privacy/redaction, alerting evidence, and remediation when observability gaps need fixing.

Read the full file on GitHub · 108 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. 10d ago First seen · 108 lines · 140 tokens per session scan A f1982ac559af

Subscribe to this mod's changes

full-app-review is a skill published in the GitHub repository jimtin/production-ai (1 stars, last pushed 2mo ago), licensed MIT. It adds 140 tokens to every session and 1,836 once invoked, about $0.0007 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.