lint

lint is a skill for Claude Code from redhat-community-ai-tools/harness-eval. It costs 66 tokens per session (568 once invoked), scanned C, original, Apache-2.0.

A fast, rule-based checker for an entire agent setup, including instruction files, skills, commands, hooks, agents, and connection settings.

In plain words
What is it for?
Use it as a quick lint check, continuous-integration gate, or health report for an agent setup.
Why use it?
It finds structural problems and overlapping triggers in a repeatable way without relying on subjective review.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md.

Part of the harness-eval plugin — 5 skills, 6 commands shipped together

Good fit Use it as a quick lint check, continuous-integration gate, or health report for an agent setup.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/redhat-community-ai-tools/harness-eval/lint
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 redhat-community-ai-tools/harness-eval --skill lint
Clone the repo
git clone --depth 1 https://github.com/redhat-community-ai-tools/harness-eval

Made for: Claude Code.

Or install harness-eval, the plugin that ships this one along with the rest of its 5 skills, 6 commands.

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 lint

README.md
[![agentmods](https://agentmods.dev/badge/skills/redhat-community-ai-tools/harness-eval/lint/github.svg)](https://agentmods.dev/skills/redhat-community-ai-tools/harness-eval/lint)
Your own site
<a href="https://agentmods.dev/skills/redhat-community-ai-tools/harness-eval/lint"><img src="https://agentmods.dev/badge/skills/redhat-community-ai-tools/harness-eval/lint/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 lint

Your own site · 80×15
<a href="https://agentmods.dev/skills/redhat-community-ai-tools/harness-eval/lint"><img src="https://agentmods.dev/badge/skills/redhat-community-ai-tools/harness-eval/lint.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 568 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. 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.00066 $0.00568
Opus 5 $0.00033 $0.00284
Sonnet 5 $0.00013 $0.00114
Haiku 4.5 $0.00007 $0.00057

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

Security

Grade C, and why

lint scanned grade C with 1 finding 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 5d 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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- evaluator-ignore: content/broken-references, security/mcp-least-privilege, security/ast-behavioral, content/allowed-tools-auto-approve -->
skills/lint/SKILL.md · 61 lines

How it starts

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

Lint Setup

Run 108 deterministic rules + system-level analysis on the user's agent setup. No LLM involved. Fast, reproducible, CI-suitable.

Hard Rules

  1. This skill does NOT read files qualitatively. It does NOT apply rubrics. It does NOT run cross-type checks. For that, use /review.
  2. Present the data, don't judge. Report findings as-is. Don't add qualitative commentary.
  3. If everything passes, say so clearly. Don't manufacture problems.

Step 1: Ask Output Preference

Before doing anything else, ask the user:

Where should i present the results?

  1. Terminal - print the report here in the conversation
  2. File - write a markdown report to a file (you'll choose the path)

Wait for their answer before proceeding.

Step 2: Run Static Analysis

Determine the setup path. If the user doesn't specify one, use the current working directory.

uvx --from harness-eval harness-eval harness-lint <setup-path> --format json

If uvx is not available, fall back to pip install harness-eval and use harness-eval directly.

Read the JSON output.

Step 3: Present the Report

Read report-format.md and format the results following that structure.

Include all sections: inventory, token budget, context utilization, trigger analysis, dependencies, findings, and inspection summary.

At the very end of the report, include the exact timing:

Evaluated with: harness-eval v{version} (claude-code-plugin)
Duration: [X minutes Y seconds]

Get {version} by running: uvx --from harness-eval harness-eval --version

Record the timestamp of your first tool call in Step 2 and compute the exact difference when you finish.

If the user chose terminal: print the report in the conversation.

If the user chose file: write the report as markdown to the path they specified (or suggest lint-report.md in the current directory). Tell them the file path when done.

Read the full file on GitHub · 61 lines

Files

What ships with it

1 file 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. 5d ago Changed abb2540d5333
  2. 9d ago First seen · 61 lines · 66 tokens per session scan C b12d669bbdac

Subscribe to this mod's changes

lint is a skill published in the GitHub repository redhat-community-ai-tools/harness-eval (27 stars, last pushed 2d ago), licensed Apache-2.0. It adds 66 tokens to every session and 568 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

debug-with-langwatch

Root-cause production errors and misbehaving agent runs with LangWatch. Finds errored traces, inspects spans, checks monitor and evaluator scores, then narrows to a root cause. Use when something is failing or misbehaving in production (errors, bad answers, latency spikes).

langwatch/langwatch · 63 tokens

trulens-diagnosis

Diagnose low evaluation scores and generate actionable improvement recommendations.

truera/trulens · 17 tokens

eval-triage

Investigate failing experiments and evaluations with LangWatch. Triage a failing experiment run to the exact rows and evaluator scores that regressed, then to a root cause. Use when an experiment fails, scores drop, or evaluations regress.

langwatch/langwatch · 51 tokens

diagnose-backend-bug

Diagnose a bounded backend or multi-service failure from GitHub Issues, Jira, Aone, user-provided exports, logs, traces, responses, stack traces, or job records. Use when a service, API, RPC, worker, queue, CLI, or scheduled job bug needs correlation through the project's existing observability route before repair; do…

QoderAI/better-harness · 87 tokens

debug-live

Guides root-cause investigations with debugging capabilities by setting breakpoints, starting a debug session, stepping through execution, inspecting variables, and tracing symptoms back to their origin. Prefer it for runtime bugs, failing tests, exceptions, crashes, hangs, wrong/null values, and unexpected output…

microsoft/DebugMCP · 84 tokens

ceo-setup

One-time onboarding for the executive/manager commitment workflow — delegation-heavy, meeting prep, decision capture, morning and evening digests. Creates a commitments project and installs two dashboard widgets. After successful setup this skill is excluded from selection until the marker file is deleted.

suyoumo/ClawProBench · 60 tokens