template-comprehensive-assessment

template-comprehensive-assessment is a skill for Claude Code, Codex from docxology/template. It costs 77 tokens per session (875 once invoked), scanned A, original, Apache-2.0.

A full review process for a research-project template, covering its tests, architecture, documentation, written manuscript, and data pipeline.

In plain words
What is it for?
It helps audit one or more active projects, run the appropriate tests, check repository structure and project independence, verify docs, and inspect manuscript and pipeline conventions.
Why use it?
It finds broken links, missing documentation, weak test coverage, incorrect project boundaries, and pipeline or manuscript problems before a merge or release.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md; mentions AGENTS.md.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is uv run python scripts/pipeline/stage_01_test.py --project <project>.

Good fit It helps audit one or more active projects, run the appropriate tests…

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/docxology/template
agentmods
npx agentmods add skills/docxology/template/comprehensive-assessment

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 template-comprehensive-assessment

README.md
[![agentmods](https://agentmods.dev/badge/skills/docxology/template/comprehensive-assessment.svg)](https://agentmods.dev/skills/docxology/template/comprehensive-assessment)
Your own site
<a href="https://agentmods.dev/skills/docxology/template/comprehensive-assessment"><img src="https://agentmods.dev/badge/skills/docxology/template/comprehensive-assessment.svg" alt="Measured on agentmods" height="20"></a>
Per session 77 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 875 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.00077 $0.00875
Opus 5 $0.00039 $0.00438
Sonnet 5 $0.00015 $0.00175
Haiku 4.5 $0.00008 $0.00088

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

Security

Grade A, and why

template-comprehensive-assessment 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 7d 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.

docs/prompts/comprehensive-assessment/SKILL.md · 79 lines

How it starts

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

Comprehensive assessment

Natural invoke

  • "Audit the whole repo for template_active_inference, template_autoresearch_project, template_code_project, template_prose_project, and template_template" (example names only — the authoritative public roster is docs/_generated/active_projects.md)
  • "Full health check — tests, docs, manuscript, pipeline"
  • "What's broken across all active projects?"

Inputs to confirm

Workflow

Work through:

  1. Tests — appropriate pytest invocations; one project test dir per project. Coverage: infra ≥60%, project ≥90% unless CI exception. No mocks (docs/rules/testing_standards.md).

  2. Architecture — thin orchestrators in scripts/; algorithms in projects/<n>/src/ or infrastructure/. No cross-project imports.

  3. Documentation — meaningful dirs have accurate AGENTS.md + README.md; links resolve; link _generated/active_projects.md, do not duplicate roster.

  4. Manuscript — Pandoc-crossref + .bibdocs/guides/manuscript-semantics.md. Registry labels.yaml + [[FIG:]]manuscript-cross-references. Validate markdown; PDF/logs if outputs exist.

  5. Pipeline — core vs full DAG, optional LLM stages, copy to output/<name>/ per CLAUDE.md / RUN_GUIDE.

Deliverables

  • Executive summary (pass/fail per area).
  • Concrete issues: path, symptom, suggested fix.
  • Commands run + raw exit status.
  • Do not invent coverage percentages.

Verification commands

uv sync
uv run pytest projects/<project>/tests/ --cov=projects/<project>/src --cov-fail-under=90 -q
uv run pytest tests/infra_tests/ --cov=infrastructure --cov-fail-under=60 -q
uv run python scripts/pipeline/stage_01_test.py --project <project>
uv run python -m infrastructure.validation.cli markdown projects/<project>/manuscript/
uv run python -m infrastructure.validation.cli prerender projects/<project>/manuscript --repo-root .

Read the full file on GitHub · 79 lines

Files

What ships with it

5 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. 7d ago First seen · 79 lines · 77 tokens per session scan A 946a5cbc111a

Subscribe to this mod's changes

template-comprehensive-assessment is a skill published in the GitHub repository docxology/template (19 stars, last pushed today), licensed Apache-2.0. It adds 77 tokens to every session and 875 once invoked, about $0.0004 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.