assessing-comprehension-debt

assessing-comprehension-debt is a skill for Claude Code from jaktestowac/awesome-copilot-for-testers. It costs 107 tokens per session (2,078 once invoked), scanned A, original, MIT.

A review of the risk that software has been written or changed without the development team understanding how it works, especially when AI agents helped create it.

In plain words
What is it for?
Use it to assess high-risk changes, consider code complexity and diff size, record whether a human explanation exists, and support discussions about team knowledge and single-person dependency.
Why use it?
It highlights cases where tests and linting pass but nobody can explain important code, making future changes and incident response harder.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it to assess high-risk changes, consider code complexity and diff size, record whether a human explanation exists, and support discussions about team knowledge and single-person dependency.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jaktestowac/awesome-copilot-for-testers/assessing-comprehension-debt
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 jaktestowac/awesome-copilot-for-testers --skill assessing-comprehension-debt
Clone the repo
git clone --depth 1 https://github.com/jaktestowac/awesome-copilot-for-testers

Made for: Claude Code.

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 assessing-comprehension-debt

README.md
[![agentmods](https://agentmods.dev/badge/skills/jaktestowac/awesome-copilot-for-testers/assessing-comprehension-debt/github.svg)](https://agentmods.dev/skills/jaktestowac/awesome-copilot-for-testers/assessing-comprehension-debt)
Your own site
<a href="https://agentmods.dev/skills/jaktestowac/awesome-copilot-for-testers/assessing-comprehension-debt"><img src="https://agentmods.dev/badge/skills/jaktestowac/awesome-copilot-for-testers/assessing-comprehension-debt/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 assessing-comprehension-debt

Your own site · 80×15
<a href="https://agentmods.dev/skills/jaktestowac/awesome-copilot-for-testers/assessing-comprehension-debt"><img src="https://agentmods.dev/badge/skills/jaktestowac/awesome-copilot-for-testers/assessing-comprehension-debt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,078 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.00107 $0.02078
Opus 5 $0.00053 $0.01039
Sonnet 5 $0.00021 $0.00416
Haiku 4.5 $0.00011 $0.00208

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

Security

Grade A, and why

assessing-comprehension-debt 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 11d 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.

plugins/assessing-comprehension-debt/skills/assessing-comprehension-debt/SKILL.md · 135 lines

How it starts

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

Assessing Comprehension Debt

Use this skill when code is arriving faster than anyone is reading it, and every other quality signal still looks fine.

Comprehension debt is the gap between the code that exists and the code the team actually understands. Tests pass, coverage holds, lint is clean - and nobody can explain why the pricing module works. When an agent writes the implementation and the tests, both signals go green without a single human forming a mental model. That is the debt this skill makes visible.

It is advisory, permanently, on purpose. Understanding lives in people's heads and cannot be proven by any signal. What can be measured is the risk of comprehension debt and the absence of evidence of understanding. A gate that claims to measure understanding is lying, and once someone notices, every finding it ever produced loses credibility.

When to Use

  • an AI-assisted or agent-generated codebase is growing faster than the team reads it
  • reviews are fast, approvals are frequent, and nobody asks questions
  • a module ships weekly and no one volunteers to explain it
  • a bus-factor conversation needs evidence instead of anecdote
  • a quarterly quality review should cover more than test coverage
  • onboarding is slow in a codebase that looks well-tested

Operating Principles

  • Never blocks. Findings cap below the project's blocking threshold. State that ceiling in the report, every time.
  • Measure absence of evidence, not understanding. Say it in those words. The band is a proxy; treat it as a prompt for a conversation, not a score.
  • The risk band is directional, not precise. It says "this change is the shape of one nobody understands", not "nobody understands this change".
  • AI provenance is a signal, never a penalty. The useful figure is AI-authored and unattested. AI-authored and well-understood is a good outcome, and if trailers are not in use the honest answer is "unknown".
  • A human explanation lowers the band. An Intent: trailer or an ADR is evidence that somebody thought about it. That is exactly the behaviour to reward.
  • Teach-back beats approval. "I approve" is a click. "I can explain what happens when the provider retries this webhook" is comprehension.
  • Never blame individuals. A high band on a module is a system outcome: review load, delivery pressure, tooling. Naming people converts a useful signal into something nobody will run twice.
  • Trend over snapshot. One reading is noise. Direction over a quarter is the finding.

Read the full file on GitHub · 135 lines

Files

What ships with it

2 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. 11d ago First seen · 135 lines · 107 tokens per session scan A e2032ed11466

Subscribe to this mod's changes

assessing-comprehension-debt is a skill published in the GitHub repository jaktestowac/awesome-copilot-for-testers (113 stars, last pushed 15d ago), licensed MIT. It adds 107 tokens to every session and 2,078 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.