product-usability

product-usability is a skill for Claude Code, Codex from ryne2010/harness-engineering-audit. It costs 31 tokens per session (195 once invoked), scanned A, original, MIT.

A repository-specific workflow for checking whether a product interface is usable against its documented requirements. It checks controls, forms, navigation, and states such as loading, empty, error, permission, and retry.

In plain words
What is it for?
Use it to inspect user journeys, bind controls to actions, and validate both successful and unsuccessful paths without inventing behavior from visual designs.
Why use it?
It helps find controls that do nothing, unclear disabled states, broken workflows, and missing behavior in less common states.

Skill for Claude CodeCodex

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

Good fit Use it to inspect user journeys, bind controls to actions, and validate both successful and unsuccessful paths without inventing behavior from visual designs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ryne2010/harness-engineering-audit/product-usability
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 ryne2010/harness-engineering-audit --skill product-usability
Clone the repo
git clone --depth 1 https://github.com/ryne2010/harness-engineering-audit

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 product-usability

README.md
[![agentmods](https://agentmods.dev/badge/skills/ryne2010/harness-engineering-audit/product-usability/github.svg)](https://agentmods.dev/skills/ryne2010/harness-engineering-audit/product-usability)
Your own site
<a href="https://agentmods.dev/skills/ryne2010/harness-engineering-audit/product-usability"><img src="https://agentmods.dev/badge/skills/ryne2010/harness-engineering-audit/product-usability/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 product-usability

Your own site · 80×15
<a href="https://agentmods.dev/skills/ryne2010/harness-engineering-audit/product-usability"><img src="https://agentmods.dev/badge/skills/ryne2010/harness-engineering-audit/product-usability.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 195 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.00031 $0.00195
Opus 5 $0.00015 $0.00097
Sonnet 5 $0.00006 $0.00039
Haiku 4.5 $0.00003 $0.00019

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

Security

Grade A, and why

product-usability 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.

plugins/harness-engineering-audit/skills/harness-engineering-audit/assets/templates/skills/product-usability-SKILL.md · 17 lines

What it actually says

product usability

Follow the repository source-of-truth docs. Do not implement behavior inferred from visual targets unless it is explicit in docs/contracts or approved as an inference. Do not expand product scope, enable real-world effects, use real PII, or weaken tests/invariants.

Workflow

  1. Read user stories, acceptance criteria, screen contracts, action binding matrix, form lifecycle contracts, and dataflow contracts.
  2. Inspect visible controls, forms, navigation, workflow states, and persistence expectations.
  3. Bind every priority control to an action, disabled reason, or unresolved decision.
  4. Validate happy paths and negative paths for loading, empty, error, permission, and retry states.
  5. Record evidence, commands run, not-run gaps, unresolved behavior, and remaining risks.
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 · 17 lines · 31 tokens per session scan A 4617372563b5

Subscribe to this mod's changes

product-usability is a skill published in the GitHub repository ryne2010/harness-engineering-audit (5 stars, last pushed 8d ago), licensed MIT. It adds 31 tokens to every session and 195 once invoked, about $0.0002 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-09-05.

Related

Other skills, from other repositories

cli-command

Design, implement, or review Composio CLI commands under ts/packages/cli using Effect, effect/unstable/cli, services, output conventions, configuration and environment variables, and local vendor references. Use for CLI command UX, command wiring, service changes, or CLI source edits. Do not use for CLI E2E-only work…

ComposioHQ/composio · 79 tokens

ui-testing

Visual testing - catch invisible buttons, broken layouts, contrast.

alinaqi/maggy · 14 tokens

visual-validation

Autonomous screenshot verification — captures, compares, and AI-evaluates UI changes for visual regressions.

alinaqi/maggy · 23 tokens

app-user-story-qa

End-to-end app feature inventory and user-story testing workflow with a canonical tracker. Use when the user asks to audit every feature, derive expected behavior from code, test user journeys, or explicitly fix and retest documented UX or logistical defects.

majiayu000/spellbook · 54 tokens

ring:checking-frontend-quality

Checking frontend quality against changed UI via ring:qa-frontend in accessibility, visual, e2e, or performance mode and aggregating pass/fail verdicts. Use when a frontend change needs standalone a11y, visual-snapshot, Playwright e2e, or Lighthouse/Core-Web-Vitals validation outside the dev cycle. Skip for…

LerianStudio/ring · 102 tokens

html-review

An automated checker for HTML documents that tests structure, styling rules, typography, document tone, and decorative elements, then produces a structured report.

rojim666/SztuCode · 165 tokens