pd-review

pd-review is a skill for Claude Code, Codex from thereisnotime/prompt-distance. It costs 67 tokens per session (854 once invoked), scanned A, original, CC-BY-4.0.

A review method for estimating how far a product, code repository, or startup is from being clearly described by prompts. It follows the Prompt Distance whitepaper and produces a dated score, rubric breakdown, and verdict.

In plain words
What is it for?
It is for reviewing products, repositories, or startups when someone asks for a Prompt Distance review or score.
Why use it?
It gives a structured way to assess whether something can be understood or used effectively through prompts.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit It is for reviewing products, repositories, or startups when someone asks for a Prompt Distance review or score.

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

Made for: Claude Code, 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 pd-review

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/thereisnotime/prompt-distance/pd-review"><img src="https://agentmods.dev/badge/skills/thereisnotime/prompt-distance/pd-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 854 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 unknown 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.00067 $0.00854
Opus 5 $0.00034 $0.00427
Sonnet 5 $0.00013 $0.00171
Haiku 4.5 $0.00007 $0.00085

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

Security

Grade A, and why

pd-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 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.

skills/pd-review/SKILL.md · 70 lines

The source is not reproduced here

Licensed CC-BY-4.0

The repository is licensed CC-BY-4.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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 · 70 lines · 67 tokens per session scan A 255ede7e8563

Subscribe to this mod's changes

pd-review is a skill published in the GitHub repository thereisnotime/prompt-distance (7 stars, last pushed 2mo ago), licensed CC-BY-4.0. It adds 67 tokens to every session and 854 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-31.

Related

Other skills, from other repositories

tldr

Verdict-first communication mode. Cuts token usage 60-75% by enforcing TLDR rules (1-sentence default, 3-word target, shape dispatch) while preserving full technical accuracy and truth priority. Supports levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "tldr mode", "talk…

0p9b/TLDR · 112 tokens

tldrcrew

Decision guide for delegating to tldr-style subagents. Tells the main thread WHEN to spawn tldrcrew-investigator (locate code), tldrcrew-builder (1-2 file edit), or tldrcrew-reviewer (diff review) instead of doing the work inline or using vanilla Explore. Subagent output is tldr-compressed so the tool-result injected…

0p9b/TLDR · 135 tokens

tldr-help

Quick-reference card for all tldr modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /tldr-help, "tldr help", "what TLDR commands", "how do I use TLDR".

0p9b/TLDR · 53 tokens

tldr-update

Update TLDR from GitHub and refresh installed agent hooks, skills, MCP, and rules. Triggers on /tldr-update, "tldr update", "update TLDR", or when the user asks to upgrade the TLDR install. Run via Bash: tldr update or node /bin/install.js update.

0p9b/TLDR · 73 tokens

tldr-compress

Compress natural language memory files (CLAUDE.md, todos, preferences) into TLDR format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /tldr-compress FILEPATH or "compress…

0p9b/TLDR · 75 tokens

tldr-commit

Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /tldr-commit.…

0p9b/TLDR · 77 tokens