attesting-manual-verification

attesting-manual-verification is a skill for Claude Code from jaktestowac/awesome-copilot-for-testers. It costs 103 tokens per session (2,026 once invoked), scanned A, original, MIT.

A dated record of a named person's manual quality check, such as code review, user acceptance testing, accessibility testing, or a user-experience review.

In plain words
What is it for?
Use it to record who performed a manual check, when they did it, what they verified, and any attached evidence for quality or release records.
Why use it?
It preserves evidence for checks that software cannot honestly prove a person completed, instead of treating an automated signal as a substitute for human judgment.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it to record who performed a manual check, when they did it, what they verified, and any attached evidence for quality or release records.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jaktestowac/awesome-copilot-for-testers/attesting-manual-verification
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 attesting-manual-verification
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 attesting-manual-verification

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/jaktestowac/awesome-copilot-for-testers/attesting-manual-verification"><img src="https://agentmods.dev/badge/skills/jaktestowac/awesome-copilot-for-testers/attesting-manual-verification.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,026 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.00103 $0.02026
Opus 5 $0.00051 $0.01013
Sonnet 5 $0.00021 $0.00405
Haiku 4.5 $0.00010 $0.00203

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

Security

Grade A, and why

attesting-manual-verification 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/attesting-manual-verification/skills/attesting-manual-verification/SKILL.md · 126 lines

How it starts

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

Attesting Manual Verification

Use this skill when a quality practice can only be verified by a person, and the record of that verification needs to be worth something later.

Some practices have no signal. No tool can prove a human explored the product, that a business owner accepted the feature, that a screen reader user could complete the flow, or that a reviewer understood the change. Two bad things happen as a result: the practice gets dropped from the contract because it cannot be automated, or a tool-shaped proxy gets reported as a pass - branch protection counted as "code review done".

An attestation is the honest third option: a dated, attributed statement that a named human verified something, with the evidence attached. It is weaker than a machine check and stronger than an assumption, and it must never be presented as either.

When to Use

  • a contract contains manual-attestation practices: code review, exploratory testing, UAT, manual accessibility, UX review, observability readiness, groundedness review
  • a gap matrix shows a human practice and the honest state is neither PRESENT nor MISSING
  • release sign-off evidence lives in chat threads and closed tickets
  • an audit or handover asks who verified what, against which build
  • a team wants credit for real manual work that no tool can see

Operating Principles

  • An attestation names a person, not a process. "Reviewed by @maria on 2026-08-19" is an attestation. "We do code review" is a policy.
  • It is scoped to a build or a change range. An attestation with no scope drifts forward forever and quietly covers work nobody looked at.
  • Evidence, or it is an opinion. Session notes, a charter, a recording, a defect list, a screenshot set, a sign-off message. A link is fine; nothing is not.
  • Never derive an attestation from tooling. Branch protection requiring one approval is evidence of a process, not of a specific change being understood. Deriving one is the failure mode this practice exists to prevent.
  • Absence is a state, not a failure. "Unattested" is reportable and honest. It is not the same as "not done", and it is not a blocker unless the contract says so.
  • Findings from an attested practice cap below blocking. Unattested high-risk work is worth a nudge, not a red build - a gate that blocks on an unprovable property gets switched off, and then nothing is recorded at all.
  • Attest before merge, not after release. An attestation collected at sign-off time is a memory exercise.
  • An expired attestation is unattested. A UAT sign-off from three releases ago does not cover this build.

Read the full file on GitHub · 126 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. 11d ago First seen · 126 lines · 103 tokens per session scan A 758466d1de28

Subscribe to this mod's changes

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