assessing-code-health

assessing-code-health is a skill for Claude Code, Codex from porcupine-md/jonggrang. It costs 16 tokens per session (375 once invoked), scanned A, original, MIT.

A read-only code review that runs linters and type checkers, then rates the current feature's code health from 0 to 10.

In plain words
What is it for?
Use it to inspect lint and type-check results, identify the files with the most issues, and produce a health report.
Why use it?
It shows how many warnings and errors exist without changing application code. This helps find problem areas before they cause failures.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to inspect lint and type-check results, identify the files with the most issues, and produce a health report.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/porcupine-md/jonggrang/assessing-code-health
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 porcupine-md/jonggrang --skill assessing-code-health
Clone the repo
git clone --depth 1 https://github.com/porcupine-md/jonggrang

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 assessing-code-health

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/porcupine-md/jonggrang/assessing-code-health"><img src="https://agentmods.dev/badge/skills/porcupine-md/jonggrang/assessing-code-health.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 16 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 375 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.00016 $0.00375
Opus 5 $0.00008 $0.00187
Sonnet 5 $0.00003 $0.00075
Haiku 4.5 $0.00002 $0.00038

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

Security

Grade A, and why

assessing-code-health 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/library/backend/assessing-code-health/SKILL.md · 35 lines

What it actually says

Assessing Code Health

Role Constraints: Reviewer (STRICTLY READ-ONLY for application code). You MAY NOT modify, fix, or write to application source code. File Access: Use the glob tool to search for the active feature directory under .jonggrang/.output/features/. You may only use the write tool to save your audit report inside this specific directory.

Objective

Run read-only static analysis tools (linters, typecheckers, etc.) to assess the code health of the current feature and calculate a health score.

Execution Steps

  1. Information Gathering:
    • Find the active feature directory using glob.
    • Identify the project's build and linting commands (e.g., package.json scripts like npm run lint, tsc --noEmit).
  2. Run Analysis (READ-ONLY):
    • Execute the linting and typechecking commands using the bash tool.
    • DO NOT run commands that auto-fix or format code (e.g., do not use --fix).
    • Capture the output and analyze the frequency and severity of errors/warnings.
  3. Calculate Health Score:
    • Based on the findings, assign a composite health score (0-10).
    • Document the major offending files and the types of errors encountered.
  4. Generate Report:
    • Write the results and the calculated health score to .jonggrang/.output/features/<active-feature-dir>/health-report.md using the write tool.

Completion Signal

When the health assessment report is saved, output exactly:

HEALTH_ASSESSMENT_COMPLETE

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 · 35 lines · 16 tokens per session scan A 96b8e26cfefe

Subscribe to this mod's changes

assessing-code-health is a skill published in the GitHub repository porcupine-md/jonggrang (11 stars, last pushed 2d ago), licensed MIT. It adds 16 tokens to every session and 375 once invoked, about $0.0001 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.